diff options
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 |
commit | d938e5a2e2d89dda6a3562c530d28a353e8198ce (patch) | |
tree | 2f61709ea8928c625219e3d3d124fbe319706921 /cmds/screencap | |
parent | 9c308e6a369fcf760cc0944c713e11903ebbef91 (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 'cmds/screencap')
-rw-r--r-- | cmds/screencap/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/screencap/Android.mk b/cmds/screencap/Android.mk index b0dc42250fae..72e3c56bc6e4 100644 --- a/cmds/screencap/Android.mk +++ b/cmds/screencap/Android.mk @@ -8,7 +8,7 @@ LOCAL_SHARED_LIBRARIES := \ libcutils \ libutils \ libbinder \ - libskia \ + libhwui \ libui \ libgui |