summaryrefslogtreecommitdiffstats
path: root/dexlist
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-09-16 13:47:21 -0700
committerColin Cross <ccross@android.com>2016-09-19 10:10:42 -0700
commitafd3c9ea7f238afebd5073c1143d3c832ab10a71 (patch)
treeea95e66ac119b6f86f637ebbeba22e956d3a4c4e /dexlist
parentbe3a3ee02f148345ba6e1a0361532a3f7e8c0002 (diff)
downloadandroid_art-afd3c9ea7f238afebd5073c1143d3c832ab10a71.tar.gz
android_art-afd3c9ea7f238afebd5073c1143d3c832ab10a71.tar.bz2
android_art-afd3c9ea7f238afebd5073c1143d3c832ab10a71.zip
Convert art runtests to Android.bp
Build the art runtest libraries with Android.bp. The host test libraries move from out/host/linux-x86/lib[64] to out/host/linux-x86/nativetest[64], and the device test libraires from /data/artest/${TARGET_ARCH} to /data/nativetest[64]/art/${TARGET_ARCH}, which requires adding nativetest to the library search path, and fixing some tests to support multiple entries in library search paths. Test: m -j test-art-host Test: m -j test-art-target Change-Id: I2118a3292f22f275954ddd7cdd4e12287fe47808
Diffstat (limited to 'dexlist')
-rw-r--r--dexlist/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexlist/Android.bp b/dexlist/Android.bp
index ddf01db38d..52b1ee97d2 100644
--- a/dexlist/Android.bp
+++ b/dexlist/Android.bp
@@ -23,7 +23,7 @@ art_cc_binary {
art_cc_test {
name: "art_dexlist_tests",
defaults: [
- "art_test_defaults",
+ "art_gtest_defaults",
],
srcs: ["dexlist_test.cc"],
}