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)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 3 Aug 2011 04:01:20 +0000 (12:01 +0800)
commit30de8f822fa07eca1adc61a2fcbc5c1b7add3343
treed869e1abc91182722448ab747cb19911024c3f5f
parent9933f23f2838512a0980789f8ac9eaaf7bee436f
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