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

Commit a27c627f authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "libhidltransport users user libhidlbase" into qt-dev

parents 9c93b350 085a82ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ cc_test {
    // TODO(b/64437680): Assume these libs are always available on the device.
    shared_libs: [
        "libfmq",
        "libhidlbase",
        "libhidltransport",
        "libsync",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ cc_test {
    // TODO(b/64437680): Assume these libs are always available on the device.
    shared_libs: [
        "libfmq",
        "libhidlbase",
        "libhidltransport",
        "libsync",
    ],
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ cc_test {
    srcs: ["VtsHalHealthStorageV1_0TargetTest.cpp"],
    static_libs: ["android.hardware.health.storage@1.0"],
    shared_libs: [
        "libhidltransport"
        "libhidlbase",
        "libhidltransport",
    ],
    test_suites: ["general-tests"],
}
+1 −1
Original line number Diff line number Diff line
@@ -155,11 +155,11 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_LIBRARIES := \
    libgmock \
    libgtest \
    libhidlbase \
    android.hardware.wifi@1.0-service-lib
LOCAL_SHARED_LIBRARIES := \
    libbase \
    libcutils \
    libhidlbase \
    libhidltransport \
    liblog \
    libnl \