diff options
author | Paul Duffin <paulduffin@google.com> | 2020-01-16 16:55:36 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2020-01-16 16:55:36 +0000 |
commit | 86abe9e68564581f6539e4262f3ad8f2afba10ba (patch) | |
tree | 5cfcecbdb6238671316ae37bc5a9322b121455bf /NativeCode.bp | |
parent | ab1c6c4c7a7dd103bf58288bf3f50652985fdc32 (diff) |
Make some build targets visible to art sdk
Bug: 142935992
Test: m art-module-sdk art-module-host-exports art-module-test-exports
Change-Id: Id9e0deb00ae5382a48f0ad7a0b353d84d14dd76e
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index 25c128b181..2be67bfe8f 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -202,6 +202,7 @@ cc_library_shared { cc_library_shared { name: "libjavacoretests", visibility: [ + "//art/build/sdk", "//cts/tests/libcore/luni", ], defaults: ["core_native_default_flags"], |