summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2012-07-27 18:04:07 -0700
committerShih-wei Liao <sliao@google.com>2012-07-27 23:32:26 -0700
commitb09d26a496609fd569e94f2cfbb289ba5ea4c247 (patch)
tree3e37cc1cff72458d61abcb1cd74937b09cdaeb18 /target
parentb286b76da7d0b3de6f12664aad0cdc146c736cd1 (diff)
downloadbuild-b09d26a496609fd569e94f2cfbb289ba5ea4c247.zip
build-b09d26a496609fd569e94f2cfbb289ba5ea4c247.tar.gz
build-b09d26a496609fd569e94f2cfbb289ba5ea4c247.tar.bz2
Add "abcc" (bitcode compiler) and "libportable" into system.img.
BUG=6886348. NDK on llvm requires bitcode compiler and libportable. Change-Id: I6d45575518f312860e99e87d7b6eabc4ae7802fd
Diffstat (limited to 'target')
-rw-r--r--target/product/core.mk3
-rw-r--r--target/product/mini.mk3
2 files changed, 6 insertions, 0 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index c7ae51c..bb0b115 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -42,6 +42,7 @@ PRODUCT_PACKAGES := \
TelephonyProvider \
UserDictionaryProvider \
VpnDialogs \
+ abcc \
apache-xml \
atrace \
bouncycastle \
@@ -75,6 +76,7 @@ PRODUCT_PACKAGES := \
libOpenSLES \
libaudiopreprocessing \
libaudioutils \
+ libbcc \
libcrypto \
libdownmix \
libdvm \
@@ -91,6 +93,7 @@ PRODUCT_PACKAGES := \
libmdnssd \
libnativehelper \
libnfc_ndef \
+ libportable \
libpowermanager \
libspeexresampler \
libsqlite_jni \
diff --git a/target/product/mini.mk b/target/product/mini.mk
index 177d594..e46cfed 100644
--- a/target/product/mini.mk
+++ b/target/product/mini.mk
@@ -62,6 +62,7 @@ PRODUCT_PACKAGES += \
SettingsProvider \
TelephonyProvider \
UserDictionaryProvider \
+ abcc \
apache-xml \
bouncycastle \
bu \
@@ -94,6 +95,7 @@ PRODUCT_PACKAGES += \
libOpenSLES \
libaudiopreprocessing \
libaudioutils \
+ libbcc \
libcrypto \
libdownmix \
libdvm \
@@ -110,6 +112,7 @@ PRODUCT_PACKAGES += \
libmdnssd \
libnativehelper \
libnfc_ndef \
+ libportable \
libpowermanager \
libspeexresampler \
libsqlite_jni \