diff options
author | 2022-09-20 22:01:02 -0700 | |
---|---|---|
committer | 2022-09-21 11:21:53 +0000 | |
commit | e5ac3b285f2c29dafb15a20da5d17a5f57a0c635 (patch) | |
tree | 3153268403a021031d3ec172ec9cd6d3c0400791 /dt_fd_forward | |
parent | 592c561dac5b6024cc18ddd9a946000597559c51 (diff) |
Make version explicit.
Bug: 210546823
Test: m droid
Change-Id: I6e264ce0d50284b1b814dfe174c95b22a0fe8e00
Diffstat (limited to 'dt_fd_forward')
-rw-r--r-- | dt_fd_forward/Android.bp | 2 |
1 files changed, 1 insertions, 1 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", |