summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 19:41:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 19:41:19 +0000
commitfffb220a0a695485714a4a9d08f69aaa4bd2e7be (patch)
tree9e2219da322329cd682cbe07d4bd892dc6eb4b0f
parentbc7b3543d4619f4a9acfe5533ffb858baacd431b (diff)
parentb2c475733c4c267136f802276a78a8c627ea27ae (diff)
downloadvcard-android12-qpr1-d-release.tar.gz
Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/vcard/+/1589021 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3983d2967fe07ab56eebb9268855ce61086f2d7f
-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 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",