summaryrefslogtreecommitdiff
path: root/native_bridge_support.mk
diff options
context:
space:
mode:
Diffstat (limited to 'native_bridge_support.mk')
-rw-r--r--native_bridge_support.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/native_bridge_support.mk b/native_bridge_support.mk
index 5c1741c..1572f53 100644
--- a/native_bridge_support.mk
+++ b/native_bridge_support.mk
@@ -44,6 +44,11 @@ NATIVE_BRIDGE_PRODUCT_PACKAGES := \
# /system/lib/$GUEST_ARCH/ - as we need for native bridge.
#
# Note: this doesn't affect native libraries at all.
+#
+# These two libs cannot be built directly since they are not part of the official NDK,
+# but they are poperly built as the requirements for libicu.bootstrap:
+# libicui18n.bootstrap
+# libicuuc.bootstrap
# Original guest libraries.
NATIVE_BRIDGE_ORIG_GUEST_LIBS := \
@@ -91,8 +96,6 @@ NATIVE_BRIDGE_MODIFIED_GUEST_LIBS := \
libGLESv1_CM \
libGLESv2 \
libGLESv3 \
- libicui18n \
- libicuuc \
libjnigraphics \
libmediandk \
libnativehelper \