commit | d1360f4412764cfc6f513b27dc8474000227a7b6 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Sep 24 09:04:05 2019 -0700 |
committer | Dan Shi <dshi@google.com> | Tue Sep 24 09:13:32 2019 -0700 |
tree | 6ea08b29b715c6b005ebcde0213bc5f149f863b0 | |
parent | a550e7f4128a4e5747950d239fd41cbbc436649b [diff] [blame] |
Add require_root to adbd_test and libpackagelistparser_test Bug: 141272654 Test: atest Change-Id: I14e0d3283cba79a2a4e36e1a1274d6921be5b629
diff --git a/adb/Android.bp b/adb/Android.bp index 57872b0..9ef82bf 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -629,6 +629,7 @@ "libselinux", ], test_suites: ["device-tests"], + require_root: true, } python_test_host {