summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:23:13 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:23:13 -0800
commite13027f9f3f6b4139edca6480db259c928238c2e (patch)
tree5fef2eeb7f66ebb50cf42b9adecc66d606c1fe0e
parent6723f216e02bf81fc8b6c942af9a908a4b10aa83 (diff)
downloadSystemUpdater-e13027f9f3f6b4139edca6480db259c928238c2e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/SystemUpdater
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: I01330c9e541f4b852f9745df3313b407f29d679c
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dfa7eca..a634961 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "SystemUpdater",
srcs: ["src/**/*.java"],