commit | 8609a5569c7d93efc983e7c5f091fbdd4f955567 | [log] [tgz] |
---|---|---|
author | Nouby Mohamed <nouby@google.com> | Wed Sep 04 22:19:51 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Mon Oct 07 21:24:21 2024 +0000 |
tree | a1a1a01f7fda0aff2a4721703d7cdd7662067441 | |
parent | 0fdc7558f78f57ad4d1d4d9544b204d008a874f1 [diff] [blame] |
Added EXTRA_ALLOWED_DEPS_TXT to allow arbitrary allowedlist text files that enforces min_sdk_version for apex dependencies to avoid regression Test: Ran APEX soong tests and manual test Bug: 333868045 Merged-In: I7b0c7f32687d922dde41150f947c1b993998338f Change-Id: I7b0c7f32687d922dde41150f947c1b993998338f
diff --git a/android/variable.go b/android/variable.go index 51a239d..417ba89 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -523,6 +523,8 @@ PartitionVarsForSoongMigrationOnlyDoNotUse PartitionVariables + ExtraAllowedDepsTxt *string `json:",omitempty"` + AdbKeys *string `json:",omitempty"` }