summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-04-07 14:15:17 -0700
committerDan Willemsen <dwillemsen@google.com>2017-04-10 22:16:19 -0700
commit4d53a041d391048c403c714f77aaade49e88a934 (patch)
treedf81dcc1af35b55b95ca3d8dcbd248d153f39642 /Android.bp
parent00b192cee2de4f72c18a218ac7a1e7473cc72112 (diff)
Include what you use
This doesn't need utils/Log.h, just log/log.h and some stdlib headers. Bug: 33241851 Test: m -j libhardware Change-Id: Id73059f5636af42b0d1680b89f6ca27f466d9ea8
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 64f5c8e2..2c46ce9a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,7 @@ cc_library_shared {
"liblog",
"libdl",
],
+ header_libs: ["libsystem_headers"],
cflags: ["-DQEMU_HARDWARE"],
export_include_dirs: ["include"],
}