forked from openkylin/platform_build
Merge "Add snapuserd to VABC product and base_system.mk." am: 7cd99eb450
Original change: https://android-review.googlesource.com/c/platform/build/+/1464824 Change-Id: If271bfaa49bf76044ab4e3a878c43282d069ea1a
This commit is contained in:
commit
c0a5fefc1f
|
@ -249,6 +249,7 @@ PRODUCT_PACKAGES += \
|
||||||
shell_and_utilities_system \
|
shell_and_utilities_system \
|
||||||
sm \
|
sm \
|
||||||
snapshotctl \
|
snapshotctl \
|
||||||
|
snapuserd \
|
||||||
SoundPicker \
|
SoundPicker \
|
||||||
storaged \
|
storaged \
|
||||||
surfaceflinger \
|
surfaceflinger \
|
||||||
|
|
|
@ -18,4 +18,4 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.enabled=true
|
PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.enabled=true
|
||||||
|
|
||||||
PRODUCT_PACKAGES += snapuserd_ramdisk
|
PRODUCT_PACKAGES += snapuserd_ramdisk snapuserd
|
||||||
|
|
Loading…
Reference in New Issue