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:
Andres Morales 2015-03-31 16:31:13 -07:00
parent ead02d1129
commit f886fee685
2 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \