Add Android package in packaging pipeline

This commit is contained in:
shiranj
2021-04-20 10:50:41 -07:00
parent 58cef4e4c1
commit dc5b4ee1dd
2 changed files with 35 additions and 0 deletions
@@ -40,6 +40,16 @@
"CMAKE_BUILD_ARGS":"-j!NUMBER_OF_PROCESSORS!"
}
},
"android_packaging_all": {
"TAGS": [
"packaging"
],
"COMMAND": "python_windows.cmd",
"PARAMETERS": {
"SCRIPT_PATH": "scripts/build/package/package.py",
"SCRIPT_PARAMETERS": "--platform Android --type all"
}
},
"profile": {
"TAGS":[
"weekly-build-metrics",