commit | f0ea1e6e5d23339632db97096bdaa80b4ddae026 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Jan 02 14:31:26 2019 -0800 |
committer | Josh Gao <jmgao@google.com> | Wed Jan 02 14:31:26 2019 -0800 |
tree | fef9da31b9ad00e4831b9cb653b9c23f51f0783f | |
parent | 79f304771c34819768c44dd5562024e5db5cd19e [diff] |
libutils: use libbase_headers instead of libbase. Bug: http://b/121391019 Test: treehugger Change-Id: I0e5d218b9afe6f832cc6bd0ef78bc1a5581f3e2f
diff --git a/libutils/Android.bp b/libutils/Android.bp index 600c91c..3e8417e 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -155,7 +155,7 @@ ], }, linux: { - shared_libs: ["libbase"], + header_libs: ["libbase_headers"], srcs: [ "Looper.cpp", ],