Add support for building NDK modules.
Change-Id: I2c5ede530e40a635e26ae45950580ef450e7dcc6
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user