Loading core/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -91,10 +91,8 @@ all_copied_headers: $(ALL_COPIED_HEADERS) ifdef has_dup_copy_headers has_dup_copy_headers := ifneq ($(BUILD_BROKEN_DUP_COPY_HEADERS),true) $(error duplicate header copies are no longer allowed. For more information about headers, see: https://android.googlesource.com/platform/build/soong/+/master/docs/best_practices.md#headers) endif endif # ----------------------------------------------------------------- # docs/index.html Loading core/board_config.mk +0 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ _board_strip_readonly_list += $(_dynamic_partitions_var_list) _build_broken_var_list := \ BUILD_BROKEN_ANDROIDMK_EXPORTS \ BUILD_BROKEN_DUP_COPY_HEADERS \ BUILD_BROKEN_DUP_RULES \ BUILD_BROKEN_ENG_DEBUG_TAGS \ BUILD_BROKEN_USES_NETWORK \ Loading core/config.mk +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ $(KATI_deprecated_var USER,Use BUILD_USERNAME instead. See $(CHANGES_URL)#USER) $(KATI_obsolete_var TARGET_ROOT_OUT_SBIN,/sbin has been removed, use /system/bin instead) $(KATI_obsolete_var TARGET_ROOT_OUT_SBIN_UNSTRIPPED,/sbin has been removed, use /system/bin instead) $(KATI_obsolete_var BUILD_BROKEN_PHONY_TARGETS) $(KATI_obsolete_var BUILD_BROKEN_DUP_COPY_HEADERS) # This is marked as obsolete in envsetup.mk after reading the BoardConfig.mk $(KATI_deprecate_export It is a global setting. See $(CHANGES_URL)#export_keyword) Loading Loading
core/Makefile +1 −3 Original line number Diff line number Diff line Loading @@ -91,10 +91,8 @@ all_copied_headers: $(ALL_COPIED_HEADERS) ifdef has_dup_copy_headers has_dup_copy_headers := ifneq ($(BUILD_BROKEN_DUP_COPY_HEADERS),true) $(error duplicate header copies are no longer allowed. For more information about headers, see: https://android.googlesource.com/platform/build/soong/+/master/docs/best_practices.md#headers) endif endif # ----------------------------------------------------------------- # docs/index.html Loading
core/board_config.mk +0 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ _board_strip_readonly_list += $(_dynamic_partitions_var_list) _build_broken_var_list := \ BUILD_BROKEN_ANDROIDMK_EXPORTS \ BUILD_BROKEN_DUP_COPY_HEADERS \ BUILD_BROKEN_DUP_RULES \ BUILD_BROKEN_ENG_DEBUG_TAGS \ BUILD_BROKEN_USES_NETWORK \ Loading
core/config.mk +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ $(KATI_deprecated_var USER,Use BUILD_USERNAME instead. See $(CHANGES_URL)#USER) $(KATI_obsolete_var TARGET_ROOT_OUT_SBIN,/sbin has been removed, use /system/bin instead) $(KATI_obsolete_var TARGET_ROOT_OUT_SBIN_UNSTRIPPED,/sbin has been removed, use /system/bin instead) $(KATI_obsolete_var BUILD_BROKEN_PHONY_TARGETS) $(KATI_obsolete_var BUILD_BROKEN_DUP_COPY_HEADERS) # This is marked as obsolete in envsetup.mk after reading the BoardConfig.mk $(KATI_deprecate_export It is a global setting. See $(CHANGES_URL)#export_keyword) Loading