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

Commit f7a86bf1 authored by Steven Moreland's avatar Steven Moreland
Browse files

audioflinger: for libbinder/libpermission split

Making libbinder lighter which is used in many places.

Bug: 183654927
Test: build
Change-Id: I33a2a01747158c976696c943bbeb7a64cfdf4233
Merged-In: I33a2a01747158c976696c943bbeb7a64cfdf4233
parent 310a60d9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ cc_library_shared {
        "libmediautils",
        "libnbaio",
        "libnblog",
        "libpermission",
        "libpowermanager",
        "libmediautils",
        "libmemunreachable",
@@ -86,6 +87,10 @@ cc_library_shared {
        "libmedia_headers",
    ],

    export_shared_lib_headers: [
        "libpermission",
    ],

    cflags: [
        "-DSTATE_QUEUE_INSTANTIATIONS=\"StateQueueInstantiations.cpp\"",
        "-fvisibility=hidden",