diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-08-25 00:12:33 +0200 |
---|---|---|
committer | Kelvin Zhang <zhangkelvin@google.com> | 2021-03-23 22:43:57 +0100 |
commit | c5a1b2af59cd66c5377b7e8e9cdf8bef00e93b99 (patch) | |
tree | 11e9aace23d0ca28ae44ce514868bd011c23e89e /minadbd/Android.bp | |
parent | Import translations. DO NOT MERGE ANYWHERE (diff) | |
download | android_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 |
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 4cdcac6d9..b6ca59efa 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -135,4 +135,5 @@ cc_test { test_suites: [ "device-tests", ], + require_root: true, } |