summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-11-23 18:01:09 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-11-24 15:01:26 +0100
commitcbc5fc321fefd2ce864276fab5e66eb2465e3e94 (patch)
treee2befe095dede3ead3ba388808c7a34fa5cea8d9 /android
parent3d82022ffcd8172e64784bdad19b3f8701453bd1 (diff)
Add install target for sdremote makefile
Because I'm too lazy to type this all the time. Change-Id: Id415087247f89a77a9d7bff5efbcceb8d020b09f
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/Makefile3
1 files changed, 3 insertions, 0 deletions
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