summaryrefslogtreecommitdiff
path: root/android/config.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2025-02-19 15:07:52 -0800
committer Colin Cross <ccross@android.com> 2025-02-20 13:06:02 -0800
commit13e1782071268a7486ac06676c2c5ed34798448c (patch)
tree76fe36fce2a7c4717ad933a2326f9402fd9d1395 /android/config.go
parentebc3d69b42a6bf6efb7571afb9d0991531db13cf (diff)
Remove RELEASE_USE_RESOURCE_PROCESSOR_BY_DEFAULT
RELEASE_USE_RESOURCE_PROCESSOR_BY_DEFAULT is set to true in all release configs in main, Soong can stop checking the value. Bug: 383853591 Test: builds Change-Id: I3f1879b2fcf265a39371767be939e57f41788bd7
Diffstat (limited to 'android/config.go')
-rw-r--r--android/config.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/config.go b/android/config.go
index 3867c1197..f924e0860 100644
--- a/android/config.go
+++ b/android/config.go
@@ -2176,10 +2176,6 @@ func (c *config) UseOptimizedResourceShrinkingByDefault() bool {
return c.productVariables.GetBuildFlagBool("RELEASE_USE_OPTIMIZED_RESOURCE_SHRINKING_BY_DEFAULT")
}
-func (c *config) UseResourceProcessorByDefault() bool {
- return c.productVariables.GetBuildFlagBool("RELEASE_USE_RESOURCE_PROCESSOR_BY_DEFAULT")
-}
-
func (c *config) UseTransitiveJarsInClasspath() bool {
return c.productVariables.GetBuildFlagBool("RELEASE_USE_TRANSITIVE_JARS_IN_CLASSPATH")
}