mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
ohos: Support product flavors (#33512)
* ohos: Support product flavors Support different product flavors (e.g. with different signing configurations) by supporting --flavor on ohos. The flavor influences the package path for OH packages, so allow the flavor parameter on build + package + install Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * Fix smoketest Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
This commit is contained in:
parent
a97afebdcc
commit
7fdaccde55
6 changed files with 23 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
{
|
||||
"name": "harmonyos",
|
||||
"signingConfig": "default",
|
||||
"signingConfig": "hos",
|
||||
"compatibleSdkVersion": "4.1.0(11)",
|
||||
"targetSdkVersion": "4.1.0(11)",
|
||||
"runtimeOS": "HarmonyOS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue