From 4a19c5bc3c679f83ac0d906e39dc1c51cbea97af Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Sat, 24 Nov 2012 17:40:38 +0100 Subject: Avoid android deployment target to be the default one accidentally. Change-Id: I5345850789cd85966aa92064d1a95b7793521e9a --- android/sdremote/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'android/sdremote') diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile index 0b5ef5fe727b..8b06c98b6e9c 100644 --- a/android/sdremote/Makefile +++ b/android/sdremote/Makefile @@ -8,9 +8,6 @@ include ../../config_host.mk -install: all - $(ANDROID_SDK_HOME)/platform-tools/adb install -r ./bin/ImpressRemote-debug.apk - all: properties mkdir -p ../abs-lib/libs cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar ../abs-lib/libs @@ -23,4 +20,7 @@ properties: clean: properties $(ANT) clean +install: all + $(ANDROID_SDK_HOME)/platform-tools/adb install -r ./bin/ImpressRemote-debug.apk + # vim: set noet sw=4 ts=4: -- cgit