Use py3 for apex_sepolicy_tests_test
It fails in the build/test server due to `match` usage. Bug: 277586190 Test: atest apex_sepolicy_tests_test Change-Id: I34c90bae0f555042c8a4cc9308e9b7e1885d3b72
This commit is contained in:
parent
afb616d349
commit
7ba515adc8
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ python_test_host {
|
|||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
version: {
|
||||
py3: {
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
|
|
Loading…
Reference in a new issue