Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a8d3450 authored by Ying Wang's avatar Ying Wang
Browse files

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

Change-Id: I2466620e52541bb938721772ce9f63c12bc212db
parent 1d977e31
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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