瀏覽代碼

dev开发:测试jenkins构建8

#Suyghur 3 年之前
父節點
當前提交
d4b8ebf5e4
共有 2 個文件被更改,包括 21 次插入22 次删除
  1. 20 21
      library_core/build.gradle
  2. 1 1
      settings.gradle

+ 20 - 21
library_core/build.gradle

@@ -12,12 +12,12 @@ android {
         minSdkVersion MIN_SDK_VERSION
         targetSdkVersion TARGET_SDK_VERSION
 
-//        externalNativeBuild {
-//            cmake {
-//                cppFlags '-std=c++11 -frtti -fexceptions -lz'
-//                abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
-//            }
-//        }
+        externalNativeBuild {
+            cmake {
+                cppFlags '-std=c++11 -frtti -fexceptions -lz'
+                abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
+            }
+        }
 
         ndk {
             // 设置支持的SO库架构
@@ -52,23 +52,23 @@ android {
     }
 
 
-    sourceSets {
-        main {
-            // let gradle pack the shared library into apk
-            jniLibs.srcDirs = ['../soLibs']
-        }
-    }
-//    compileOptions {
-//        kotlinOptions.freeCompilerArgs += ['-module-name', "cn.yyxx.eyuangame.core"]
-//    }
-
-//    externalNativeBuild {
-//        cmake {
-//            path "CMakeLists.txt"
+//    sourceSets {
+//        main {
+//            // let gradle pack the shared library into apk
+//            jniLibs.srcDirs = ['../soLibs']
 //        }
 //    }
+    compileOptions {
+        kotlinOptions.freeCompilerArgs += ['-module-name', "cn.yyxx.eyuangame.core"]
+    }
+
+    externalNativeBuild {
+        cmake {
+            path "CMakeLists.txt"
+        }
+    }
 
-//    ndkVersion NDK_VERSION
+    ndkVersion NDK_VERSION
 }
 
 dependencies {
@@ -109,7 +109,6 @@ dependencies {
 //        api project(':library_base')
 //    }
     api files('libs/eyuangamesdk_base_1.0.0.jar')
-//    implementation project(':library_drive')
 
 }
 

+ 1 - 1
settings.gradle

@@ -3,4 +3,4 @@ include ':demo'
 include ':library_base'
 //include ':library_comm'
 include ':library_core'
-include ':library_drive'
+//include ':library_drive'