Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot_test.go217 config.TestProductVariables.VendorSnapshotModules = make(map[string]bool)
218 config.TestProductVariables.VendorSnapshotModules["libvendor"] = true
219 config.TestProductVariables.VendorSnapshotModules["libfoo"] = true
Dsnapshot_prebuilt.go182 return !cfg.VendorSnapshotModules()[name]
/build/make/core/
Dsoong_config.mk150 $(call add_json_map, VendorSnapshotModules)
/build/soong/android/
Dvariable.go313 VendorSnapshotModules map[string]bool `json:",omitempty"` member
Dconfig.go1413 func (c *deviceConfig) VendorSnapshotModules() map[string]bool { func
1414 return c.config.productVariables.VendorSnapshotModules