Home
last modified time | relevance | path

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

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