Adding support to conditionally replace a value

Bug: 231691643
Test: presubmit
Change-Id: I786ab152a94126ebc8a9d7dea0bb68e07d789a0b
This commit is contained in:
Alexei Nicoara
2022-07-11 12:38:50 +01:00
parent 2971a94e4c
commit 7d69b1d8e6
3 changed files with 97 additions and 0 deletions

View File

@@ -84,6 +84,16 @@ python_binary_host {
],
}
python_test_host {
name: "jsonmodify_test",
main: "jsonmodify_test.py",
srcs: [
"jsonmodify_test.py",
"jsonmodify.py",
],
test_suites: ["general-tests"],
}
python_binary_host {
name: "test_config_fixer",
main: "test_config_fixer.py",