Revert^2 "Conditionally pass kernel version to build.prop"

This reverts commit 29fed1efe85cc07bb4311513e4acc1da73dfb298.

Reason for revert: Fixed breakage with aosp/3200730, verified with ABTD

Change-Id: I207abd188636673250eb9a070be95db0b82f39e7
diff --git a/android/variable.go b/android/variable.go
index 00dcbc4..a715e0e 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -509,6 +509,8 @@
 	ArtTargetIncludeDebugBuild *bool `json:",omitempty"`
 
 	SystemPropFiles []string `json:",omitempty"`
+
+	EnableUffdGc *string `json:",omitempty"`
 }
 
 type PartitionQualifiedVariablesType struct {