Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 913aaef5 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

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: I27810dd32194c30b80b49c4eae967613aa3fb2cb
parent 005aecd8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ cc_test {
        "libhardware",
        "libhardware_legacy",
        "libui",
        "libskia",
        "libinput",
        "libinputflinger",
        "libinputservice",
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ LOCAL_SHARED_LIBRARIES := \
    libgui \
    liblog \
    libsync \
    libskia \
    libhwui \
    android.hardware.graphics.common@1.0
LOCAL_STATIC_LIBRARIES := \
    libbase \