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

Commit a113fb76 authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Spatializer: minor fix for bpfmt warning

Bug: 307588546
Test: make
Change-Id: Ie3fa663407ce37b7ec50c2fe55023cb3e6148d1b
parent a552cc78
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ cc_defaults {
    static_libs: [
        "libeffectsconfig",
        "libaudiopolicycomponents",
    ]
    ],
}

cc_library {
@@ -75,10 +75,9 @@ cc_library {
    ],

    include_dirs: [
        "frameworks/av/services/audioflinger"
        "frameworks/av/services/audioflinger",
    ],


    static_libs: [
        "framework-permission-aidl-cpp",
    ],