Add python3 embedded launcher support
Test: m par_test{,3}; build/soong/python/tests/runtest.sh Change-Id: I9c0fac9e2947616fdeedbfc55026dc3065966e71
This commit is contained in:
@@ -27,6 +27,22 @@ python_test_host {
|
||||
},
|
||||
py3: {
|
||||
enabled: false,
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
name: "par_test3",
|
||||
main: "par_test.py",
|
||||
srcs: [
|
||||
"par_test.py",
|
||||
"testpkg/par_test.py",
|
||||
],
|
||||
|
||||
version: {
|
||||
py3: {
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user