Unity3D tweaks, test app updates

This commit is contained in:
Joseph Henry
2016-07-18 12:24:24 -07:00
parent b8747670b3
commit 89ab08e3b2
7 changed files with 39 additions and 588 deletions

View File

@@ -156,7 +156,6 @@ clean:
-find . -type f \( -name '*.o' -o -name '*.so' -o -name '*.o.d' -o -name '*.out' -o -name '*.log' \) -delete
# android JNI lib project
test -s /usr/bin/javac || { echo "Javac not found"; exit 1; }
-cd $(INT)/android/android_jni_lib/proj; ./gradlew clean