registration: Expose config array to ExtensionRegistry
authorFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Fri, 13 Jan 2017 05:21:00 +0000 (06:21 +0100)
committerKunal Mehta <legoktm@member.fsf.org>
Thu, 19 Jul 2018 13:59:15 +0000 (15:59 +0200)
Currently, the ExtensionProcessor processes the config array of the
extension and just sets the value as a global. In this way, however,
the metadata of the configs (description, public, ...) aren't available.

This change exposes the configurations in the extracted data as the
config key.

Bug: T155908
Change-Id: Ie41e6ecb8d08a5b20b56eb2281af1dfdd808b2c4


No differences found