Loading core/base_rules.mk +2 −5 Original line number Diff line number Diff line Loading @@ -523,13 +523,10 @@ 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 endif need_compile_java := ifdef java_alternative_checked_module Loading Loading
core/base_rules.mk +2 −5 Original line number Diff line number Diff line Loading @@ -523,13 +523,10 @@ 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 endif need_compile_java := ifdef java_alternative_checked_module Loading