diff options
author | Andres Morales <anmorales@google.com> | 2015-04-10 14:45:26 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-10 14:45:27 +0000 |
commit | c7f7125b008d2765204e09f34fca3f1fc120d4c2 (patch) | |
tree | 08e849c8017e992d6ddb420d2ef15591babea274 /target/product | |
parent | e18196095b4702a2f628e40e5b3b12584822ed91 (diff) | |
parent | f886fee6857a63f7a97ea8ff3c6b15a75b210097 (diff) | |
download | build-c7f7125b008d2765204e09f34fca3f1fc120d4c2.zip build-c7f7125b008d2765204e09f34fca3f1fc120d4c2.tar.gz build-c7f7125b008d2765204e09f34fca3f1fc120d4c2.tar.bz2 |
Merge "Add GateKeeper to core build"
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/core_minimal.mk | 2 | ||||
-rw-r--r-- | target/product/core_tiny.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index f86fcf0..a334747 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 \ diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index 5d6c73f..0fbd7fd 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -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 \ |