am 4af10075: (DO NOT MERGE) Remove useless module tags from makefiles

* commit '4af100759b462e59b04008be4376e23226703efd':
  (DO NOT MERGE) Remove useless module tags from makefiles
main
Ken Wakasa 2012-08-17 05:07:02 -07:00 committed by Android Git Automerger
commit 33371e8864
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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)