From 7d43242e7061bc5d4ee6c34c45635eb50f3ec8e9 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Fri, 25 May 2018 10:49:02 -0700 Subject: 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 --- dexdump/Android.bp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dexdump/Android.bp') 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 { -- cgit v1.2.3-59-g8ed1b