aboutsummaryrefslogtreecommitdiffstats
path: root/chimpchat/Android.mk
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2011-06-13 09:13:55 -0700
committerMichael Wright <michaelwr@google.com>2011-06-15 11:32:21 -0700
commit2fafc7caa70d58090bde4beaea0c8f618e7ab920 (patch)
treee2e10e60fe59835cfdcbd403e04ff7904b2f69c7 /chimpchat/Android.mk
parent9270799754eb69585f9b2210281aee4637dbf13a (diff)
downloadsdk-2fafc7caa70d58090bde4beaea0c8f618e7ab920.zip
sdk-2fafc7caa70d58090bde4beaea0c8f618e7ab920.tar.gz
sdk-2fafc7caa70d58090bde4beaea0c8f618e7ab920.tar.bz2
Laying out the base for ChimpChat
Change-Id: Ia9ba8bb572e029bf3c838605feae55b2f91f16eb
Diffstat (limited to 'chimpchat/Android.mk')
-rw-r--r--chimpchat/Android.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/chimpchat/Android.mk b/chimpchat/Android.mk
new file mode 100644
index 0000000..e284d5d
--- /dev/null
+++ b/chimpchat/Android.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2011 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+CHIMPCHAT_LOCAL_DIR := $(call my-dir)
+include $(CHIMPCHAT_LOCAL_DIR)/src/Android.mk