Add BenchmarkProperties to cc_defaults

Fixes: 135767253
Fixes: 142024316
Test: m checkbuild
Change-Id: Ifb0eb0a31fab105405a2d6dcfecb4c68b4602427
diff --git a/cc/cc.go b/cc/cc.go
index c3b0d88..81df094 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -2988,6 +2988,7 @@
 		&BinaryLinkerProperties{},
 		&TestProperties{},
 		&TestBinaryProperties{},
+		&BenchmarkProperties{},
 		&FuzzProperties{},
 		&StlProperties{},
 		&SanitizeProperties{},