summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-10-15 14:54:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-10-15 14:54:05 +0000
commit6bae78fd14f0b6ab28620309804064960f84b6bf (patch)
tree2ea9cac2c626fbbaa90e1c9ed1e94c921f0234c7
parentbc1d06e1823f2a55833adc4e421eb4e9bee84910 (diff)
parentcbcdd7a962f6bf5dbf45ee03b63ef195fd714e7e (diff)
downloadapache-harmony-6bae78fd14f0b6ab28620309804064960f84b6bf.tar.gz
Merge "Allow modules to be added to ART sdk"
-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,