Merge "Reduce overhead by combining libskia and libhwui into a single library."

This commit is contained in:
Derek Sollenberger
2017-09-25 15:45:34 +00:00
committed by Android (Google) Code Review
9 changed files with 11 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ LOCAL_SHARED_LIBRARIES := \
libRS \
libcutils \
liblog \
libskia \
libhwui \
libutils \
libui \
libgui \
@@ -23,9 +23,7 @@ LOCAL_HEADER_LIBRARIES := \
LOCAL_C_INCLUDES += \
$(JNI_H_INCLUDE) \
frameworks/rs \
frameworks/base/core/jni \
frameworks/base/libs/hwui
frameworks/rs
LOCAL_CFLAGS += -Wno-unused-parameter
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code