aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@gmail.com>2012-07-12 12:15:16 +0200
committerRomain Perier <romain.perier@gmail.com>2012-07-12 13:25:50 +0200
commit8d16b97873c2c5aa153199aedcd7a2fd9bfbcd8d (patch)
treea40dd80be3e41b6d86d1bea6b8c557d3bbc72bb8
parentf12f2a0e708191e09f4a150a8edd804c68f4a36d (diff)
downloadbuild-linaro_android_4.0.4.tar.gz
target/product/core.mk: Add aibd and aib to PRODUCT_PACKAGESlinaro_android_4.0.4
Add the AIB daemon to be built on all targets. Also add the client to be built on the host. Signed-off-by: Romain Perier <romain.perier@gmail.com> Change-Id: Ice3c6c1cbdfe5ca0ed05ce0208634620b4f411ce
-rw-r--r--target/product/core.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index 2372da688d..bd16875b6f 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -102,7 +102,9 @@ PRODUCT_PACKAGES := \
screencap \
sensorservice \
wpa_supplicant.conf \
- x264
+ x264 \
+ aibd \
+ aib
# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)