summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:31:30 -0800
committerBob Badour <bbadour@google.com>2021-02-12 16:31:30 -0800
commitd79c6c7d4922b86d10c81d6ef911d63baab8e423 (patch)
tree9eed57a5bead6f8282b6aa5c19c892e3a184dbb9
parent9c3b541b4357011de2047a2e24f92a63c6d8d8a0 (diff)
downloadPartnerBookmarksProvider-d79c6c7d4922b86d10c81d6ef911d63baab8e423.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/PartnerBookmarksProvider
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I70e0283758524ad1ba8d2766dfa1ff126465f6bc
-rw-r--r--Android.bp4
-rw-r--r--tests/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dc45966..85125b3 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: "PartnerBookmarksProvider",
static_libs: ["android-common"],
diff --git a/tests/Android.bp b/tests/Android.bp
index 6f1eac2..3c2cb6a 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "PartnerBookmarksProviderTest",
// Include all test java files.