summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-08-25 00:12:33 +0200
committerKelvin Zhang <zhangkelvin@google.com>2021-03-23 22:43:57 +0100
commitc5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99 (patch)
tree11e9aace23d0ca28ae44ce514868bd011c23e89e
parentImport translations. DO NOT MERGE ANYWHERE (diff)
downloadandroid_bootable_recovery-c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99.tar
android_bootable_recovery-c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99.tar.gz
android_bootable_recovery-c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99.tar.bz2
android_bootable_recovery-c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99.tar.lz
android_bootable_recovery-c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99.tar.xz
android_bootable_recovery-c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99.tar.zst
android_bootable_recovery-c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99.zip
-rw-r--r--minadbd/Android.bp1
-rw-r--r--minadbd/AndroidTest.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp
index 4cdcac6d9..b6ca59efa 100644
--- a/minadbd/Android.bp
+++ b/minadbd/Android.bp
@@ -135,4 +135,5 @@ cc_test {
test_suites: [
"device-tests",
],
+ require_root: true,
}
diff --git a/minadbd/AndroidTest.xml b/minadbd/AndroidTest.xml
index 7ea235b7c..dbcbac250 100644
--- a/minadbd/AndroidTest.xml
+++ b/minadbd/AndroidTest.xml
@@ -18,9 +18,10 @@
<option name="cleanup" value="true" />
<option name="push" value="minadbd_test->/data/local/tmp/minadbd_test" />
</target_preparer>
+ <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/>
<option name="test-suite-tag" value="apct" />
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp" />
<option name="module-name" value="minadbd_test" />
</test>
-</configuration> \ No newline at end of file
+</configuration>