diff options
author | Andres Morales <anmorales@google.com> | 2015-04-06 17:09:24 -0700 |
---|---|---|
committer | Andres Morales <anmorales@google.com> | 2015-04-06 17:23:23 -0700 |
commit | d2c9d453efb4cd918c3bace423efc5428d532af2 (patch) | |
tree | 4b28708efbf4912491d7cf821817ee521220acaa /target | |
parent | f886fee6857a63f7a97ea8ff3c6b15a75b210097 (diff) | |
download | build-d2c9d453efb4cd918c3bace423efc5428d532af2.zip build-d2c9d453efb4cd918c3bace423efc5428d532af2.tar.gz build-d2c9d453efb4cd918c3bace423efc5428d532af2.tar.bz2 |
Add gatekeeperd to build
Change-Id: I84fb2b2ffee43f81d7fc2081fec225d6dc94f9c1
Diffstat (limited to 'target')
-rw-r--r-- | target/product/core_minimal.mk | 1 | ||||
-rw-r--r-- | target/product/core_tiny.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index db59a38..bc4764f 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -50,6 +50,7 @@ PRODUCT_PACKAGES += \ ip-up-vpn \ ip6tables \ iptables \ + gatekeeperd \ gatekeeper.default \ keystore \ keystore.default \ diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index 7582a5b..5bbc514 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -54,6 +54,7 @@ PRODUCT_PACKAGES += \ ip-up-vpn \ ip6tables \ iptables \ + gatekeeperd \ gatekeeper.default \ keystore \ keystore.default \ |