Merge "Add require_root for libcutils tests"

This commit is contained in:
Treehugger Robot 2019-11-07 23:34:24 +00:00 committed by Gerrit Code Review
commit 71ed80a229

View file

@ -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: {