mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
It turns out the HarmonyOS version numbers can be confusing. This now puts it as the same as the OpenHarmony version numbers. As the SDKs are backwards compatible everything should still work with newer SDKs. Testing: CI will test compilation and installation and manually tested by me. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
45 lines
821 B
Plaintext
45 lines
821 B
Plaintext
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compileSdkVersion": 20,
|
|
"compatibleSdkVersion": 20,
|
|
"targetSdkVersion": 20,
|
|
"runtimeOS": "OpenHarmony"
|
|
},
|
|
{
|
|
"name": "harmonyos",
|
|
"signingConfig": "hos",
|
|
"compatibleSdkVersion": "6.0.0(20)",
|
|
"targetSdkVersion": "6.0.0(20)",
|
|
"runtimeOS": "HarmonyOS"
|
|
}
|
|
],
|
|
"buildModeSet": [
|
|
{
|
|
"name": "debug"
|
|
},
|
|
{
|
|
"name": "release"
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "servoshell",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
"harmonyos"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|