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: I006ae23366cf1f517f0c68f66f607be1455b4ba9
This commit is contained in:
Satya Durga Srinivasu Prabhala
2011-03-15 20:09:36 +05:30
parent f4a2696f9a
commit 3a2525cc41
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ LOCAL_C_INCLUDES :=
LOCAL_MODULE:= libqsap_sdk
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
ifdef WIFI_DRIVER_MODULE_PATH