Merge "Add the DCLA libs used by swcodec to the staging list" am: 95c78ef99f

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

Change-Id: Ie73c9fdbc7ba749fd422bc07158c4454dec24099
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yu Liu
2023-06-06 18:01:52 +00:00
committed by Automerger Merge Worker
2 changed files with 6 additions and 3 deletions

View File

@@ -1592,12 +1592,13 @@ var (
} }
// These should be the libs that are included by the apexes in the StagingMixedBuildsEnabledList // 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 // TODO(b/269342245): Enable the rest of the DCLA libs
// "libssl", // "libssl",
// "libstagefright_flacdec",
// "libutils",
// The list of module types which are expected to spend lots of build time. // The list of module types which are expected to spend lots of build time.
// With `--ninja_weight_source=soong`, ninja builds these module types and deps first. // With `--ninja_weight_source=soong`, ninja builds these module types and deps first.

View File

@@ -55,6 +55,8 @@ DCLA_LIBS=(
libc++.so libc++.so
libcrypto.so libcrypto.so
libcutils.so libcutils.so
libstagefright_flacdec.so
libutils.so
) )
if [[ -z ${OUT_DIR+x} ]]; then if [[ -z ${OUT_DIR+x} ]]; then