diff options
Diffstat (limited to 'openjdkjvmti/Android.bp')
| -rw-r--r-- | openjdkjvmti/Android.bp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp index d01357f801..98cb4664e3 100644 --- a/openjdkjvmti/Android.bp +++ b/openjdkjvmti/Android.bp @@ -36,10 +36,10 @@ license { visibility: [":__subpackages__"], license_kinds: [ "SPDX-license-identifier-Apache-2.0", - "SPDX-license-identifier-GPL-with-classpath-exception", + "SPDX-license-identifier-GPL-2.0-with-classpath-exception", ], license_text: [ - "NOTICE", + "LICENSE", ], } @@ -111,13 +111,13 @@ art_cc_library { shared_libs: [ "libart", "libart-compiler", - "libart-dexlayout", "libdexfile", "libartbase", ], apex_available: [ "com.android.art", "com.android.art.debug", + "test_broken_com.android.art", ], } @@ -130,7 +130,6 @@ art_cc_library { shared_libs: [ "libartd", "libartd-compiler", - "libartd-dexlayout", "libdexfiled", "libartbased", ], |