summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-06-13 12:11:52 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-06-13 12:11:52 -0700
commitc82198e2600bb54773d48f308999119c02ac99a2 (patch)
tree77b4d8a28f767d26f01fc6bdd444348816a6dcc4
parent604c3001d7574fcb201a6b817aeb81ec0fe46b95 (diff)
parent4509b726d072497e6667fb7fc10286d95e0d8416 (diff)
downloadlibchrome-c82198e2600bb54773d48f308999119c02ac99a2.tar.gz
Remove unused references to external/valgrind.
am: 4509b726d0 Change-Id: I8f4ffcaf49af8c15e06ee390c4b65b6b62c021a1
-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),