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

Commit b3f59bde authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android Git Automerger
Browse files

am 86a90364: Merge "core/binary.mk: Add missing Objective-C objects to the build."

* commit '86a90364':
  core/binary.mk: Add missing Objective-C objects to the build.
parents c7797bb3 86a90364
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -388,6 +388,7 @@ all_objects := \
	$(gen_asm_objects) \
	$(gen_asm_objects) \
	$(c_objects) \
	$(c_objects) \
	$(gen_c_objects) \
	$(gen_c_objects) \
	$(objc_objects) \
	$(yacc_objects) \
	$(yacc_objects) \
	$(lex_objects) \
	$(lex_objects) \
	$(proto_generated_objects) \
	$(proto_generated_objects) \
+1 −1
Original line number Original line Diff line number Diff line
@@ -970,7 +970,7 @@ define transform-host-m-to-o-no-deps
$(call transform-host-c-or-s-to-o-no-deps)
$(call transform-host-c-or-s-to-o-no-deps)
endef
endef


define tranform-host-m-to-o
define transform-host-m-to-o
$(transform-host-m-to-o-no-deps)
$(transform-host-m-to-o-no-deps)
$(transform-d-to-p)
$(transform-d-to-p)
endef
endef