Revert "Revert "add media.swcodec to Bazel prod allowlist""
This reverts commit 061012475c
.
Reason for revert:
Debugging the failures from the previous attempt
Change-Id: Ide7161ca46fd3bac087e976712e07ddeecf6335e
This commit is contained in:
parent
061012475c
commit
e3c6a296cf
1 changed files with 10 additions and 12 deletions
|
@ -1593,14 +1593,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",
|
||||
|
@ -1608,20 +1600,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",
|
||||
|
||||
|
|
Loading…
Reference in a new issue