diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/apex/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apex/Android.bp b/build/apex/Android.bp index 8de902bb45..ca66c3bef2 100644 --- a/build/apex/Android.bp +++ b/build/apex/Android.bp @@ -262,7 +262,7 @@ apex_test { // unwanted_transitive_deps we can ensure `libart` gets excluded // anyway. // TODO(mast): Add back the binaries and clean this up. - native_shared_libs: art_runtime_base_broken_native_shared_libs + ["libopenjdkjvm"], + native_shared_libs: art_runtime_base_broken_native_shared_libs + libcore_native_shared_libs, unwanted_transitive_deps: ["libart"], compile_multilib: "both", |