diff options
author | Joseph Murphy <murj@google.com> | 2019-12-19 01:20:03 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-12-19 01:20:03 +0000 |
commit | 30ed401db000fee4fd702c294569387056a36167 (patch) | |
tree | 13124140ffd9e3b3d95fc43bd16b93ed25ef13ff /NativeCode.bp | |
parent | 5ff12cbc24f10517f789feae58992772f2a19e26 (diff) | |
parent | 2a6cbb55074e7e6e2103154d654cf6e486fb21b4 (diff) |
Merge "Revert submission 1191937-art_apex_available"
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index 25c128b181..ef2f554035 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -50,10 +50,6 @@ cc_library_shared { visibility: [ "//art/build/apex", ], - apex_available: [ - "com.android.art.release", - "com.android.art.debug", - ], defaults: [ "core_native_default_flags", "core_native_default_libs", @@ -94,10 +90,6 @@ cc_library_shared { "//art/build/apex", "//external/conscrypt", ], - apex_available: [ - "com.android.art.release", - "com.android.art.debug", - ], defaults: [ "core_native_default_flags", ], @@ -173,10 +165,6 @@ cc_library_shared { visibility: [ "//art/build/apex", ], - apex_available: [ - "com.android.art.release", - "com.android.art.debug", - ], defaults: ["libopenjdk_native_defaults"], shared_libs: [ "libopenjdkjvm", @@ -189,9 +177,6 @@ cc_library_shared { visibility: [ "//art/build/apex", ], - apex_available: [ - "com.android.art.debug", - ], defaults: ["libopenjdk_native_defaults"], shared_libs: [ "libopenjdkjvmd", |