Home
last modified time | relevance | path

Searched refs:NativeBridgeRelativePath (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dinstaller.go70 dir = filepath.Join(dir, ctx.Target().NativeBridgeRelativePath)
/build/soong/rust/
Dcompiler.go224 dir = filepath.Join(dir, ctx.Target().NativeBridgeRelativePath)
/build/soong/sh/
Dsh_binary.go202 testDir = filepath.Join(testDir, ctx.Target().NativeBridgeRelativePath)
/build/soong/android/
Darch.go664 NativeBridgeRelativePath string member
1475 NativeBridgeRelativePath: nativeBridgeRelativePathStr,
1529 variables.NativeBridgeRelativePath)
Dvariable.go186 NativeBridgeRelativePath *string `json:",omitempty"` member
/build/make/core/
Dsoong_config.mk65 $(call add_json_str, NativeBridgeRelativePath, $(TARGET_NATIVE_BRIDGE_RELATIVE_PATH))
/build/soong/apex/
Dapex_test.go102 …eBridge: android.NativeBridgeDisabled, NativeBridgeHostArchName: "", NativeBridgeRelativePath: ""},
104 …eBridge: android.NativeBridgeDisabled, NativeBridgeHostArchName: "", NativeBridgeRelativePath: ""},
106 …ndroid.NativeBridgeEnabled, NativeBridgeHostArchName: "x86_64", NativeBridgeRelativePath: "arm64"},
108 …ge: android.NativeBridgeEnabled, NativeBridgeHostArchName: "x86", NativeBridgeRelativePath: "arm"},
3220 …eBridge: android.NativeBridgeDisabled, NativeBridgeHostArchName: "", NativeBridgeRelativePath: ""},
Dapex.go1626 dirInApex = filepath.Join(dirInApex, ccMod.Target().NativeBridgeRelativePath)
1651 dirInApex = filepath.Join(dirInApex, cc.Target().NativeBridgeRelativePath)