OSDN Git Service

build: support compiling .mm on host
authorScott James Remnant <keybuk@google.com>
Thu, 17 Sep 2015 22:40:49 +0000 (15:40 -0700)
committerScott James Remnant <keybuk@google.com>
Thu, 17 Sep 2015 22:51:32 +0000 (15:51 -0700)
commitdd86e5a0def2b1fca708e202a26e42ee466473b4
tree7e41e6bdcb468beee9e0b911d75f442fb76a8029
parent3ee9daac6a3bf8d2a9030b99f62595330f22cafa
build: support compiling .mm on host

libchrome uses .mm (Objective-C++) files to bridge C++ code with
OS X Frameworks. This adds support for compiling .mm to .o by just
using the existing C++ support.

Bug: 24168923
Change-Id: Ia65357e2e2584dfffcb6796e214fe6b27635c3a6
core/binary.mk
core/definitions.mk