Add support for building NDK modules.

Change-Id: I2c5ede530e40a635e26ae45950580ef450e7dcc6
This commit is contained in:
Dan Albert
2015-03-18 23:38:50 -07:00
parent 68f55102da
commit be96168ee3
9 changed files with 224 additions and 14 deletions

View File

@@ -34,8 +34,11 @@ func registerToolchainFactory(hod common.HostOrDevice, arch common.ArchType,
}
type Toolchain interface {
Name() string
GccRoot() string
GccTriple() string
GccVersion() string
Cflags() string
Cppflags() string
Ldflags() string