File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 4646
4747      - name : Setup NDK 
4848        run : |  
49-           sdkmanager --install "ndk;27.0.11718014 " 
49+           sdkmanager --install "ndk;27.0.11902837 " 
5050
5151
5252       - name : Build native libraries 
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ android {
248248    }
249249
250250    compileSdkVersion 34
251-     ndkVersion " 27.0.11718014 -rc1" 
251+     ndkVersion " 27.0.11902837 -rc1" 
252252    defaultConfig {
253253        if  (buildAsApplication) {
254254            applicationId " com.github.oopetris" 
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ APP_STL := c++_shared
66APP_ABI  := armeabi-v7a arm64-v8a x86 x86_64
77
88#  used SDK number
9- APP_PLATFORM =android-34
9+ APP_PLATFORM  := android-34
10+ 
11+ #  support 16KB page sizes:
12+ #  see: https://developer.android.com/guide/practices/page-sizes 
13+ APP_SUPPORT_FLEXIBLE_PAGE_SIZES  := true
Original file line number Diff line number Diff line change 44
55mkdir -p toolchains
66
7- export  NDK_VER_DOWNLOAD=" r27-beta1 " 
8- export  NDK_VER_DESC=" r27-beta1 " 
7+ export  NDK_VER_DOWNLOAD=" r27-beta2 " 
8+ export  NDK_VER_DESC=" r27-beta2 " 
99
1010export  BASE_PATH=" $PWD /toolchains/android-ndk-$NDK_VER_DESC " 
1111export  ANDROID_NDK_HOME=" $BASE_PATH " 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments