Revert "Conditionally pass kernel version to build.prop"

This reverts commit 036d9e6744.

Reason for revert: DroidMonitor: Potential culprit for b/356297315 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I58f1e43978eb812004d2e46fa7ce402e164d2800
This commit is contained in:
Liana Kazanova
2024-07-30 17:58:19 +00:00
committed by Gerrit Code Review
parent 036d9e6744
commit 29fed1efe8
3 changed files with 1 additions and 12 deletions

View File

@@ -2081,7 +2081,3 @@ func (c *config) UseDebugArt() bool {
func (c *config) SystemPropFiles(ctx PathContext) Paths {
return PathsForSource(ctx, c.productVariables.SystemPropFiles)
}
func (c *config) EnableUffdGc() string {
return String(c.productVariables.EnableUffdGc)
}