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 \
|
ip-up-vpn \
|
||||||
ip6tables \
|
ip6tables \
|
||||||
iptables \
|
iptables \
|
||||||
|
gatekeeper.default \
|
||||||
keystore \
|
keystore \
|
||||||
keystore.default \
|
keystore.default \
|
||||||
ld.mc \
|
ld.mc \
|
||||||
|
@ -61,6 +62,7 @@ PRODUCT_PACKAGES += \
|
||||||
libdrmframework_jni \
|
libdrmframework_jni \
|
||||||
libfilterfw \
|
libfilterfw \
|
||||||
libkeystore \
|
libkeystore \
|
||||||
|
libgatekeeper \
|
||||||
libsqlite_jni \
|
libsqlite_jni \
|
||||||
libwilhelm \
|
libwilhelm \
|
||||||
logd \
|
logd \
|
||||||
|
|
|
@ -54,12 +54,14 @@ PRODUCT_PACKAGES += \
|
||||||
ip-up-vpn \
|
ip-up-vpn \
|
||||||
ip6tables \
|
ip6tables \
|
||||||
iptables \
|
iptables \
|
||||||
|
gatekeeper.default \
|
||||||
keystore \
|
keystore \
|
||||||
keystore.default \
|
keystore.default \
|
||||||
libOpenMAXAL \
|
libOpenMAXAL \
|
||||||
libOpenSLES \
|
libOpenSLES \
|
||||||
libdownmix \
|
libdownmix \
|
||||||
libfilterfw \
|
libfilterfw \
|
||||||
|
libgatekeeper \
|
||||||
libkeystore \
|
libkeystore \
|
||||||
libsqlite_jni \
|
libsqlite_jni \
|
||||||
libwilhelm \
|
libwilhelm \
|
||||||
|
|
Loading…
Reference in New Issue