OSDN Git Service

Remove libhwbinder/libhidltransport deps
authorSteven Moreland <smoreland@google.com>
Thu, 5 Sep 2019 21:17:28 +0000 (14:17 -0700)
committerSteven Moreland <smoreland@google.com>
Thu, 5 Sep 2019 21:17:28 +0000 (14:17 -0700)
Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: Iea42841e537a16a302b6d425faf2c6bd511c6bad

bootctl/Android.bp

index a58723c..e580415 100644 (file)
@@ -9,8 +9,6 @@ cc_binary {
     ],
     shared_libs: [
         "libhidlbase",
-        "libhidltransport",
-        "libhwbinder",
         "libutils",
         "android.hardware.boot@1.0",
     ],