Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95c78ef9 authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

Merge "Add the DCLA libs used by swcodec to the staging list"

parents eb7f45ca 7301fc8a
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1592,12 +1592,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.
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ DCLA_LIBS=(
  libc++.so
  libcrypto.so
  libcutils.so
  libstagefright_flacdec.so
  libutils.so
)

if [[ -z ${OUT_DIR+x} ]]; then