Home
last modified time | relevance | path

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

/build/make/core/
Dsoong_config.mk193 $(call add_json_list, ProductHiddenAPIStubs, $(PRODUCT_HIDDENAPI_STUBS))
/build/soong/java/
Dhiddenapi_singleton.go123 publicStubModules = append(publicStubModules, ctx.Config().ProductHiddenAPIStubs()...)
/build/soong/android/
Dvariable.go320 ProductHiddenAPIStubs []string `json:",omitempty"` member
Dconfig.go1225 func (c *config) ProductHiddenAPIStubs() []string { func
1226 return c.productVariables.ProductHiddenAPIStubs