From f0ea1e6e5d23339632db97096bdaa80b4ddae026 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Wed, 2 Jan 2019 14:31:26 -0800 Subject: [PATCH] libutils: use libbase_headers instead of libbase. Bug: http://b/121391019 Test: treehugger Change-Id: I0e5d218b9afe6f832cc6bd0ef78bc1a5581f3e2f --- libutils/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libutils/Android.bp b/libutils/Android.bp index 600c91c0e..3e8417eb9 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp @@ -155,7 +155,7 @@ cc_library { ], }, linux: { - shared_libs: ["libbase"], + header_libs: ["libbase_headers"], srcs: [ "Looper.cpp", ],