Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/vcard" am: 9222b852ef am: 922d219b10 am: b2c475733c

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/vcard/+/1589021

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3983d2967fe07ab56eebb9268855ce61086f2d7f
diff --git a/Android.bp b/Android.bp
index c7e9bfa..25fc4e3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 java_library {
     name: "com.android.vcard",
 
diff --git a/tests/Android.bp b/tests/Android.bp
index 5c286aa..5c49410 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_test {
     name: "AndroidVCardTests",