aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Drumond Jacob <hugojacob@google.com>2023-07-19 20:13:46 +0200
committerRay Chin <raychin@google.com>2023-07-24 08:12:51 +0000
commitdc9f844cf91bc7dd3db8b67440bcf968e88e4c4d (patch)
treed9b26da97275cc8e547a6657f0c4ab95b8c3aa4b
parentbe5a94b276884f9de846bab3e2430c24ba9be31a (diff)
downloadperfetto-dc9f844cf91bc7dd3db8b67440bcf968e88e4c4d.tar.gz
Fix duplicated `data` field
While merging this from `android12L-test-dev` to `main`, the `data` field got duplicated. Merge the duplicated entries into a single one. Change-Id: Ie97857cf1d4a41fd479e100616b533265c807de8 Merged-In: Ie97857cf1d4a41fd479e100616b533265c807de8 Bug: 285215697 (cherry picked from commit 19e99ad003838ace452fba806e60c818e67d3366) (cherry picked from commit ee31a6e6c21bd44cc66a02a41116efc91341ad65)
-rw-r--r--test/cts/Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/cts/Android.bp b/test/cts/Android.bp
index dda9bdeb3..ff1d18f23 100644
--- a/test/cts/Android.bp
+++ b/test/cts/Android.bp
@@ -59,6 +59,7 @@ cc_test {
":CtsPerfettoProducerApp",
":CtsPerfettoReleaseApp",
":CtsPerfettoDebuggableApp",
+ "perfetto_device_preparer.sh",
],
stl: "libc++_static",
// This test is also run via Mainline Testing against the ART Mainline
@@ -67,7 +68,4 @@ cc_test {
defaults: [
"perfetto_defaults",
],
- data: [
- "perfetto_device_preparer.sh",
- ],
}