summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-06-13 09:36:20 -0700
committerElliott Hughes <enh@google.com>2018-06-13 09:36:20 -0700
commit4509b726d072497e6667fb7fc10286d95e0d8416 (patch)
tree77b4d8a28f767d26f01fc6bdd444348816a6dcc4
parent5eabd664a4f902a54040b05a2b1cffac53a44fc9 (diff)
downloadlibchrome-4509b726d072497e6667fb7fc10286d95e0d8416.tar.gz
Bug: http://b/77856586 Test: builds Change-Id: Ib62e6ada084edf3ba3da9fa80dbc4440135f4049
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 1cb63dd806..d5059fb901 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,10 +57,6 @@ cc_defaults {
"-Wno-missing-field-initializers",
"-Wno-unused-parameter",
],
- include_dirs: [
- "external/valgrind/include",
- "external/valgrind",
- ],
// Note: Although the generated header files are exported here, in building
// libchrome, "." has priority (unlike building projects using libchrome),