summaryrefslogtreecommitdiff
path: root/dexdump/Android.bp
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2018-05-25 10:49:02 -0700
committer David Sehr <sehr@google.com> 2018-05-25 13:37:31 -0700
commit7d43242e7061bc5d4ee6c34c45635eb50f3ec8e9 (patch)
tree865295cea0a64c99b6f5b24d84d70d159a2a334b /dexdump/Android.bp
parent39b86481098427d34a5a9cd6c3bb430b57507da7 (diff)
Move more test code to CommonArtTest
Complete migration of libdexfile and libartbase to CommonArtTest. (libprofile and clients remain on CommonRuntimeTest because of required refactorings.) Bug: 78651010 Bug: 72216369 Test: make -j 40 test-art-host-gtest make -j 2 test-art-target-gtest Change-Id: Id10d8fc9002e0ad9451730627dfd848f5761c90c
Diffstat (limited to 'dexdump/Android.bp')
-rw-r--r--dexdump/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index 2f0962c19a..ac9a9a2932 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -23,10 +23,6 @@ cc_defaults {
"dexdump.cc",
],
cflags: ["-Wall", "-Werror"],
- // TODO: fix b/72216369 and remove the need for this.
- include_dirs: [
- "art/runtime" // dex utils.
- ],
}
art_cc_binary {