mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Remove redundant makefile for android.
It's built from android/.
This commit is contained in:
parent
dc4eaea7b4
commit
a1f40f6009
@ -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)
|
Loading…
x
Reference in New Issue
Block a user