summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-30 16:51:51 -0700
committerElliott Hughes <enh@google.com>2014-07-30 22:00:43 -0700
commit3106ea81bb747bbb3ef7b3ba9d4d2424d6683f93 (patch)
tree9edb60c045f4cae52bff688f74b13053894781e7 /Android.mk
parent54f9a69e7927389bad7a203d7b395a548f22684a (diff)
downloadandroid_external_icu-3106ea81bb747bbb3ef7b3ba9d4d2424d6683f93.tar.gz
android_external_icu-3106ea81bb747bbb3ef7b3ba9d4d2424d6683f93.tar.bz2
android_external_icu-3106ea81bb747bbb3ef7b3ba9d4d2424d6683f93.zip
Add the intermediate Android.mk files to external/icu.
(cherry picked from commit 88ba319acaeba710bf98d735a8e873091673949f) Change-Id: I60b898ca8c7b4c23a49f357a8f24b781e3757298
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 000000000..ecfae48d8
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,19 @@
+#
+# Copyright (C) 2014 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.
+#
+
+LOCAL_PATH := $(call my-dir)
+
+include $(call all-subdir-makefiles)