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 /libs/input | |
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 'libs/input')
-rw-r--r-- | libs/input/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/Android.bp b/libs/input/Android.bp index 43107064332e..67682a06cb6a 100644 --- a/libs/input/Android.bp +++ b/libs/input/Android.bp @@ -24,7 +24,7 @@ cc_library_shared { "libcutils", "liblog", "libutils", - "libskia", + "libhwui", "libgui", "libui", "libinput", |