Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dmakefile_goal.go33 Product_out_path *string
50 if p.properties.Product_out_path != nil {
51 …optools.StringPtr(filepath.Join("$(PRODUCT_OUT)", proptools.String(p.properties.Product_out_path)))
H A Dneverallow_test.go403 Product_out_path *string member
/aosp12/packages/modules/Gki/build/
H A Dgki.go33 Product_out_path *string member
108 Product_out_path: g.properties.Product_out_path,
258 return proptools.String(g.properties.Product_out_path) == "boot.img"
262 if proptools.String(g.properties.Product_out_path) == validBootImagePath {
H A Dproperties.go25 Product_out_path *string member