Home
last modified time | relevance | path

Searched refs:SystemExtPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/android/
H A Dconfig.go1108 func (c *deviceConfig) SystemExtPath() string { func
1109 if c.config.productVariables.SystemExtPath != nil {
1110 return *c.config.productVariables.SystemExtPath
H A Dvariable.go272 SystemExtPath *string `json:",omitempty"` member
H A Dpaths.go1727 partition = ctx.DeviceConfig().SystemExtPath()
H A Dmodule.go1440 if config.SystemExtPath() == "system_ext" {
/aosp12/build/make/core/
H A Dsoong_config.mk175 $(call add_json_str, SystemExtPath, $(TARGET_COPY_OUT_SYSTEM_EXT))