aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@gmail.com>2013-07-25 07:57:43 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-07-25 07:57:43 +0530
commit5e245f830ad9cc6b66eb306e755fcb62b073efe0 (patch)
tree73e3a7bdd8c4163207109b1c47555d6f15894088
parentac0b8b350ccf4d3cf40665a47df3d3955e357e3c (diff)
downloadbuild-5e245f830ad9cc6b66eb306e755fcb62b073efe0.tar.gz
product/core.mk: Add aibd and aib to PRODUCT_PACKAGES.
Add the AIB daemon to be built on all targets. Also add the client to be built on the host. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--target/product/core.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index 31f64567f4..51e3f9fd08 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -78,6 +78,8 @@ PRODUCT_PACKAGES += \
# linaro dependencies
PRODUCT_PACKAGES += \
+ aib \
+ aibd \
busybox \
ffmpeg \
lrzsz \