config: Build QuickAccessWallet plugin for SystemUI
This plugin that provides the wallet (cards and passes) integration in the power menu is now open-source, so let's build it. Change-Id: I5df8a09c8f91805df538bc7ddad6d326f5d9b13e
This commit is contained in:
parent
46b6e3a454
commit
7a31b36bb0
1 changed files with 4 additions and 0 deletions
|
@ -68,3 +68,7 @@ PRODUCT_PACKAGES += \
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
media.recorder.show_manufacturer_and_model=true
|
media.recorder.show_manufacturer_and_model=true
|
||||||
|
|
||||||
|
# SystemUI plugins
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
QuickAccessWallet
|
||||||
|
|
Loading…
Reference in a new issue