commit | 22a3454d4f78075e261aa64991f75c724a8bd99d | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Feb 20 09:51:09 2018 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Feb 20 20:46:36 2018 +0000 |
tree | 6ce9c2a0be5a3695e9d0fd87c81ad42930a0ad16 | |
parent | 3fa15c2679039147959cc7717cc3dccc1e747e11 [diff] |
Remove libbase header export from libhidltransport It's not used in any header. Test: build (nothing complains) Change-Id: If1721aaaae149fcadaa9d7869040594ae18c61f6
diff --git a/transport/Android.bp b/transport/Android.bp index 77cfe27..5b0c11c 100644 --- a/transport/Android.bp +++ b/transport/Android.bp
@@ -38,7 +38,6 @@ "libvndksupport", ], export_shared_lib_headers: [ - "libbase", "libutils", "libhidlbase", ],