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

Commit 40ea9bcc authored by Bill Peckham's avatar Bill Peckham Committed by Automerger Merge Worker
Browse files

Merge "Break dependency from droid_targets to blueprint_tools" am: 61de59bc...

Merge "Break dependency from droid_targets to blueprint_tools" am: 61de59bc am: a897b876 am: 87ae77f7 am: e156f77e

Original change: https://android-review.googlesource.com/c/platform/build/+/1754798

Change-Id: I6dac957c0cd0695588ebc32de5bf194a22004a5f
parents 412d3c9e e156f77e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -549,7 +549,12 @@ subdir_makefiles_total := $(words int $(subdir_makefiles) post finish)

$(foreach mk,$(subdir_makefiles),$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] including $(mk) ...)$(eval include $(mk)))

# For an unbundled image, we can skip blueprint_tools because unbundled image
# aims to remove a large number framework projects from the manifest, the
# sources or dependencies for these tools may be missing from the tree.
ifeq (,$(TARGET_BUILD_UNBUNDLED_IMAGE))
droid_targets : blueprint_tools
endif

endif # dont_bother