Home
last modified time | relevance | path

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

/build/soong/java/
Dhiddenapi_singleton.go124 systemStubModules = append(systemStubModules, ctx.Config().ProductHiddenAPIStubsSystem()...)
/build/make/core/
Dsoong_config.mk194 $(call add_json_list, ProductHiddenAPIStubsSystem, $(PRODUCT_HIDDENAPI_STUBS_SYSTEM))
/build/soong/android/
Dvariable.go329 ProductHiddenAPIStubsSystem []string `json:",omitempty"` member
Dconfig.go1227 func (c *config) ProductHiddenAPIStubsSystem() []string { func
1228 return c.productVariables.ProductHiddenAPIStubsSystem