diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-03-25 02:17:54 +0100 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-03-25 02:17:54 +0100 |
commit | 30818876f171c63869928164a51784a4c940fa89 (patch) | |
tree | 1b6801ec300c7e1432e11ca7062d072f77c32444 /minadbd/Android.bp | |
parent | Import translations. DO NOT MERGE ANYWHERE (diff) | |
parent | Merge "Fix flaky tests by require root for minadbd_tests" am: f820e62701 am: d66516ea7c (diff) | |
download | android_bootable_recovery-30818876f171c63869928164a51784a4c940fa89.tar android_bootable_recovery-30818876f171c63869928164a51784a4c940fa89.tar.gz android_bootable_recovery-30818876f171c63869928164a51784a4c940fa89.tar.bz2 android_bootable_recovery-30818876f171c63869928164a51784a4c940fa89.tar.lz android_bootable_recovery-30818876f171c63869928164a51784a4c940fa89.tar.xz android_bootable_recovery-30818876f171c63869928164a51784a4c940fa89.tar.zst android_bootable_recovery-30818876f171c63869928164a51784a4c940fa89.zip |
Diffstat (limited to 'minadbd/Android.bp')
-rw-r--r-- | minadbd/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp index 4999a9460..fb51a799a 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -135,4 +135,5 @@ cc_test { test_suites: [ "device-tests", ], + require_root: true, } |