forked from openkylin/platform_build
Change to configstore 1.1
The configstore 1.2 will be deleted. So changed to configstore 1.1 in PRODUCT_PACKAGES and remove configstore 1.2 in vndk. Bug: 124531214 Test: build & boot Test: adb shell lshal | grep configstore & check configstore 1.2 Change-Id: I2c9e1f8b5dc7616112d2602cac22059a05e59901
This commit is contained in:
parent
7cf3f8acdf
commit
a1bd079779
|
@ -29,7 +29,7 @@ PRODUCT_PACKAGES += \
|
|||
# Base modules and settings for the vendor partition.
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.cas@1.1-service \
|
||||
android.hardware.configstore@1.2-service \
|
||||
android.hardware.configstore@1.1-service \
|
||||
android.hardware.media.omx@1.0-service \
|
||||
dumpsys_vendor \
|
||||
fs_config_files_nonsystem \
|
||||
|
|
|
@ -99,7 +99,6 @@ VNDK-core: android.hardware.cas@1.1.so
|
|||
VNDK-core: android.hardware.configstore-utils.so
|
||||
VNDK-core: android.hardware.configstore@1.0.so
|
||||
VNDK-core: android.hardware.configstore@1.1.so
|
||||
VNDK-core: android.hardware.configstore@1.2.so
|
||||
VNDK-core: android.hardware.confirmationui-support-lib.so
|
||||
VNDK-core: android.hardware.confirmationui@1.0.so
|
||||
VNDK-core: android.hardware.contexthub@1.0.so
|
||||
|
|
Loading…
Reference in New Issue