Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/PartnerBookmarksProvider" am: 6a44d03392

Original change: https://android-review.googlesource.com/c/platform/packages/providers/PartnerBookmarksProvider/+/1588553

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I64926d7e1047586acab602698ff24472e50fa20b
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.