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

Commit 45074be6 authored by Shunkai Yao's avatar Shunkai Yao Committed by Automerger Merge Worker
Browse files

Merge "Effect AIDL: Move AIDL effects installation path to soundfx" am: f48f625a am: 39377f36

parents 13ed8e37 39377f36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ cc_library_shared {
        "libcutils",
        "liblog",
    ],
    relative_install_path: "soundfx",
    visibility: [
        "//hardware/interfaces/audio/aidl/default",
    ],
+1 −2
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ cc_defaults {
        "-Wall",
        "-Werror",
    ],
    relative_install_path: "soundfx",
}

cc_library_shared {
@@ -73,8 +74,6 @@ cc_library_shared {
        "-O2",
        "-fvisibility=hidden",
    ],

    relative_install_path: "soundfx",
}

cc_library_shared {
+1 −2
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ cc_defaults {
    header_libs: [
        "libaudioeffects",
    ],
    relative_install_path: "soundfx",
}

cc_library_shared {
@@ -62,8 +63,6 @@ cc_library_shared {
                       // with/without `-ffast-math` for more context.
        "-fvisibility=hidden",
    ],

    relative_install_path: "soundfx",
}

cc_library_shared {
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ cc_library_shared {
        "libcutils",
        "liblog",
    ],
    relative_install_path: "soundfx",
    visibility: [
        "//hardware/interfaces/audio/aidl/default",
    ],
+2 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ cc_library_shared {
    cflags: [
        "-Wthread-safety",
    ],
    relative_install_path: "soundfx",
    visibility: [
        "//hardware/interfaces/audio/aidl/default",
    ],
@@ -157,6 +158,7 @@ cc_library_shared {
    cflags: [
        "-Wthread-safety",
    ],
    relative_install_path: "soundfx",
    visibility: [
        "//hardware/interfaces/audio/aidl/default",
    ],
Loading