summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-01-17 22:13:53 -0800
committerXin Li <delphij@google.com>2024-01-17 22:13:53 -0800
commit8c8a497e1c15be2d92fb811243c9aeb5d8d12f2c (patch)
tree1a5fbbe0b0b18fc82b95167539cd5b603e1acb64
parent41fcfd8bf0c39b28617f0bbfe94a68f90e565a51 (diff)
parent4db7a3fb3b3970fe67f0c78e9155a74b885671a3 (diff)
downloadlibchrome-gestures-temp_319669529.tar.gz
Merge Android 24Q1 Release (ab/11220357)temp_319669529
Bug: 319669529 Merged-In: Ic7c11e6bab7584bd7acde43ae79f2ea68275333c Change-Id: I30aaa1cc50a2b92af1cd0f5e54ad252233178c37
-rw-r--r--AndroidTest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidTest.xml b/AndroidTest.xml
index 0e08e46..5233b0d 100644
--- a/AndroidTest.xml
+++ b/AndroidTest.xml
@@ -26,6 +26,13 @@
<option name="push" value="libchrome-gestures_test->/data/local/tmp/libchrome-gestures_test" />
</target_preparer>
+ <!--
+ Because we push the test binary into /data/local/tmp, SELinux prevents
+ it from being read to produce symbolized stack traces when crashes
+ occur, so disable SELinux for these tests.
+ -->
+ <target_preparer class="com.android.tradefed.targetprep.DisableSELinuxTargetPreparer" />
+
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp" />
<option name="module-name" value="libchrome-gestures_test" />