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

Commit 1a8199ef authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Nfc: Split libhidl into base and transport. am: 1ee98596

am: 7a133080

Change-Id: Iaafe164aaa4ea648b3237b3cb67c202ed829f559
parents 853198e4 7a133080
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -37,7 +37,8 @@ LOCAL_SHARED_LIBRARIES += \
  libutils \
  libcutils \
  liblog \
  libhidl \
  libhidlbase \
  libhidltransport \
  libhwbinder \
  libprotobuf-cpp-full \
  libvts_common \
@@ -74,7 +75,8 @@ LOCAL_SHARED_LIBRARIES := \
   libbase \
   libcutils \
   liblog \
   libhidl \
   libhidlbase \
   libhidltransport \
   libhwbinder \
   libprotobuf-cpp-full \
   libvts_common \
@@ -105,7 +107,8 @@ LOCAL_SHARED_LIBRARIES := \
   libbase \
   libcutils \
   liblog \
   libhidl \
   libhidlbase \
   libhidltransport \
   libhwbinder \
   libprotobuf-cpp-full \
   libvts_common \
+3 −2
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@ cc_test {
        "libbase",
        "liblog",
        "libcutils",
        "libhidl",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libnativehelper",
        "libutils",