Kaydet (Commit) 4a19c5bc authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Avoid android deployment target to be the default one accidentally.

Change-Id: I5345850789cd85966aa92064d1a95b7793521e9a
üst 2739333e
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment