diff options
author | 2018-05-25 10:49:02 -0700 | |
---|---|---|
committer | 2018-05-25 13:37:31 -0700 | |
commit | 7d43242e7061bc5d4ee6c34c45635eb50f3ec8e9 (patch) | |
tree | 865295cea0a64c99b6f5b24d84d70d159a2a334b /dexdump/Android.bp | |
parent | 39b86481098427d34a5a9cd6c3bb430b57507da7 (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.bp | 4 |
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 { |