Check build even if a module it's built against SDK.

Change-Id: I2466620e52541bb938721772ce9f63c12bc212db
This commit is contained in:
Ying Wang 2013-01-30 14:43:05 -08:00
parent 1d977e3183
commit 5a8d3450b9
1 changed files with 2 additions and 5 deletions

View File

@ -523,12 +523,9 @@ endif # !LOCAL_UNINSTALLABLE_MODULE
###########################################################
# If nobody has defined a more specific module for the
# checked modules, use LOCAL_BUILT_MODULE. This was old
# behavior, so it should be a safe default.
# checked modules, use LOCAL_BUILT_MODULE.
ifndef LOCAL_CHECKED_MODULE
ifndef LOCAL_SDK_VERSION
LOCAL_CHECKED_MODULE := $(LOCAL_BUILT_MODULE)
endif
LOCAL_CHECKED_MODULE := $(LOCAL_BUILT_MODULE)
endif
need_compile_java :=