Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go308 type testBinary struct { struct
309 testDecorator
310 *binaryDecorator
311 *baseCompiler
312 Properties TestBinaryProperties
313 data []android.DataPath
314 testConfig android.Path
317 func (test *testBinary) linkerProps() []interface{} {
323 func (test *testBinary) linkerInit(ctx BaseModuleContext) {
328 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
[all …]