forked from openkylin/platform_build
Add GateKeeper to core build
This is built from system/gatekeeper/softgatekeeper. It will represent the core native library for validating device Pin/Pattern/Password. Change-Id: I927c17042e59076eb7867b8855c2970b1c289307
This commit is contained in:
parent
ead02d1129
commit
f886fee685
|
@ -50,6 +50,7 @@ PRODUCT_PACKAGES += \
|
|||
ip-up-vpn \
|
||||
ip6tables \
|
||||
iptables \
|
||||
gatekeeper.default \
|
||||
keystore \
|
||||
keystore.default \
|
||||
ld.mc \
|
||||
|
@ -61,6 +62,7 @@ PRODUCT_PACKAGES += \
|
|||
libdrmframework_jni \
|
||||
libfilterfw \
|
||||
libkeystore \
|
||||
libgatekeeper \
|
||||
libsqlite_jni \
|
||||
libwilhelm \
|
||||
logd \
|
||||
|
|
|
@ -54,12 +54,14 @@ PRODUCT_PACKAGES += \
|
|||
ip-up-vpn \
|
||||
ip6tables \
|
||||
iptables \
|
||||
gatekeeper.default \
|
||||
keystore \
|
||||
keystore.default \
|
||||
libOpenMAXAL \
|
||||
libOpenSLES \
|
||||
libdownmix \
|
||||
libfilterfw \
|
||||
libgatekeeper \
|
||||
libkeystore \
|
||||
libsqlite_jni \
|
||||
libwilhelm \
|
||||
|
|
Loading…
Reference in New Issue