Home
last modified time | relevance | path

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

/build/soong/android/
Dvariable.go205 DeviceProduct *string `json:",omitempty"` member
478 DeviceProduct: stringPtr("aosp_arm-eng"),
Dandroidmk_test.go152 variables.DeviceProduct = proptools.StringPtr("bar")
Dconfig.go354 DeviceProduct: stringPtr("test_product"),
732 func (c *config) DeviceProduct() string { func
733 return *c.productVariables.DeviceProduct
Dandroidmk.go427 productString = fmt.Sprintf("_%s", a.entryContext.Config().DeviceProduct())
/build/make/core/
Dsoong_config.mk50 $(call add_json_str, DeviceProduct, $(TARGET_PRODUCT))