aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Drumond Jacob <hugojacob@google.com>2023-07-19 21:45:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-07-19 21:45:33 +0000
commitb2dc1d84eae7b7f1de7a3368b3ef0151ce955ec7 (patch)
treee7808c3bfacbf3788520c67e091d9d6e6a410464
parent136c6d5f1139a297ee912c296e638b86b4107bf1 (diff)
parent19e99ad003838ace452fba806e60c818e67d3366 (diff)
downloadperfetto-b2dc1d84eae7b7f1de7a3368b3ef0151ce955ec7.tar.gz
Merge "Fix duplicated `data` field" into udc-dev
-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 8857637c8..b5e2a54bb 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",
- ],
}