From 5a8d3450b984942ffde9f3845c107e4101c9db7b Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 30 Jan 2013 14:43:05 -0800 Subject: [PATCH] Check build even if a module it's built against SDK. Change-Id: I2466620e52541bb938721772ce9f63c12bc212db --- core/base_rules.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/core/base_rules.mk b/core/base_rules.mk index 1cdc836a7..8b9024a4a 100644 --- a/core/base_rules.mk +++ b/core/base_rules.mk @@ -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 :=