From 3402c0ad4453cb7910d706818112e516bd0c9bd9 Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Wed, 17 May 2023 16:32:15 -0400 Subject: [PATCH] re-add swcodec payload to mixed staging allowlist Bug: 279756270 Test: m Test: forrest Change-Id: I3305c1bd9388b326fdecb5d333c07cf653d310d8 --- android/allowlists/allowlists.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 9700f8bb9..e22eec564 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1565,10 +1565,10 @@ var ( // also be built - do not add them to this list. StagingMixedBuildsEnabledList = []string{ // M13: media.swcodec launch - // TODO(b/282042844): reenable - // "com.android.media.swcodec", - // "test_com.android.media.swcodec", - // "libstagefright_foundation", + "com.android.media.swcodec", + "test_com.android.media.swcodec", + "libstagefright_foundation", + "libcodec2_hidl@1.0", } // These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList