summaryrefslogtreecommitdiffhomepage
path: root/templates/android_project/Makefile
diff options
context:
space:
mode:
authorRay San <[email protected]>2017-09-29 14:13:17 +0200
committerRay San <[email protected]>2017-09-29 14:13:17 +0200
commit2fbc2eede6324cb983f575af4bc08143fcb0cfe4 (patch)
tree7bb77ee5087f245de6f240767da45826c0b28ce2 /templates/android_project/Makefile
parentc418aa2fb08700f9e9f8a6c96b4012a9912d9a37 (diff)
downloadraylib-2fbc2eede6324cb983f575af4bc08143fcb0cfe4.tar.gz
raylib-2fbc2eede6324cb983f575af4bc08143fcb0cfe4.zip
Updated to work!
Diffstat (limited to 'templates/android_project/Makefile')
-rw-r--r--templates/android_project/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/android_project/Makefile b/templates/android_project/Makefile
index 010286fd..64ee1673 100644
--- a/templates/android_project/Makefile
+++ b/templates/android_project/Makefile
@@ -140,7 +140,7 @@ project_class_dex:
# NOTE: Use -A resources to define additional directory in which to find raw asset files
project_apk:
$(ANDROID_BUILD_TOOLS)/aapt package -v -f -M AndroidManifest.xml -S res -A assets -I $(ANDROID_HOME)/platforms/android-16/android.jar -F temp/bin/$(PROJECT_NAME).unsigned.apk temp/bin
- $(ANDROID_BUILD_TOOLS)/aapt add -v $(PROJECT_DIR)/temp/bin/$(PROJECT_NAME).unsigned.apk lib/armeabi-v7a/lib$(LIBRARY_NAME).so lib/armeabi-v7a/libopenal.so
+ $(ANDROID_BUILD_TOOLS)/aapt add -v $(PROJECT_DIR)/temp/bin/$(PROJECT_NAME).unsigned.apk lib/armeabi-v7a/lib$(LIBRARY_NAME).so
# Create temp/bin/$(PROJECT_NAME).signed.apk
apk_signing: