aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2017-02-16 18:31:10 -0800
committerJean-Luc Brouillet <jeanluc@google.com>2017-02-16 18:31:10 -0800
commit4abd7a526dd489b2649bdbe1f890b80fbbe1d90a (patch)
tree4716a85ce16e6cfe46d37171379957bde31dce3f
parent0fdeaf2068348c39f9443b34e42936539491fc41 (diff)
downloadlibbcc-4abd7a526dd489b2649bdbe1f890b80fbbe1d90a.tar.gz
Remove needless include for bcinfo
bcinfo does not depend on libbcc Bug: 34265954 Test: Compiled bcinfo Change-Id: I5d3dd3dd0fd80e739689aacd61c66fa8291c05f8
-rw-r--r--bcinfo/tools/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/bcinfo/tools/Android.bp b/bcinfo/tools/Android.bp
index 62e0a7a..412ff46 100644
--- a/bcinfo/tools/Android.bp
+++ b/bcinfo/tools/Android.bp
@@ -33,8 +33,6 @@ cc_binary_host {
cflags: ["-D__HOST__"],
- include_dirs: ["frameworks/compile/libbcc/include"],
-
host_ldlibs: [
"-ldl",
"-lpthread",