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

Commit 1ee98596 authored by Yifan Hong's avatar Yifan Hong Committed by Ruchi Kandoi
Browse files

Nfc: Split libhidl into base and transport.

Bug: 32756130

Test: mma
Merged-In: Id21cf23abe2910f26bb7895511862443b93dc112
Change-Id: I8379d8af9c373b489f803c3ae9129227a78537a6
(cherry picked from commit 6b920e43)
parent 6360a884
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -37,7 +37,8 @@ LOCAL_SHARED_LIBRARIES += \
  libutils \
  libutils \
  libcutils \
  libcutils \
  liblog \
  liblog \
  libhidl \
  libhidlbase \
  libhidltransport \
  libhwbinder \
  libhwbinder \
  libprotobuf-cpp-full \
  libprotobuf-cpp-full \
  libvts_common \
  libvts_common \
@@ -74,7 +75,8 @@ LOCAL_SHARED_LIBRARIES := \
   libbase \
   libbase \
   libcutils \
   libcutils \
   liblog \
   liblog \
   libhidl \
   libhidlbase \
   libhidltransport \
   libhwbinder \
   libhwbinder \
   libprotobuf-cpp-full \
   libprotobuf-cpp-full \
   libvts_common \
   libvts_common \
@@ -105,7 +107,8 @@ LOCAL_SHARED_LIBRARIES := \
   libbase \
   libbase \
   libcutils \
   libcutils \
   liblog \
   liblog \
   libhidl \
   libhidlbase \
   libhidltransport \
   libhwbinder \
   libhwbinder \
   libprotobuf-cpp-full \
   libprotobuf-cpp-full \
   libvts_common \
   libvts_common \
+3 −2
Original line number Original line Diff line number Diff line
@@ -22,7 +22,8 @@ cc_test {
        "libbase",
        "libbase",
        "liblog",
        "liblog",
        "libcutils",
        "libcutils",
        "libhidl",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libhwbinder",
        "libnativehelper",
        "libnativehelper",
        "libutils",
        "libutils",