display: Set optional module tags instead of eng

Change-Id: I813779637488b11f0f3c1279f0ee3dcb2357b837
This commit is contained in:
Diogo Ferreira 2011-11-29 01:52:56 +00:00
parent d047ca874d
commit 36bbca99c8
2 changed files with 2 additions and 2 deletions

View File

@ -26,5 +26,5 @@ endif
ifeq ($(TARGET_USE_HDMI_AS_PRIMARY),true)
#LOCAL_CFLAGS += -DHDMI_AS_PRIMARY
endif
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)

View File

@ -31,5 +31,5 @@ ifeq ($(TARGET_USE_HDMI_AS_PRIMARY),true)
LOCAL_CFLAGS += -DHDMI_AS_PRIMARY
endif
LOCAL_MODULE := liboverlay
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)