summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Trevor Radcliffe <tradical@google.com> 2023-06-29 22:30:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-06-29 22:30:18 +0000
commit061012475c177cc1dedf3a84d98c7f93a99ffb16 (patch)
tree83ee89a6df9fe38d7595fe7f73bcb908e2e7e2c5
parentb1274236e8e1faace4cf0f4be65dbc53fcffdef9 (diff)
Revert "add media.swcodec to Bazel prod allowlist"
This reverts commit b1274236e8e1faace4cf0f4be65dbc53fcffdef9. Reason for revert: b/289418267 Change-Id: I0a94675e09a82b55d62e58dbeea0d3186c754ed3
-rw-r--r--android/allowlists/allowlists.go20
1 files changed, 11 insertions, 9 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index 8d9e650f4..34a6860e9 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1593,11 +1593,6 @@ var (
"test_com.android.neuralnetworks",
"libneuralnetworks",
"libneuralnetworks_static",
- // M13: media.swcodec launch
- "com.android.media.swcodec",
- "test_com.android.media.swcodec",
- "libstagefright_foundation",
- "libcodec2_hidl@1.0",
}
// Staging-mode allowlist. Modules in this list are only built
@@ -1605,7 +1600,13 @@ var (
// 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{}
+ StagingMixedBuildsEnabledList = []string{
+ // M13: media.swcodec launch
+ "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
ProdDclaMixedBuildsEnabledList = []string{
@@ -1613,12 +1614,13 @@ var (
"libc++",
"libcrypto",
"libcutils",
- "libstagefright_flacdec",
- "libutils",
}
// These should be the libs that are included by the apexes in the StagingMixedBuildsEnabledList
- StagingDclaMixedBuildsEnabledList = []string{}
+ StagingDclaMixedBuildsEnabledList = []string{
+ "libstagefright_flacdec",
+ "libutils",
+ }
// TODO(b/269342245): Enable the rest of the DCLA libs
// "libssl",