aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-22 19:01:16 -0700
committerBob Badour <bbadour@google.com>2021-03-22 19:01:16 -0700
commit13a5e26b98707806a08847d8790c8cac94cdd311 (patch)
tree93e72ed1b26c7e8d186270beb46a47e3d38b3749
parent86651be2bda48264e57bee5960100e5692195e26 (diff)
downloadplatform_test_app_compat_csuite-13a5e26b98707806a08847d8790c8cac94cdd311.tar.gz
platform_test_app_compat_csuite-13a5e26b98707806a08847d8790c8cac94cdd311.tar.bz2
platform_test_app_compat_csuite-13a5e26b98707806a08847d8790c8cac94cdd311.zip
[LSC] Add LOCAL_LICENSE_KINDS to test/app_compat/csuite
Added SPDX-license-identifier-Apache-2.0 to: tests/csuite-app-launch/Android.bp tests/csuite-system-app-launch/Android.bp tests/csuite-test-package-launch/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Iebc5b4f338a62762ab04df375ef8b079ffc569a5
-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"