Merge "remove unused variable" into main am: c7df8bf64b

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3241515

Change-Id: Ie72d28a8587fd5fd362e656ff79b2f04d74e16ff
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jiyong Park
2024-08-28 03:40:41 +00:00
committed by Automerger Merge Worker

View File

@@ -475,13 +475,6 @@ const (
AvailableToAnyApex = "//apex_available:anyapex"
)
var (
AvailableToRecognziedWildcards = []string{
AvailableToPlatform,
AvailableToAnyApex,
}
)
// CheckAvailableForApex provides the default algorithm for checking the apex availability. When the
// availability is empty, it defaults to ["//apex_available:platform"] which means "available to the
// platform but not available to any APEX". When the list is not empty, `what` is matched against