Searched refs:SystemExtPath (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/build/soong/java/ |
H A D | dexpreopt_check.go | 101 partition = ctx.DeviceConfig().SystemExtPath() // system_ext
|
H A D | rro.go | 111 partition = ctx.DeviceConfig().SystemExtPath()
|
/aosp_15_r20/build/soong/fsgen/ |
H A D | filesystem_creator.go | 84 if ctx.DeviceConfig().SystemExtPath() == "system_ext" { 390 if ctx.DeviceConfig().SystemExtPath() == "system_ext" { 406 if ctx.DeviceConfig().SystemExtPath() == "system_ext" {
|
H A D | prebuilt_etc_modules_gen.go | 138 {name: "system_ext", installPath: ctx.DeviceConfig().SystemExtPath()},
|
/aosp_15_r20/build/soong/android/ |
H A D | config.go | 1592 func (c *deviceConfig) SystemExtPath() string { func 1593 if c.config.productVariables.SystemExtPath != nil { 1594 return *c.config.productVariables.SystemExtPath
|
H A D | variable.go | 350 SystemExtPath *string `json:",omitempty"` member
|
H A D | paths.go | 2174 partition = ctx.DeviceConfig().SystemExtPath()
|
H A D | module.go | 1384 if config.SystemExtPath() == "system_ext" {
|
/aosp_15_r20/build/bazel/tests/products/ |
H A D | aosp_x86.variables.bzl | 131 "SystemExtPath": "system/system_ext",
|
H A D | aosp_arm64.variables.bzl | 131 "SystemExtPath": "system/system_ext",
|
H A D | aosp_x86_64.variables.bzl | 131 "SystemExtPath": "system/system_ext",
|
H A D | aosp_arm.variables.bzl | 131 "SystemExtPath": "system/system_ext",
|
/aosp_15_r20/build/make/core/ |
H A D | soong_config.mk | 193 $(call add_json_str, SystemExtPath, $(TARGET_COPY_OUT_SYSTEM_EXT))
|
/aosp_15_r20/out/soong/ |
D | soong.aosp_shiba.variables | 576 "SystemExtPath": "system_ext",
|