Skip to content

Commit

Permalink
Merge pull request #423 from AgoraIO/dev/HarmonyOS_NEXT-Beta-11
Browse files Browse the repository at this point in the history
enable useNormalizedOHMUrl and use header file in har
  • Loading branch information
weileifrank authored Oct 25, 2024
2 parents 1067eb0 + aed35dc commit 945c434
Show file tree
Hide file tree
Showing 125 changed files with 7 additions and 48,886 deletions.
7 changes: 6 additions & 1 deletion HarmonyOS_NEXT/APIExample/build-profile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS"
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": true
},
}
}
],
"buildModeSet": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(DEFINED PACKAGE_FIND_FILE)
endif()

include_directories(${ROOT_PATH}
${ROOT_PATH}/include)
${CMAKE_CURRENT_SOURCE_DIR}/../../../oh_modules/@shengwang/rtc-full/include)

set(AGORA_LIB_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../oh_modules/@shengwang/rtc-full/libs)

Expand Down

This file was deleted.

Loading

0 comments on commit 945c434

Please sign in to comment.