Merge "Remove libtextclassifier from local shared libraries."

This commit is contained in:
Colin Cross
2017-03-21 20:49:12 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -570,6 +570,9 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android.hardware.usb@1.0-java-constants \
android.hardware.vibrator@1.0-java-constants \
# Loaded with System.loadLibrary by android.view.textclassifier
LOCAL_REQUIRED_MODULES += libtextclassifier
LOCAL_PROTOC_OPTIMIZE_TYPE := stream
LOCAL_PROTOC_FLAGS := \
-Iexternal/protobuf/src

View File

@@ -286,7 +286,6 @@ LOCAL_SHARED_LIBRARIES := \
libhwbinder \
libvintf \
libnativewindow \
libtextclassifier \
LOCAL_SHARED_LIBRARIES += \
libhwui \