Add the DCLA libs used by swcodec to the staging list

Bug: 269342245
Test: run dcla_apex_comparison_test
Change-Id: I26bcbf6447b9216258c18c42e80f729e5651658a
This commit is contained in:
Yu Liu 2023-05-02 11:39:10 -07:00
parent 331c7d77c4
commit 7301fc8aeb
2 changed files with 6 additions and 3 deletions

View file

@ -1595,12 +1595,13 @@ var (
}
// 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",
// "libstagefright_flacdec",
// "libutils",
// 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.

View file

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