summaryrefslogtreecommitdiff
path: root/android/config.go
diff options
context:
space:
mode:
author Chan Wang <chanwang@google.com> 2025-01-14 15:53:05 +0000
committer Chan Wang <chanwang@google.com> 2025-01-14 21:25:48 +0000
commit8256360f4f4458475e6a6ef97c501057c1f3e8e8 (patch)
treea558ff576b26855ce83f31154c97d02e9d358321 /android/config.go
parent5ccdca9babe6139206710a3c0595f35412c92d63 (diff)
Resend aosp/3446212
Not revert^2 to bypass potential auto-merge issue, because the previous change failed to auto-merge into internal branch (b/389693264 logged for it) Bug: 380222284 Bug: 383062486 Test: m nothing --no-skip-soong-tests Change-Id: I0a002cfc83163efaf6f282586f80f15a9e7fdac2
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 407156df6..39d6e2709 100644
--- a/android/config.go
+++ b/android/config.go
@@ -2290,10 +2290,6 @@ func (c *config) VendorPropFiles(ctx PathContext) Paths {
return PathsForSource(ctx, c.productVariables.VendorPropFiles)
}
-func (c *config) ExtraAllowedDepsTxt() string {
- return String(c.productVariables.ExtraAllowedDepsTxt)
-}
-
func (c *config) EnableUffdGc() string {
return String(c.productVariables.EnableUffdGc)
}