Skip to content

Commit

Permalink
chore(js): open js profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Sep 5, 2023
1 parent eb0bc4b commit f07132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ android {
assert !(INCLUDE_ABI_ARMEABI.toBoolean() && ANDROID_ARM_NEON.toBoolean())
arguments (
"-DCMAKE_BUILD_TYPE=Release",
"-DENABLE_INSPECTOR=$ENABLE_INSPECTOR",
"-DMODULES=${getAllModules().join(';')}",
"-DENABLE_INSPECTOR=$ENABLE_INSPECTOR",
*mergeCppDefinitions()
)

Expand Down

0 comments on commit f07132e

Please sign in to comment.