aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-12-16 16:40:41 -0800
committerCole Faust <colefaust@google.com>2022-12-16 16:40:41 -0800
commit4c6ebbc99b609d98cadf52726b565bc0d3d72ea1 (patch)
treef76b6010859312143c77f958e2b3211b2a82ba93
parentc185c9adb79a81b35ea7367b478b47e8aa7e1be7 (diff)
downloadsg3_utils-4c6ebbc99b609d98cadf52726b565bc0d3d72ea1.tar.gz
It being named the same as the LICENSE file was causing a circular dependency in bazel. Test: Presubmits Change-Id: I519fd1e46761edcec5339df8dec431bfb965d277
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index ec32bdae..f7c54556 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,12 +1,12 @@
// Copyright 2022 The Android Open Source Project
package {
- default_applicable_licenses: ["LICENSE"],
+ default_applicable_licenses: ["external_sg3_utils_license"],
}
// See also https://spdx.org/licenses/
license {
- name: "LICENSE",
+ name: "external_sg3_utils_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-BSD-2-Clause",