Cleanup QCOM usage of LOCAL_MODULE_TAGS
Starting from GB, modules which doesn't have LOCAL_MODULE_TAGS defined (default to user tag) or which has user tag and not part of GRANDFATHERED_USER_MODULES does throgh ERROR/WARNING message. To supress these WARNING messages, we need to add optional tag. Targets tested on: msm8660_surf Tests: Did a build from scratch Change-Id: I49fa8898776ba863906dc3355c8b6905072d98f6
This commit is contained in:
parent
76ab1298d7
commit
0e4696748d
|
@ -11,6 +11,7 @@ include $(CLEAR_VARS)
|
||||||
LOCAL_SRC_FILES := log_recovery.c
|
LOCAL_SRC_FILES := log_recovery.c
|
||||||
LOCAL_C_INCLUDES += bootable/recovery
|
LOCAL_C_INCLUDES += bootable/recovery
|
||||||
LOCAL_MODULE := librecovery_ui_qcom
|
LOCAL_MODULE := librecovery_ui_qcom
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
Loading…
Reference in New Issue