diff options
| author | Paul Duffin <paulduffin@google.com> | 2020-03-25 12:02:54 +0000 |
|---|---|---|
| committer | Paul Duffin <paulduffin@google.com> | 2020-10-13 18:36:58 +0100 |
| commit | 8d01a554390dfec5555e16b069f731ba1a95e897 (patch) | |
| tree | 4f63f6cd00b70edbf0d8b9d4b9629d8d623fd040 /JavaLibrary.bp | |
| parent | 6ff246eb3b6d4248f3160e2d905b5dcae35a1a94 (diff) | |
Allow modules to be added to ART sdk
Test: m nothing
Change-Id: Ie9e14638bd14072bd61626c27eff303ba6642a79
Diffstat (limited to 'JavaLibrary.bp')
| -rw-r--r-- | JavaLibrary.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/JavaLibrary.bp b/JavaLibrary.bp index 57f27d7677..503972f146 100644 --- a/JavaLibrary.bp +++ b/JavaLibrary.bp @@ -269,6 +269,7 @@ java_library { name: "core-libart", visibility: [ "//art/build/apex", + "//art/build/sdk", "//external/robolectric-shadows", "//external/wycheproof", "//libcore/benchmarks", @@ -497,6 +498,7 @@ java_library_static { java_test { name: "jsr166-tests", visibility: [ + "//art/build/sdk", "//cts/tests/libcore/jsr166", ], srcs: ["jsr166-tests/src/test/java/**/*.java"], @@ -527,6 +529,7 @@ genrule { java_test { name: "core-tests", visibility: [ + "//art/build/sdk", "//cts/tests/libcore/luni", ], defaults: ["libcore_java_defaults"], @@ -679,6 +682,7 @@ java_test { java_test { name: "core-ojtests-public", visibility: [ + "//art/build/sdk", "//cts/tests/libcore/ojluni", ], defaults: ["libcore_java_defaults"], @@ -815,6 +819,7 @@ rewrite_openjdk_doc_args = "--replace-documentation " + java_sdk_library { name: "art.module.public.api", visibility: [ + "//art/build/sdk", "//frameworks/base", ], srcs: [ |
