diff options
author | 2025-01-10 02:04:10 -0800 | |
---|---|---|
committer | 2025-01-10 13:07:09 +0000 | |
commit | 473f6be94715dbf33d19509b7523de1e03405314 (patch) | |
tree | 2ae87aeeb8e8a7086dcdeff1fa613edc94882029 /android/config.go | |
parent | a2c3bec8d2177c27a6e4cc9fc3454c35a3e53a31 (diff) |
Revert "Added EXTRA_ALLOWED_DEPS_TXT to allow arbitrary allowedlist text files that enforces min_sdk_version for apex dependencies to avoid regression"
This reverts commit 8609a5569c7d93efc983e7c5f091fbdd4f955567.
Reason for revert: Design change - not collecting dependencies of non-AOSP updatable APEX
Bug: 380222284
Bug: 383062486
Test: m nothing --no-skip-soong-tests
Change-Id: I4150848502fc1f172f88dc4f0d1e663ac5a8cfea
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 87aacd5cb..ec79a7dee 100644 --- a/android/config.go +++ b/android/config.go @@ -2286,10 +2286,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) } |