OSDN Git Service

Add "abcc" (bitcode compiler) and "libportable" into system.img.
authorShih-wei Liao <sliao@google.com>
Sat, 28 Jul 2012 01:04:07 +0000 (18:04 -0700)
committerShih-wei Liao <sliao@google.com>
Sat, 28 Jul 2012 06:32:26 +0000 (23:32 -0700)
BUG=6886348. NDK on llvm requires bitcode compiler and libportable.

Change-Id: I6d45575518f312860e99e87d7b6eabc4ae7802fd

target/product/core.mk
target/product/mini.mk

index c7ae51c..bb0b115 100644 (file)
@@ -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 \
index 177d594..e46cfed 100644 (file)
@@ -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 \