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

Commit df02bffc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Split libhidl into base and transport."

parents 91a5b21f 67a4762e
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,8 @@ cc_library_shared {
        "libbinder",
        "libbinder",
        "libcutils",
        "libcutils",
        "libhardware",
        "libhardware",
        "libhidl",
        "libhidlbase",
        "libhidltransport",
        "libsync",
        "libsync",
        "libutils",
        "libutils",
        "liblog",
        "liblog",
+2 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,8 @@ ifeq ($(ENABLE_TREBLE), true)


LOCAL_SHARED_LIBRARIES += \
LOCAL_SHARED_LIBRARIES += \
    libbase \
    libbase \
    libhidl \
    libhidlbase \
    libhidltransport \
    libhwbinder \
    libhwbinder \
    android.hardware.sensors@1.0
    android.hardware.sensors@1.0


+4 −5
Original line number Original line Diff line number Diff line
@@ -139,7 +139,8 @@ LOCAL_SHARED_LIBRARIES := \
    liblog \
    liblog \
    libdl \
    libdl \
    libhardware \
    libhardware \
    libhidl \
    libhidlbase \
    libhidltransport \
    libhwbinder \
    libhwbinder \
    libutils \
    libutils \
    libEGL \
    libEGL \
@@ -151,16 +152,14 @@ LOCAL_SHARED_LIBRARIES := \
    libpowermanager \
    libpowermanager \
    libvulkan \
    libvulkan \
    libprotobuf-cpp-lite \
    libprotobuf-cpp-lite \
    libhidl \
    libhwbinder \
    libbase \
    libbase \
    libutils \
    android.hardware.power@1.0
    android.hardware.power@1.0


LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := \
LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := \
    android.hardware.graphics.allocator@2.0 \
    android.hardware.graphics.allocator@2.0 \
    android.hardware.graphics.composer@2.1 \
    android.hardware.graphics.composer@2.1 \
    libhidl \
    libhidlbase \
    libhidltransport \
    libhwbinder
    libhwbinder


LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code