Move libkeystore to minimal
The ENGINE needs to be included to make the keystore useful, so if keystore is included, also include libkeystore. Change-Id: I042a4eb02450d090f10437deb736e1c4a4105df7
This commit is contained in:
parent
e4af3b3558
commit
abe426663a
|
@ -33,7 +33,6 @@ PRODUCT_PACKAGES += \
|
|||
libbcc \
|
||||
libfilterpack_imageproc \
|
||||
libgabi++ \
|
||||
libkeystore \
|
||||
libmdnssd \
|
||||
libnfc_ndef \
|
||||
libportable \
|
||||
|
|
|
@ -50,6 +50,7 @@ PRODUCT_PACKAGES += \
|
|||
libdrmframework \
|
||||
libdrmframework_jni \
|
||||
libfilterfw \
|
||||
libkeystore \
|
||||
libsqlite_jni \
|
||||
libwilhelm \
|
||||
make_ext4fs \
|
||||
|
|
|
@ -66,6 +66,7 @@ PRODUCT_PACKAGES += \
|
|||
libOpenSLES \
|
||||
libdownmix \
|
||||
libfilterfw \
|
||||
libkeystore \
|
||||
libsqlite_jni \
|
||||
libwilhelm \
|
||||
make_ext4fs \
|
||||
|
|
Loading…
Reference in New Issue