mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 05:58:07 +00:00
Merge "Call $(strip) on parameters so newlines work." into ub-games-master
This commit is contained in:
@@ -162,10 +162,12 @@ endef
|
|||||||
# $(MY_PROJ_SCHEMA_INCLUDE_DIRS),$(LOCAL_SRC_FILES))
|
# $(MY_PROJ_SCHEMA_INCLUDE_DIRS),$(LOCAL_SRC_FILES))
|
||||||
define flatbuffers_header_build_rules
|
define flatbuffers_header_build_rules
|
||||||
$(foreach schema,$(1),\
|
$(foreach schema,$(1),\
|
||||||
$(call flatbuffers_header_build_rule,$(schema),$(2),$(3),$(4)))\
|
$(call flatbuffers_header_build_rule,\
|
||||||
$(foreach src,$(5),\
|
$(schema),$(strip $(2)),$(strip $(3)),$(strip $(4))))\
|
||||||
|
$(foreach src,$(strip $(5)),\
|
||||||
$(eval $(LOCAL_PATH)/$$(src): \
|
$(eval $(LOCAL_PATH)/$$(src): \
|
||||||
$(foreach schema,$(1),$(call flatbuffers_fbs_to_h,$(2),$(3),$(schema)))))
|
$(foreach schema,$(strip $(1)),\
|
||||||
|
$(call flatbuffers_fbs_to_h,$(strip $(2)),$(strip $(3)),$(schema)))))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
endif # FLATBUFFERS_INCLUDE_MK_
|
endif # FLATBUFFERS_INCLUDE_MK_
|
||||||
|
|||||||
Reference in New Issue
Block a user