aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 23:46:10 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:28:33 -0800
commit58f24695252bccc084373670e4cb8a8712e3ac9c (patch)
tree751676c909a7320632c1b15201b8134bbfe57182
parentb735f448e61c99f4c06101902ff76eee4e5496f1 (diff)
downloadtrebuchet-58f24695252bccc084373670e4cb8a8712e3ac9c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to tools/trebuchetandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I13ca86ead92f6cc5623cbe1db633cb94476d45ab
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5aa9b14..6c0735f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["tools_trebuchet_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "tools_trebuchet_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_defaults {
name: "trebuchet-defaults",
javacflags: [