Skip to content

Commit

Permalink
bring back harmonyOS config
Browse files Browse the repository at this point in the history
Signed-off-by: Mukilan Thiyagarajan <[email protected]>
  • Loading branch information
mukilan committed Sep 11, 2024
1 parent 7762b14 commit 1b2cff6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ohos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: mukilan/[email protected] # TODO: this needs to be updated
with:
version: "4.1"
components: "native;toolchains;ets"
components: "native;toolchains;ets;js;previewer"
fixup-path: true
- name: Install node for hvigor
uses: actions/setup-node@v4
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.profile }}-binary-ohos-${{ matrix.arch }}
path: target/openharmony/${{ matrix.arch }}/${{ inputs.profile }}/entry/build/default/outputs/default/servoshell-default-unsigned.hap
path: target/openharmony/${{ matrix.arch }}/${{ inputs.profile }}/entry/build/default/outputs/default/servoshell-default-signed.hap
10 changes: 9 additions & 1 deletion support/openharmony/build-profile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"compatibleSdkVersion": 11,
"targetSdkVersion": 11,
"runtimeOS": "OpenHarmony"
},
{
"name": "harmonyos",
"signingConfig": "default",
"compatibleSdkVersion": "4.0.0(10)",
"targetSdkVersion": "4.0.0(10)",
"runtimeOS": "HarmonyOS"
}
],
"buildModeSet": [
Expand All @@ -27,7 +34,8 @@
{
"name": "default",
"applyToProducts": [
"default"
"default",
"harmonyos"
]
}
]
Expand Down

0 comments on commit 1b2cff6

Please sign in to comment.