Home
last modified time | relevance | path

Searched defs:testBinary (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dtest.go242 type testBinary struct { struct
243 testDecorator
244 *binaryDecorator
245 *baseCompiler
246 Properties TestBinaryProperties
247 data android.Paths
248 testConfig android.Path
251 func (test *testBinary) linkerProps() []interface{} {
257 func (test *testBinary) linkerInit(ctx BaseModuleContext) {
262 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
[all …]