summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 18:48:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 18:48:28 +0000
commit2fa05f99691b261a31ee35310f3245c9ec63c0f1 (patch)
tree89847ad1f22f796da7e1f354f631933549f29acd
parentd1ca2373179e747baec3071412dfbccaf627940f (diff)
parent2bd4a4b2b02b87eef38dca34795632de6763af29 (diff)
downloadminikin-2fa05f99691b261a31ee35310f3245c9ec63c0f1.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/minikin am: c27eed63c6 am: 2bd4a4b2b0
Original change: https://android-review.googlesource.com/c/platform/frameworks/minikin/+/1589033 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Idcbe4209b90c212ce27e8688c6ae7ea13d7d3a6c
-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 9c20758..f253dba 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 1d8c019..9acb028 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 0971a06..e47030a 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: [