From e5ac3b285f2c29dafb15a20da5d17a5f57a0c635 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 20 Sep 2022 22:01:02 -0700 Subject: Make version explicit. Bug: 210546823 Test: m droid Change-Id: I6e264ce0d50284b1b814dfe174c95b22a0fe8e00 --- dt_fd_forward/Android.bp | 2 +- openjdkjvm/Android.bp | 2 +- openjdkjvmti/Android.bp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dt_fd_forward/Android.bp b/dt_fd_forward/Android.bp index 772b55eb06..bc6aa27143 100644 --- a/dt_fd_forward/Android.bp +++ b/dt_fd_forward/Android.bp @@ -39,7 +39,7 @@ 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", diff --git a/openjdkjvm/Android.bp b/openjdkjvm/Android.bp index 2757d9d3b7..86b9b0470a 100644 --- a/openjdkjvm/Android.bp +++ b/openjdkjvm/Android.bp @@ -35,7 +35,7 @@ license { name: "art_openjdkjvm_license", visibility: [":__subpackages__"], license_kinds: [ - "SPDX-license-identifier-GPL-with-classpath-exception", + "SPDX-license-identifier-GPL-2.0-with-classpath-exception", ], license_text: [ "NOTICE", diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp index d01357f801..18c4301ead 100644 --- a/openjdkjvmti/Android.bp +++ b/openjdkjvmti/Android.bp @@ -36,7 +36,7 @@ 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", -- cgit v1.2.3-59-g8ed1b