summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 17:44:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-16 17:44:06 +0000
commit9222b852efafdec10881b2ad71329ada84682d08 (patch)
tree9e2219da322329cd682cbe07d4bd892dc6eb4b0f
parentebdd81b057baf2b4db73bfda68397070491745a8 (diff)
parent5c7765bcee76500cd94cc8d7df4614996da8c5a7 (diff)
downloadvcard-9222b852efafdec10881b2ad71329ada84682d08.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/vcard"android-s-preview-1
-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",