Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b09d26a4 authored by Shih-wei Liao's avatar Shih-wei Liao
Browse files

Add "abcc" (bitcode compiler) and "libportable" into system.img.

BUG=6886348. NDK on llvm requires bitcode compiler and libportable.

Change-Id: I6d45575518f312860e99e87d7b6eabc4ae7802fd
parent b286b76d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 \
+3 −0
Original line number Diff line number Diff line
@@ -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 \