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

Commit 719051f9 authored by David Turner's avatar David Turner Committed by Android (Google) Code Review
Browse files

Merge "core/binary.mk: Add missing Objective-C objects to the build. DO NOT MERGE" into gingerbread

parents 013607f9 ebd1e252
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@ all_objects := \
	$(gen_asm_objects) \
	$(c_objects) \
	$(gen_c_objects) \
	$(objc_objects) \
	$(yacc_objects) \
	$(lex_objects) \
	$(addprefix $(TOPDIR)$(LOCAL_PATH)/,$(LOCAL_PREBUILT_OBJ_FILES))
+1 −1
Original line number Diff line number Diff line
@@ -927,7 +927,7 @@ define transform-host-m-to-o-no-deps
$(call transform-host-c-or-s-to-o-no-deps)
endef

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