From cbc5fc321fefd2ce864276fab5e66eb2465e3e94 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 23 Nov 2012 18:01:09 +0100 Subject: Add install target for sdremote makefile Because I'm too lazy to type this all the time. Change-Id: Id415087247f89a77a9d7bff5efbcceb8d020b09f --- android/sdremote/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'android/sdremote/Makefile') diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile index 3fab55924a34..0b5ef5fe727b 100644 --- a/android/sdremote/Makefile +++ b/android/sdremote/Makefile @@ -8,6 +8,9 @@ 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 -- cgit