Merge "add media.swcodec to Bazel prod allowlist" am: cae9c84a56 am: 8903e15f6c am: 5569584194 am: 276113f164 am: d7852be0a3

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

Change-Id: I4e5cde271aa9e1d2c7284baa310decb4b5865f76
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Trevor Radcliffe
2023-06-29 20:21:42 +00:00
committed by Automerger Merge Worker

View File

@@ -1598,14 +1598,6 @@ var (
"test_com.android.neuralnetworks",
"libneuralnetworks",
"libneuralnetworks_static",
}
// Staging-mode allowlist. Modules in this list are only built
// by Bazel with --bazel-mode-staging. This list should contain modules
// which will soon be added to the prod allowlist.
// It is implicit that all modules in ProdMixedBuildsEnabledList will
// also be built - do not add them to this list.
StagingMixedBuildsEnabledList = []string{
// M13: media.swcodec launch
"com.android.media.swcodec",
"test_com.android.media.swcodec",
@@ -1613,20 +1605,26 @@ var (
"libcodec2_hidl@1.0",
}
// Staging-mode allowlist. Modules in this list are only built
// by Bazel with --bazel-mode-staging. This list should contain modules
// which will soon be added to the prod allowlist.
// It is implicit that all modules in ProdMixedBuildsEnabledList will
// also be built - do not add them to this list.
StagingMixedBuildsEnabledList = []string{}
// These should be the libs that are included by the apexes in the ProdMixedBuildsEnabledList
ProdDclaMixedBuildsEnabledList = []string{
"libbase",
"libc++",
"libcrypto",
"libcutils",
}
// These should be the libs that are included by the apexes in the StagingMixedBuildsEnabledList
StagingDclaMixedBuildsEnabledList = []string{
"libstagefright_flacdec",
"libutils",
}
// These should be the libs that are included by the apexes in the StagingMixedBuildsEnabledList
StagingDclaMixedBuildsEnabledList = []string{}
// TODO(b/269342245): Enable the rest of the DCLA libs
// "libssl",