Home
last modified time | relevance | path

Searched refs:ProductHiddenAPIStubsTest (Results 1 – 4 of 4) sorted by relevance

/build/make/core/
Dsoong_config.mk195 $(call add_json_list, ProductHiddenAPIStubsTest, $(PRODUCT_HIDDENAPI_STUBS_TEST))
/build/soong/java/
Dhiddenapi_singleton.go125 testStubModules = append(testStubModules, ctx.Config().ProductHiddenAPIStubsTest()...)
/build/soong/android/
Dvariable.go322 ProductHiddenAPIStubsTest []string `json:",omitempty"` member
Dconfig.go1233 func (c *config) ProductHiddenAPIStubsTest() []string { func
1234 return c.productVariables.ProductHiddenAPIStubsTest