aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@gmail.com>2012-08-04 11:09:44 +0200
committerRomain Perier <romain.perier@gmail.com>2012-08-04 11:11:38 +0200
commit750d04b58291cecc6d05c202381f9f654989af81 (patch)
tree03d23dff8548abff289dd6821942bba4a2ce8b5b
parent4b2db345a2164df16eecd8e1c1bb1de85199a12a (diff)
downloadbuild-750d04b58291cecc6d05c202381f9f654989af81.tar.gz
target/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: Romain Perier <romain.perier@gmail.com> Change-Id: Id02827d74ed4e569a5e4d701d75ef1913893466b
-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 ead21de75b..415af04cb7 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -124,7 +124,9 @@ PRODUCT_PACKAGES := \
lint \
uiautomator \
wpa_supplicant.conf \
- x264
+ x264 \
+ aibd \
+ aib
PRODUCT_COPY_FILES += \
system/core/rootdir/init.usb.rc:root/init.usb.rc \