aboutsummaryrefslogtreecommitdiff
path: root/manualtest/res/.README.txt
diff options
context:
space:
mode:
authorKevin Jin <kjin@google.com>2014-10-31 11:59:08 -0700
committerKevin Jin <kjin@google.com>2014-10-31 13:49:02 -0700
commit0f3126ccd892539e3a7b1df12d0025bbeccd54eb (patch)
tree544571bd1ff1aec50ebf5b7648b1ba067ddde68b /manualtest/res/.README.txt
parentfd84db8f7411744696b439dfebabb4e3498b6dee (diff)
downloaddroiddriver-0f3126ccd892539e3a7b1df12d0025bbeccd54eb.tar.gz
Revert "Revert "add manualtest for DroidDriver""
Fix the original broken commit: 1) The failure can be reproduced with "m tests" ("m" only passes). 2) It is fixed by remove the LOCAL_INSTRUMENTATION_FOR var. 3) Since the "tests" tag has this side-effect, I replaced it with "optional" in LOCAL_MODULE_TAGS, such that it won't be an implicit target. 4) Disables proguard because it does not have "tests" tag now. This reverts commit fd84db8f7411744696b439dfebabb4e3498b6dee. Change-Id: I74c6e4e85f8d50e771d2875adaf3a6db7d80dae8
Diffstat (limited to 'manualtest/res/.README.txt')
-rw-r--r--manualtest/res/.README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/manualtest/res/.README.txt b/manualtest/res/.README.txt
new file mode 100644
index 0000000..912f51b
--- /dev/null
+++ b/manualtest/res/.README.txt
@@ -0,0 +1,2 @@
+This file keeps eclipse happy as it doesn't seem able to create the res folder it doesn't actually need. It can be removed if the res folder ever gets real content.
+Starting the file with a dot keeps aapt (res compiler) happy.