Browse Source

build: enable native building by default

Kirill Vainer 8 năm trước cách đây
mục cha
commit
aa02ca7dab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -11,7 +11,7 @@ jmeVersionTagID = 0
 buildJavaDoc = true
 
 # specify if SDK and Native libraries get built
-buildNativeProjects = false
+buildNativeProjects = true
 buildAndroidExamples = false
 
 # Path to android NDK for building native libraries