Merge "Support .mm files" am: 2d8e3b9bfe
am: 11e687ac0b
Change-Id: Id29b4e739c40c2e74251908dc43dbb01170f2008
This commit is contained in:
@@ -250,7 +250,7 @@ func TransformSourceToObj(ctx android.ModuleContext, subdir string, srcFiles and
|
||||
case ".c":
|
||||
ccCmd = "gcc"
|
||||
moduleCflags = cflags
|
||||
case ".cpp", ".cc":
|
||||
case ".cpp", ".cc", ".mm":
|
||||
ccCmd = "g++"
|
||||
moduleCflags = cppflags
|
||||
default:
|
||||
|
Reference in New Issue
Block a user