am 86a90364
: Merge "core/binary.mk: Add missing Objective-C objects to the build."
* commit '86a903647f3f3df4484396ec58ba5b0454abd36e': core/binary.mk: Add missing Objective-C objects to the build.
This commit is contained in:
committed by
Android Git Automerger
commit
b3f59bde44
@@ -388,6 +388,7 @@ all_objects := \
|
||||
$(gen_asm_objects) \
|
||||
$(c_objects) \
|
||||
$(gen_c_objects) \
|
||||
$(objc_objects) \
|
||||
$(yacc_objects) \
|
||||
$(lex_objects) \
|
||||
$(proto_generated_objects) \
|
||||
|
@@ -970,7 +970,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
|
||||
|
Reference in New Issue
Block a user