Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31f42ba0 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Tiny clean up in Makefile

Change-Id: Iff6f363894f01a4c30c795fe88892c2bb8e0a856
parent b68e7344
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -24,9 +24,8 @@ FLAG_DO_PROFILE ?= false
include $(CLEAR_VARS)

LATIN_IME_SRC_DIR := src
LATIN_IME_SRC_FULLPATH_DIR := $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)

LOCAL_C_INCLUDES += $(LATIN_IME_SRC_FULLPATH_DIR)
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)

LOCAL_CFLAGS += -Werror -Wall -Wextra -Weffc++ -Wformat=2 -Wcast-qual -Wcast-align \
    -Wwrite-strings -Wfloat-equal -Wpointer-arith -Winit-self -Wredundant-decls -Wno-system-headers
@@ -60,11 +59,11 @@ LATIN_IME_CORE_SRC_FILES := \
    proximity_info_state_utils.cpp \
    unigram_dictionary.cpp \
    words_priority_queue.cpp \
    suggest/core/suggest.cpp \
    $(addprefix suggest/core/dicnode/, \
        dic_node.cpp \
        dic_node_utils.cpp \
        dic_nodes_cache.cpp) \
    suggest/core/suggest.cpp \
    suggest/core/policy/weighting.cpp \
    suggest/core/session/dic_traverse_session.cpp \
    suggest/policyimpl/gesture/gesture_suggest_policy_factory.cpp \
@@ -128,6 +127,4 @@ include $(BUILD_SHARED_LIBRARY)
#################### Clean up the tmp vars
LATIN_IME_CORE_SRC_FILES :=
LATIN_IME_JNI_SRC_FILES :=
LATIN_IME_GESTURE_IMPL_SRC_FILES :=
LATIN_IME_SRC_DIR :=
LATIN_IME_SRC_FULLPATH_DIR :=