diff options
author | Andres Morales <anmorales@google.com> | 2015-03-31 16:31:13 -0700 |
---|---|---|
committer | Andres Morales <anmorales@google.com> | 2015-04-06 17:22:36 -0700 |
commit | f886fee6857a63f7a97ea8ff3c6b15a75b210097 (patch) | |
tree | 8e276e1a1f42de2419d423a7b74b9a20c9f91b6b /target/product/core_minimal.mk | |
parent | ead02d1129347fe0b570a64cb2192cb9b2bed401 (diff) | |
download | build-f886fee6857a63f7a97ea8ff3c6b15a75b210097.zip build-f886fee6857a63f7a97ea8ff3c6b15a75b210097.tar.gz build-f886fee6857a63f7a97ea8ff3c6b15a75b210097.tar.bz2 |
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
Diffstat (limited to 'target/product/core_minimal.mk')
-rw-r--r-- | target/product/core_minimal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index bfc5a83..db59a38 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -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 \ |