Merge "Remove unused Common field."
diff --git a/bazel/properties.go b/bazel/properties.go
index 491a154..813a701 100644
--- a/bazel/properties.go
+++ b/bazel/properties.go
@@ -509,7 +509,6 @@
 	X86_64 LabelList
 	Arm    LabelList
 	Arm64  LabelList
-	Common LabelList
 
 	ConditionsDefault LabelList
 }
@@ -755,7 +754,6 @@
 	X86_64 []string
 	Arm    []string
 	Arm64  []string
-	Common []string
 
 	ConditionsDefault []string
 }