configstore: build configstore 1.1 instead of 1.0
configstore is uprevisioned to 1.1. Bug: 37727469 Test: Build and tested on sailfish Change-Id: I21861448a5d607383b617f2f85bd378013e64090
This commit is contained in:
parent
bacb978007
commit
1b6723497a
|
@ -43,7 +43,7 @@ PRODUCT_PACKAGES := \
|
|||
android.hardware.camera.device@1.0 \
|
||||
android.hardware.camera.device@3.2 \
|
||||
android.hardware.camera.provider@2.4 \
|
||||
android.hardware.configstore@1.0 \
|
||||
android.hardware.configstore@1.1 \
|
||||
android.hardware.contexthub@1.0 \
|
||||
android.hardware.drm@1.0 \
|
||||
android.hardware.gatekeeper@1.0 \
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
PRODUCT_PACKAGES += \
|
||||
adb \
|
||||
adbd \
|
||||
android.hardware.configstore@1.0-service \
|
||||
android.hardware.configstore@1.1-service \
|
||||
android.hidl.allocator@1.0-service \
|
||||
android.hidl.memory@1.0-impl \
|
||||
atrace \
|
||||
|
|
Loading…
Reference in New Issue