Add require_root for libcutils tests
7 of these tests require root Test: these tests pass as root Change-Id: Ife4d1ae0c8fe8a2ace288c584ac044a37bae0b3e
This commit is contained in:
parent
7f44a83d8f
commit
e41aded12d
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,7 @@ cc_test {
|
|||
defaults: ["libcutils_test_default"],
|
||||
host_supported: true,
|
||||
shared_libs: test_libraries,
|
||||
require_root: true,
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
@ -255,6 +256,7 @@ cc_test {
|
|||
"libcgrouprc_format",
|
||||
] + test_libraries,
|
||||
stl: "libc++_static",
|
||||
require_root: true,
|
||||
|
||||
target: {
|
||||
android: {
|
||||
|
|
Loading…
Reference in a new issue