Document libhidltransport removal plan.
Since this library is empty, once removing it can be automated in make
world, simply documenting what can be done easily at the proper time.
Bug: 135686713
Test: N/A
Change-Id: Ic9e1f7aec1a405b96d09ea260d4cc4afa6bc894a
diff --git a/Android.bp b/Android.bp
index 731d87b..35e8279 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,8 +108,8 @@
}
// WARNING: deprecated
-// This library is no longer required, and dependencies should be taken
-// on libhidlbase instead.
+// This library is no longer required, and dependencies should be taken on libhidlbase instead.
+// This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically applied, and this can be removed.
cc_library {
name: "libhidltransport",
vendor_available: true,