mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update the CI to use api version 14 and 5.0.2 sdk. Additionally, update the action. This is required because of https://github.com/servo/servo/pull/37392. Testing: CI does not have tests. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Co-authored-by: Jonathan Schwender <schwenderjonathan@gmail.com>
44 lines
821 B
Text
44 lines
821 B
Text
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compileSdkVersion": 14,
|
|
"compatibleSdkVersion": 14,
|
|
"targetSdkVersion": 14,
|
|
"runtimeOS": "OpenHarmony"
|
|
},
|
|
{
|
|
"name": "harmonyos",
|
|
"signingConfig": "hos",
|
|
"compatibleSdkVersion": "5.0.2(14)",
|
|
"targetSdkVersion": "5.0.2(14)",
|
|
"runtimeOS": "HarmonyOS"
|
|
}
|
|
],
|
|
"buildModeSet": [
|
|
{
|
|
"name": "debug"
|
|
},
|
|
{
|
|
"name": "release"
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "servoshell",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
"harmonyos"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|