summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--jdwp/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0d92caf..a5f80dc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,7 @@ package {
java_test {
name: "apache-harmony-tests",
visibility: [
+ "//art/build/sdk",
"//cts/tests/libcore/luni",
],
hostdex: true,
diff --git a/jdwp/Android.bp b/jdwp/Android.bp
index b1af1b5..507bef8 100644
--- a/jdwp/Android.bp
+++ b/jdwp/Android.bp
@@ -10,6 +10,7 @@ java_genrule {
java_test {
name: "apache-harmony-jdwp-tests",
visibility: [
+ "//art/build/sdk",
"//cts/tests/jdwp",
],
hostdex: true,