瀏覽代碼

Remove Android Native project from build natives property check.

iwgeric 11 年之前
父節點
當前提交
4d272915d9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      settings.gradle

+ 2 - 1
settings.gradle

@@ -27,8 +27,9 @@ include 'jme3-ios'
 include 'jme3-bullet' //java
 include 'jme3-bullet' //java
 if(buildNativeProjects == "true"){
 if(buildNativeProjects == "true"){
     include 'jme3-bullet-native' //cpp
     include 'jme3-bullet-native' //cpp
-    include 'jme3-android-native' //cpp
 }
 }
+include 'jme3-android-native' //cpp
+
 // Test Data project
 // Test Data project
 include 'jme3-testdata'
 include 'jme3-testdata'