aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 7b368a1..46ceb65 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,12 +22,10 @@ license {
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-BSD-2-Clause",
- "SPDX-license-identifier-GPL-2.0",
- "SPDX-license-identifier-LGPL-2.1-only",
+ "SPDX-license-identifier-Linux-syscall-note",
],
license_text: [
"LICENSE.BSD-2-Clause",
- "LICENSE.LGPL-2.1",
],
}