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

Commit 4af10075 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

(DO NOT MERGE) Remove useless module tags from makefiles

Change-Id: If77482da66e80b762cf205369f7d53d069cd8072
parent 72c0f4de
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \
LOCAL_JAR_MANIFEST := etc/manifest.txt
LOCAL_MODULE := dicttool_aosp
LOCAL_JAVA_LIBRARIES := junit
LOCAL_MODULE_TAGS := eng

include $(BUILD_HOST_JAVA_LIBRARY)
include $(LOCAL_PATH)/etc/Android.mk
+0 −1
Original line number Diff line number Diff line
@@ -15,6 +15,5 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := eng
LOCAL_PREBUILT_EXECUTABLES := dicttool_aosp makedict_aosp
include $(BUILD_HOST_PREBUILT)