summaryrefslogtreecommitdiff
path: root/android/qa/desktop/Makefile
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-08-03 17:39:56 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:33:46 +0100
commitd10065ea3a45ef27f2d29ee75c3a51b1fd253431 (patch)
tree74f8b72e8bb0f2dd5fe9a961290f0e8628e6f53c /android/qa/desktop/Makefile
parentb2fd8230172641edbd2a4f67e214c44ce740b4b2 (diff)
merge pointlessly fragmented chart2 libraries, leaving controller split.
Diffstat (limited to 'android/qa/desktop/Makefile')
-rw-r--r--android/qa/desktop/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index ca4ddc6fd68a..2c87ac904bc5 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -168,9 +168,7 @@ copy-stuff: buildrcs
scfiltlo \
\
chartcontrollerlo \
- chartviewlo \
- chartmodello \
- charttoolslo \
+ chartcorelo \
); do \
$(call COPYSO,$(OUTDIR)/lib/lib$${F}.so); \
done
@@ -230,11 +228,3 @@ run:
$(ANDROID_SDK_HOME)/platform-tools/adb push cmdline $(APP_DATA_PATH)/cmdline
$(ANDROID_SDK_HOME)/platform-tools/adb shell am start -n $(APP_PACKAGE)/$(BOOTSTRAP) -e lo-main-delay 20 -e lo-main-indirect-cmdline "$(APP_DATA_PATH)/cmdline"
# add -e lo-strace yes # if you want that
-
-# If you reinstall an app several times, even if you uninstall it
-# between, disk space seems to leak that won't get recycled until you
-# stop and start...
-stop-start-cycle:
- $(ANDROID_SDK_HOME)/platform-tools/adb shell stop && $(ANDROID_SDK_HOME)/platform-tools/adb shell start && sleep 10
-
-