Home
last modified time | relevance | path

Searched refs:DeviceName (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dvariable.go158 DeviceName *string `json:",omitempty"` member
366 DeviceName: stringPtr("generic_arm64"),
Dconfig.go224 DeviceName: stringPtr("test_device"),
601 func (c *config) DeviceName() string { func
602 return *c.productVariables.DeviceName
Dpaths.go1224 outPaths = []string{"target", "product", ctx.Config().DeviceName(), partition}
1272 …rel := Rel(ctx, PathForOutput(ctx, "target", "product", ctx.Config().DeviceName()).String(), path.…
/build/soong/java/
Ddexpreopt_config.go90 deviceDir := android.PathForOutput(ctx, ctx.Config().DeviceName())
Ddexpreopt_bootjars.go222 …d.dexpreoptConfigForMake = android.PathForOutput(ctx, ctx.Config().DeviceName(), "dexpreopt.config…
/build/make/core/
Dsoong_config.mk49 $(call add_json_str, DeviceName, $(TARGET_DEVICE))
/build/soong/cc/
Dvendor_snapshot.go820 zipPath := android.PathForOutput(ctx, snapshotDir, "vendor-"+ctx.Config().DeviceName()+".zip")
824 …snapshotOutputList := android.PathForOutput(ctx, snapshotDir, "vendor-"+ctx.Config().DeviceName()+…