diff options
author | 2014-11-10 21:57:06 +0000 | |
---|---|---|
committer | 2014-11-10 21:57:06 +0000 | |
commit | 94919b9ce40e78b26932c9350a3d4ce1432a6d2d (patch) | |
tree | cfe8495f2d725d4454dc452548c69e4ac2da5bf0 | |
parent | f8bb245b471ee929ff80a94083c7d28864513825 (diff) | |
parent | d158c430708d1840796268770c5338aa79064e33 (diff) | |
download | latinime-94919b9ce40e78b26932c9350a3d4ce1432a6d2d.tar.gz latinime-94919b9ce40e78b26932c9350a3d4ce1432a6d2d.tar.xz latinime-94919b9ce40e78b26932c9350a3d4ce1432a6d2d.zip |
am d158c430: Just tiny cosmetic fixes in makefile
* commit 'd158c430708d1840796268770c5338aa79064e33':
Just tiny cosmetic fixes in makefile
-rw-r--r-- | common/Android.mk | 2 | ||||
-rw-r--r-- | java/Android.mk | 2 | ||||
-rw-r--r-- | tests/Android.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/Android.mk b/common/Android.mk index 085543f75..132a22358 100644 --- a/common/Android.mk +++ b/common/Android.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_PATH:= $(call my-dir) +LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := latinime-common LOCAL_SRC_FILES := $(call all-java-files-under, src) diff --git a/java/Android.mk b/java/Android.mk index a2c5697d3..b84b3471e 100644 --- a/java/Android.mk +++ b/java/Android.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_PATH:= $(call my-dir) +LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional diff --git a/tests/Android.mk b/tests/Android.mk index 7cdabf249..0b5449143 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_PATH:= $(call my-dir) +LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) # We only want this apk build for tests. |