Merge changes from topic "uses-libs-5"
* changes: Rewrite construct_context.sh in Python. Refactor class loader context generation.
This commit is contained in:
@@ -149,6 +149,46 @@ python_test_host {
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "construct_context",
|
||||
main: "construct_context.py",
|
||||
srcs: [
|
||||
"construct_context.py",
|
||||
],
|
||||
version: {
|
||||
py2: {
|
||||
enabled: true,
|
||||
},
|
||||
py3: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
libs: [
|
||||
"manifest_utils",
|
||||
],
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
name: "construct_context_test",
|
||||
main: "construct_context_test.py",
|
||||
srcs: [
|
||||
"construct_context_test.py",
|
||||
"construct_context.py",
|
||||
],
|
||||
version: {
|
||||
py2: {
|
||||
enabled: true,
|
||||
},
|
||||
py3: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
libs: [
|
||||
"manifest_utils",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "lint-project-xml",
|
||||
main: "lint-project-xml.py",
|
||||
|
Reference in New Issue
Block a user