Merge "add media.swcodec to Bazel staging allowlist"

This commit is contained in:
Sam Delmerico
2023-05-02 18:32:00 +00:00
committed by Gerrit Code Review

View File

@@ -195,6 +195,8 @@ var (
"frameworks/av/media/audioaidlconversion": Bp2BuildDefaultTrueRecursively, "frameworks/av/media/audioaidlconversion": Bp2BuildDefaultTrueRecursively,
"frameworks/av/media/codec2/components/aom": Bp2BuildDefaultTrueRecursively, "frameworks/av/media/codec2/components/aom": Bp2BuildDefaultTrueRecursively,
"frameworks/av/media/codecs": Bp2BuildDefaultTrueRecursively, "frameworks/av/media/codecs": Bp2BuildDefaultTrueRecursively,
"frameworks/av/media/module/codecs": Bp2BuildDefaultTrueRecursively,
"frameworks/av/media/module/foundation": Bp2BuildDefaultTrueRecursively,
"frameworks/av/media/liberror": Bp2BuildDefaultTrueRecursively, "frameworks/av/media/liberror": Bp2BuildDefaultTrueRecursively,
"frameworks/av/media/libmediahelper": Bp2BuildDefaultTrue, "frameworks/av/media/libmediahelper": Bp2BuildDefaultTrue,
"frameworks/av/media/libshmem": Bp2BuildDefaultTrueRecursively, "frameworks/av/media/libshmem": Bp2BuildDefaultTrueRecursively,
@@ -450,7 +452,6 @@ var (
"code_coverage.policy", "code_coverage.policy",
"code_coverage.policy.other", "code_coverage.policy.other",
"codec2_soft_exports", "codec2_soft_exports",
"codecs_g711dec",
"com.android.media.swcodec", "com.android.media.swcodec",
"com.android.media.swcodec-androidManifest", "com.android.media.swcodec-androidManifest",
"com.android.media.swcodec-ld.config.txt", "com.android.media.swcodec-ld.config.txt",
@@ -495,20 +496,6 @@ var (
"libandroidio", "libandroidio",
"libandroidio_srcs", "libandroidio_srcs",
"libserviceutils", "libserviceutils",
"libstagefright_amrnbenc",
"libstagefright_amrnbdec",
"libstagefright_amrwbdec",
"libstagefright_amrwbenc",
"libstagefright_amrnb_common",
"libstagefright_enc_common",
"libstagefright_flacdec",
"libstagefright_foundation",
"libstagefright_foundation_headers",
"libstagefright_headers",
"libstagefright_m4vh263dec",
"libstagefright_m4vh263enc",
"libstagefright_mp3dec",
"libstagefright_mp3dec_headers",
"libsurfaceflinger_headers", "libsurfaceflinger_headers",
"libsync", "libsync",
"libtextclassifier_hash_headers", "libtextclassifier_hash_headers",
@@ -747,6 +734,8 @@ var (
// Mainline Module Apps // Mainline Module Apps
"CaptivePortalLogin", "CaptivePortalLogin",
"libstagefright_headers",
} }
Bp2buildModuleTypeAlwaysConvertList = []string{ Bp2buildModuleTypeAlwaysConvertList = []string{
@@ -958,13 +947,11 @@ var (
// cc_test with unconverted deps, or are device-only (and not verified to pass yet) // cc_test with unconverted deps, or are device-only (and not verified to pass yet)
"AMRWBEncTest", "AMRWBEncTest",
"AmrnbDecoderTest", // depends on unconverted modules: libaudioutils, libsndfile "AmrnbDecoderTest", // depends on unconverted modules: libaudioutils, libsndfile
"AmrnbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile "AmrnbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile
"AmrwbDecoderTest", // depends on unconverted modules: libsndfile, libaudioutils "AmrwbDecoderTest", // depends on unconverted modules: libsndfile, libaudioutils
"AmrwbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile "AmrwbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile
"Mp3DecoderTest", // depends on unconverted modules: libsndfile, libaudioutils "Mp3DecoderTest", // depends on unconverted modules: libsndfile, libaudioutils
"Mpeg4H263DecoderTest", // depends on unconverted modules: libstagefright_foundation
"Mpeg4H263EncoderTest",
"avcdec", "avcdec",
"avcenc", "avcenc",
"bionic-benchmarks-tests", "bionic-benchmarks-tests",
@@ -1444,6 +1431,10 @@ var (
"styleprotoslite", "styleprotoslite",
"CtsPkgInstallerConstants", "CtsPkgInstallerConstants",
"guava-android-testlib", "guava-android-testlib",
"MetaDataBaseUnitTest", // depends on libstagefright
"AVCUtilsUnitTest", // depends on libstagefright
"ColorUtilsTest", // depends on libmediandk
} }
MixedBuildsDisabledList = []string{ MixedBuildsDisabledList = []string{
@@ -1545,7 +1536,15 @@ var (
// which will soon be added to the prod allowlist. // which will soon be added to the prod allowlist.
// It is implicit that all modules in ProdMixedBuildsEnabledList will // It is implicit that all modules in ProdMixedBuildsEnabledList will
// also be built - do not add them to this list. // also be built - do not add them to this list.
StagingMixedBuildsEnabledList = []string{} StagingMixedBuildsEnabledList = []string{
// M13: media.swcodec launch
"com.android.media.swcodec",
"test_com.android.media.swcodec",
"libstagefright_foundation",
"libcodec2_hidl@1.0",
"libcodec2_hidl@1.1",
"libcodec2_hidl@1.2",
}
// These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList // These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList
ProdDclaMixedBuildsEnabledList = []string{ ProdDclaMixedBuildsEnabledList = []string{