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

Commit b1243bf6 authored by Mickey Keeley's avatar Mickey Keeley
Browse files

libmedia_helper export headers

Have libmedia_helper export libmedia_headers so that future clients
won't need to explicitly include them.

Bug: 80076889
Test: sdk_google_iot_x86 builds.

Change-Id: Iac6e1237f10b461dbcd72370be843634aaff431d
parent b5bffacf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ cc_library {
        "libaudioclient_headers",
        "libaudio_system_headers",
    ],
    export_header_lib_headers: [
        "libmedia_headers",
    ],
    clang: true,
}