identity: Add require_root to allow tradefed system auto run

Bug: 228806698
Change-Id: I50fa7d70b4fb327a4b77f43e1c88810e104a4a26
This commit is contained in:
Joseph Jang 2022-04-20 13:53:50 +08:00
parent 91722e3875
commit 7f923b326b

View file

@ -57,6 +57,7 @@ cc_test {
"general-tests",
"vts",
],
require_root: true,
}
java_test_host {