summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
author Derek Sollenberger <djsollen@google.com> 2017-07-24 09:42:07 -0400
committer Derek Sollenberger <djsollen@google.com> 2017-07-24 09:42:07 -0400
commitd938e5a2e2d89dda6a3562c530d28a353e8198ce (patch)
tree2f61709ea8928c625219e3d3d124fbe319706921 /native
parent9c308e6a369fcf760cc0944c713e11903ebbef91 (diff)
Reduce overhead by combining libskia and libhwui into a single library.
This is a multiproject change as we need to both the libraries themselves as well as those that had dependencies on libskia.so Bug: 31971097 Test: compile only Change-Id: Ie6ff1f4682d03289205f4d6048cde9f95c61a90f
Diffstat (limited to 'native')
-rw-r--r--native/graphics/jni/Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/native/graphics/jni/Android.mk b/native/graphics/jni/Android.mk
index ec4b35aac9c3..7a40e62d4527 100644
--- a/native/graphics/jni/Android.mk
+++ b/native/graphics/jni/Android.mk
@@ -20,14 +20,11 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libandroid_runtime \
- libskia \
libui \
libandroidfw
LOCAL_C_INCLUDES += \
- frameworks/base/native/include \
- frameworks/base/core/jni/android/graphics \
- frameworks/base/libs/hwui
+ frameworks/base/core/jni/android/graphics
LOCAL_MODULE:= libjnigraphics