aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-03-23 14:30:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 14:30:08 +0000
commit16ac097a5c14b15148e5236c74616d0aa3b2d2f5 (patch)
tree6fc846fad3c429591d23a1d10dfeb469cc313396
parent44cfd0d06d1e0bcc968794064dba4dfa6cbeed9c (diff)
parentd56a6e63033f9fa9a0d075b4cc9c0710f98737a4 (diff)
downloadcsuite-16ac097a5c14b15148e5236c74616d0aa3b2d2f5.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to test/app_compat/csuite" am: abffe92828 am: d56a6e6303
Original change: https://android-review.googlesource.com/c/platform/test/app_compat/csuite/+/1650089 Change-Id: I514a77b1d3fa3df0bfa3081a22095d6bb50c123c
-rw-r--r--tests/csuite-app-launch/Android.bp4
-rw-r--r--tests/csuite-system-app-launch/Android.bp4
-rw-r--r--tests/csuite-test-package-launch/Android.bp4
3 files changed, 12 insertions, 0 deletions
diff --git a/tests/csuite-app-launch/Android.bp b/tests/csuite-app-launch/Android.bp
index b5a49b2..256d9f4 100644
--- a/tests/csuite-app-launch/Android.bp
+++ b/tests/csuite-app-launch/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"],
+}
+
csuite_test {
name: "csuite-app-launch",
test_config_template: "template.xml"
diff --git a/tests/csuite-system-app-launch/Android.bp b/tests/csuite-system-app-launch/Android.bp
index bf13297..2514740 100644
--- a/tests/csuite-system-app-launch/Android.bp
+++ b/tests/csuite-system-app-launch/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"],
+}
+
csuite_test {
name: "csuite-system-app-launch",
test_config_template: "template.xml"
diff --git a/tests/csuite-test-package-launch/Android.bp b/tests/csuite-test-package-launch/Android.bp
index 5f9caff..6cdd899 100644
--- a/tests/csuite-test-package-launch/Android.bp
+++ b/tests/csuite-test-package-launch/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"],
+}
+
csuite_test {
name: "csuite-test-package-launch",
test_config_template: "template.xml"