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

Change-Id: I2466620e52541bb938721772ce9f63c12bc212db
diff --git a/core/base_rules.mk b/core/base_rules.mk
index 1cdc836..8b9024a 100644
--- a/core/base_rules.mk
+++ b/core/base_rules.mk
@@ -523,12 +523,9 @@
 ###########################################################
 
 # 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 :=