aboutsummaryrefslogtreecommitdiff
path: root/test_targets/imgdiag-app-launch/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:16:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:16:12 +0000
commitc5952599a22be6bbe44f9426452b34c60edd89b5 (patch)
tree9e9d9d7ddc5336c94be6b96fba669cefb7986237 /test_targets/imgdiag-app-launch/Android.bp
parent4c5efa79ce533c7290cb646bdbe4c68f15c8bbe5 (diff)
parent467f1ec58dc1574f14a536b78d0ee38a1e6928cd (diff)
downloadcsuite-c5952599a22be6bbe44f9426452b34c60edd89b5.tar.gz
Snap for 11526323 from 467f1ec58dc1574f14a536b78d0ee38a1e6928cd to simpleperf-releasesimpleperf-release
Change-Id: Ia428a258b2446fcfa403bad80f7b1db62400d198
Diffstat (limited to 'test_targets/imgdiag-app-launch/Android.bp')
-rw-r--r--test_targets/imgdiag-app-launch/Android.bp24
1 files changed, 24 insertions, 0 deletions
diff --git a/test_targets/imgdiag-app-launch/Android.bp b/test_targets/imgdiag-app-launch/Android.bp
new file mode 100644
index 0000000..4e11267
--- /dev/null
+++ b/test_targets/imgdiag-app-launch/Android.bp
@@ -0,0 +1,24 @@
+// Copyright (C) 2024 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// 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: "imgdiag-app-launch",
+ test_plan_include: "plan.xml",
+ test_config_template: "default-launch.xml",
+ extra_test_config_templates: ["pre-installed-launch.xml"],
+}