Home
last modified time | relevance | path

Searched refs:testOnly (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dall_teams.go32 testOnly bool member
107 if prevValue.testOnly == true {
114 testOnly: testModInfo.TestOnly,
165 TestOnly: proto.Bool(m.testOnly),
/build/soong/cc/
Dcc_test_only_property_test.go97 testOnly := false
100 testOnly = true
105 if !testOnly && *testModule.Properties.Test_per_src {
Dcc.go1928 testOnly := c.testModule || c.testLibrary()
1930 testOnly = Bool(c.sourceProperties.Test_only)
1934 TestOnly: testOnly,