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

Commit 67a4762e authored by Yifan Hong's avatar Yifan Hong
Browse files

Split libhidl into base and transport.

Bug: 32756130

Test: mma
Change-Id: I878e0e8f94e01695f633bc80ef163dbe18c8f622
parent 0ad5eb4a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ cc_library_shared {
        "libbinder",
        "libcutils",
        "libhardware",
        "libhidl",
        "libhidlbase",
        "libhidltransport",
        "libsync",
        "libutils",
        "liblog",
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ ifeq ($(ENABLE_TREBLE), true)

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

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

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

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