aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ni-Lewis <ilewis@google.com>2013-04-09 15:43:40 -0700
committerIan Ni-Lewis <ilewis@google.com>2013-04-09 15:49:23 -0700
commit294829c138f2864926c92faee694a3938afd27f7 (patch)
tree7e06f4ce0c3ba7a1754b215a7ccd214527a24877
parent4f88da151407442e8151f43fd6f2797a41c900e3 (diff)
downloadandroid-294829c138f2864926c92faee694a3938afd27f7.tar.gz
add samples/android/common directory
Change-Id: I6d97cd7bf6bde02cf696ab97e7987bada75a3238
-rw-r--r--common/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/readme.txt b/common/readme.txt
new file mode 100644
index 00000000..4c37f64c
--- /dev/null
+++ b/common/readme.txt
@@ -0,0 +1,3 @@
+samples/android/common: use this directory for code that will be included in more than one sample.
+
+Recommended development technique is to ln -s common into your sample's src directory.