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

Commit b8a44b73 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7402811 from 844ef1be to sc-d1-release

Change-Id: Ibeae31732e33823779e12841ba83d737ae26009b
parents 59e1346a 844ef1be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ apex {
    name: "com.android.media",
    manifest: "manifest.json",
    defaults: ["com.android.media-defaults"],
    prebuilts: ["current_sdkinfo"],
}

linker_config {
+3 −3
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ license {
    ],
}

cc_library_shared {
cc_library {
    name: "libdownmix",

    host_supported: true,
    vendor: true,
    srcs: ["EffectDownmix.c"],
    srcs: ["EffectDownmix.cpp"],

    shared_libs: [
        "libaudioutils",
Loading