Remove unused Common field.

Test: TH
Change-Id: I8364dc70bde4ba02925dc713ca9f2a17fa3da083
diff --git a/bazel/properties.go b/bazel/properties.go
index 8adc9d0..c8ccfb8 100644
--- a/bazel/properties.go
+++ b/bazel/properties.go
@@ -384,7 +384,6 @@
 	X86_64 LabelList
 	Arm    LabelList
 	Arm64  LabelList
-	Common LabelList
 
 	ConditionsDefault LabelList
 }
@@ -630,7 +629,6 @@
 	X86_64 []string
 	Arm    []string
 	Arm64  []string
-	Common []string
 
 	ConditionsDefault []string
 }