Delete old Android makefile for migration to GNU AutoTools

This commit is contained in:
bossiel 2014-02-26 03:10:22 +00:00
parent 9c65cb4cd3
commit 46bdb1a8d5
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
include ../../android-projects/root.mk
PLATFORM:=android-9 # required because of OpenSL ES
ifeq ($(BT), shared)
all:
($(MAKE) -f droid-makefile all; \
$(STRIP) --strip-all --remove-section=.comment --remove-section=.note ./lib$(PROJECT)_$(MARCH).$(EXT); \
cp -f ./lib$(PROJECT)_$(MARCH).$(EXT) $(OUTPUT_DIR); \
)
else
all:
($(MAKE) -f droid-makefile all; cp -f lib$(PROJECT)_$(MARCH).$(EXT) $(OUTPUT_DIR))
endif
clean:
($(MAKE) -f droid-makefile clean)
gdbserver:
$(ANDROID_SDK_ROOT)/tools/adb forward tcp:1234: tcp:1234
$(ANDROID_SDK_ROOT)/tools/adb shell $(EXEC_DIR)/gdbserver :1234 $(EXEC_DIR)/test