OSDN Git Service

core/binary.mk: Add missing Objective-C objects to the build.
authorDavid 'Digit' Turner <digit@android.com>
Fri, 11 Feb 2011 15:19:31 +0000 (16:19 +0100)
committerDavid 'Digit' Turner <digit@android.com>
Fri, 11 Feb 2011 16:52:52 +0000 (17:52 +0100)
commit5ca286d58bc2f8e2445ae77d7ca8b4046a016988
tree104395553d3597484629eede7759444a2ccf2bbe
parent6b7b53cb36bda3b2aa1de94654cd73785d67c267
core/binary.mk: Add missing Objective-C objects to the build.

For some reason, all_objects was not listing objects generated from
objective-C sources. We need these for the emulator (which builds its
own version of SDL which uses Quartz on OS X).

+ Fix a typo in transform-host-m-to-o definition.

This also explains why https://review.source.android.com/#change,21074
had to be reverted, since it gets rid of the prebuilt SDL libraries when
building the emulator.

Change-Id: I173811cf11cdb5b045073aade59364236145bc77
core/binary.mk
core/definitions.mk