summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:05:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:05:30 +0000
commit9bf0ece20d3650889ec530c48988884468c9f8bf (patch)
tree9eed57a5bead6f8282b6aa5c19c892e3a184dbb9
parent9c3b541b4357011de2047a2e24f92a63c6d8d8a0 (diff)
parentd982e500f09447d000f2ca67782831cc6b599330 (diff)
downloadPartnerBookmarksProvider-9bf0ece20d3650889ec530c48988884468c9f8bf.tar.gz
Snap for 8564071 from d982e500f09447d000f2ca67782831cc6b599330 to mainline-documentsui-releaseaml_doc_341713000aml_doc_341610010aml_doc_341510050aml_doc_341312010aml_doc_341112000aml_doc_341012000aml_doc_340916000aml_doc_331120000
Change-Id: I634e62e87ac0b5b5de6f78e91600330b56ec1f1c
-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.