File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44
55android {
66 namespace ' com.whl.quickjs.wrapper.sample'
7- compileSdk 34
7+ compileSdk 35
88
99 defaultConfig {
1010 applicationId " com.whl.quickjs.wrapper.sample"
1111 minSdkVersion 21
12- targetSdk 34
12+ targetSdk 35
1313 versionCode 1
1414 versionName " 1.0"
1515
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44
55android {
66 namespace ' com.whl.quickjs.android'
7- compileSdk 34
7+ compileSdk 35
88
99 defaultConfig {
1010 minSdkVersion 21
11- targetSdk 34
11+ targetSdk 35
1212 versionCode 1
1313 versionName " 1.0"
1414
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ find_library( # Sets the name of the path variable.
4141
4242target_link_libraries ( # Specifies the target library.
4343 quickjs-android-wrapper
44-
44+ "-Wl,-z,max-page-size=16384"
4545 # Links the target library to the log library
4646 # included in the NDK.
47- ${log -lib} )
47+ ${log -lib})
You can’t perform that action at this time.
0 commit comments