diff options
author | 2011-12-13 05:48:30 -0800 | |
---|---|---|
committer | 2011-12-13 05:48:30 -0800 | |
commit | 09762878d0fe81ec1c1f5a1c3de9ea6470cff534 (patch) | |
tree | bd0a70d12ade37a6b32121e0ee1175d57eff2d52 /java | |
parent | d31eb2e5eeca44c9bd92d0bbd79e2edac1b1dae9 (diff) | |
parent | 5a603f3fa2221a68452939dc1e6bb8f5444f04eb (diff) | |
download | latinime-09762878d0fe81ec1c1f5a1c3de9ea6470cff534.tar.gz latinime-09762878d0fe81ec1c1f5a1c3de9ea6470cff534.tar.xz latinime-09762878d0fe81ec1c1f5a1c3de9ea6470cff534.zip |
am 5a603f3f: Merge "Reorganize LatinIME native build directory structure. Now it got NDK friendly."
* commit '5a603f3fa2221a68452939dc1e6bb8f5444f04eb':
Reorganize LatinIME native build directory structure. Now it got NDK friendly.
Diffstat (limited to 'java')
-rw-r--r-- | java/Android.mk | 14 |
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) |