diff options
author | 2024-11-08 21:53:14 +0000 | |
---|---|---|
committer | 2024-11-08 21:53:14 +0000 | |
commit | 85fced1744b50a3dffae685716446e21e11e6333 (patch) | |
tree | 3834bb5c261082270b007693b5e1947bb6cb03f3 /android/config.go | |
parent | 327a5f0be20bd99ac326b506e7509050760c6703 (diff) | |
parent | cc27a84f6142f621647ecfbd7595a2fa36b6b0aa (diff) |
Merge "Delete trim_against support" into main
Diffstat (limited to 'android/config.go')
-rw-r--r-- | android/config.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/config.go b/android/config.go index 10bddf7cc..27d3b87ba 100644 --- a/android/config.go +++ b/android/config.go @@ -1834,10 +1834,6 @@ func (c *config) ApexCompressionEnabled() bool { return Bool(c.productVariables.CompressedApex) && !c.UnbundledBuildApps() } -func (c *config) ApexTrimEnabled() bool { - return Bool(c.productVariables.TrimmedApex) -} - func (c *config) UseSoongSystemImage() bool { return Bool(c.productVariables.UseSoongSystemImage) } |