Remove redundant makefile for android.

It's built from android/.
This commit is contained in:
Themaister 2012-10-30 22:33:23 +01:00
parent dc4eaea7b4
commit a1f40f6009

View File

@ -1,22 +0,0 @@
###
##
# Makefile for RetroArch Android.
##
all:
ndk-build
clean:
ndk-build clean
headers:
javah -o android/com_retroarch_rruntime.h -classpath android/bin/classes com.retroarch.rruntime
install:
adb install retroarch-android.apk
uninstall:
adb uninstall com.retroarch
test_shader:
cgc -ogles -profile glslf $(FILE)