8157506: Disable bootcycle build when cross compiling
Reviewed-by: alanb, tbell, mchung
This commit is contained in:
parent
434e536704
commit
f33cf602b8
@ -302,9 +302,13 @@ $(SUPPORT_OUTPUTDIR)/source_tips: FRC
|
|||||||
|
|
||||||
BOOTCYCLE_TARGET := product-images
|
BOOTCYCLE_TARGET := product-images
|
||||||
bootcycle-images:
|
bootcycle-images:
|
||||||
@$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
|
ifneq ($(COMPILE_TYPE), cross)
|
||||||
+$(MAKE) -f $(SRC_ROOT)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \
|
$(call LogWarn, Boot cycle build step 2: Building a new JDK image using previously built image)
|
||||||
JOBS= SPEC=$(dir $(SPEC))bootcycle-spec.gmk main
|
+$(MAKE) -f $(SRC_ROOT)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \
|
||||||
|
JOBS= SPEC=$(dir $(SPEC))bootcycle-spec.gmk main
|
||||||
|
else
|
||||||
|
$(call LogWarn, Boot cycle build disabled when cross compiling)
|
||||||
|
endif
|
||||||
|
|
||||||
zip-security:
|
zip-security:
|
||||||
+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f ZipSecurity.gmk)
|
+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f ZipSecurity.gmk)
|
||||||
|
Loading…
Reference in New Issue
Block a user