aboutsummaryrefslogtreecommitdiffstats
path: root/common/Android.mk
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-11-11 03:26:38 +0900
committerKen Wakasa <kwakasa@google.com>2014-11-11 03:26:38 +0900
commitd158c430708d1840796268770c5338aa79064e33 (patch)
treea2b25a95d5c1b9e229bbff9faea4aaf5c2062087 /common/Android.mk
parent91bdbcfc72e1f090ae149e15a29d46cfdc4537c6 (diff)
downloadlatinime-d158c430708d1840796268770c5338aa79064e33.tar.gz
latinime-d158c430708d1840796268770c5338aa79064e33.tar.xz
latinime-d158c430708d1840796268770c5338aa79064e33.zip
Just tiny cosmetic fixes in makefile
Change-Id: I470ba8a03d70aa520311c50f5d21979f476798b7
Diffstat (limited to 'common/Android.mk')
-rw-r--r--common/Android.mk2
1 files changed, 1 insertions, 1 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)