aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2011-12-13 04:24:20 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-12-13 04:24:20 -0800
commit5a603f3fa2221a68452939dc1e6bb8f5444f04eb (patch)
treebd0a70d12ade37a6b32121e0ee1175d57eff2d52 /java
parent117fc93f373cb86d4120c1261f9d0562c6529fec (diff)
parentd5e35acffbc762f741a79a760b73846d188407fc (diff)
downloadlatinime-5a603f3fa2221a68452939dc1e6bb8f5444f04eb.tar.gz
latinime-5a603f3fa2221a68452939dc1e6bb8f5444f04eb.tar.xz
latinime-5a603f3fa2221a68452939dc1e6bb8f5444f04eb.zip
Merge "Reorganize LatinIME native build directory structure. Now it got NDK friendly."
Diffstat (limited to 'java')
-rw-r--r--java/Android.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/Android.mk b/java/Android.mk
index 43168e563..36ff506bf 100644
--- a/java/Android.mk
+++ b/java/Android.mk
@@ -1,3 +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.
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)