summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 19:41:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 19:41:25 +0000
commitb41f62b57139dc5c6018d96f824b91b9417137ed (patch)
tree29a6265d2667a8b04ff19d294d491152e1385761
parentcfc893feec49429a459401bf5c1d8a199c6134b9 (diff)
parent2fa05f99691b261a31ee35310f3245c9ec63c0f1 (diff)
downloadminikin-b41f62b57139dc5c6018d96f824b91b9417137ed.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/minikin am: c27eed63c6 am: 2bd4a4b2b0 am: 2fa05f9969
Original change: https://android-review.googlesource.com/c/platform/frameworks/minikin/+/1589033 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3a8c5bacfadbf05ae1ebe6850e24596f8755d6b8
-rw-r--r--Android.bp4
-rw-r--r--app/Android.bp4
-rw-r--r--libs/minikin/Android.bp4
-rw-r--r--tests/Android.bp4
-rw-r--r--tests/perftests/Android.bp4
-rw-r--r--tests/stresstest/Android.bp4
-rw-r--r--tests/unittest/Android.bp4
-rw-r--r--tests/util/Android.bp4
8 files changed, 32 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index adbd4e6..c4990b2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_headers {
name: "libminikin_headers",
host_supported: true,
diff --git a/app/Android.bp b/app/Android.bp
index 6c7c66b..9d6c28a 100644
--- a/app/Android.bp
+++ b/app/Android.bp
@@ -14,6 +14,10 @@
// see how_to_run.txt for instructions on running these tests
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary_host {
name: "hyphtool",
diff --git a/libs/minikin/Android.bp b/libs/minikin/Android.bp
index 8746d87..0ac30af 100644
--- a/libs/minikin/Android.bp
+++ b/libs/minikin/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"],
+}
+
cc_library_headers {
name: "libminikin-headers-for-tests",
export_include_dirs: ["."],
diff --git a/tests/Android.bp b/tests/Android.bp
index 4a19fca..cb05901 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
filegroup {
name: "minikin-test-data",
srcs: [
diff --git a/tests/perftests/Android.bp b/tests/perftests/Android.bp
index 83db1c5..19ed8eb 100644
--- a/tests/perftests/Android.bp
+++ b/tests/perftests/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_benchmark {
name: "minikin_perftests",
test_suites: ["device-tests"],
diff --git a/tests/stresstest/Android.bp b/tests/stresstest/Android.bp
index fb73e09..784dc6a 100644
--- a/tests/stresstest/Android.bp
+++ b/tests/stresstest/Android.bp
@@ -14,6 +14,10 @@
// see how_to_run.txt for instructions on running these tests
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test {
name: "minikin_stress_tests",
diff --git a/tests/unittest/Android.bp b/tests/unittest/Android.bp
index b67d5b6..cae9003 100644
--- a/tests/unittest/Android.bp
+++ b/tests/unittest/Android.bp
@@ -14,6 +14,10 @@
// see how_to_run.txt for instructions on running these tests
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test {
name: "minikin_tests",
test_suites: ["device-tests"],
diff --git a/tests/util/Android.bp b/tests/util/Android.bp
index 8bf125b..1d3d8cf 100644
--- a/tests/util/Android.bp
+++ b/tests/util/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_static {
name: "libminikin-tests-util",
srcs: [