summaryrefslogtreecommitdiff
path: root/cc/snapshot_prebuilt.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/snapshot_prebuilt.go')
-rw-r--r--cc/snapshot_prebuilt.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/snapshot_prebuilt.go b/cc/snapshot_prebuilt.go
index 570300b91..32878ca3f 100644
--- a/cc/snapshot_prebuilt.go
+++ b/cc/snapshot_prebuilt.go
@@ -801,6 +801,10 @@ func VendorSnapshotObjectFactory() android.Module {
prebuilt.Init(module, VendorSnapshotImageSingleton, snapshotObjectSuffix)
module.AddProperties(&prebuilt.properties)
+
+ // vendor_snapshot_object module does not provide sanitizer variants
+ module.sanitize.Properties.Sanitize.Never = BoolPtr(true)
+
return module.Init()
}