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

Commit 4c67ca9a authored by Colin Cross's avatar Colin Cross
Browse files

Updates libaaudio_headers to use shared_libs

... as being able to use cc_library in header_libs is not
intended.

Bug: 173252016
Test: m checkbuild
Change-Id: I81996a76525f5b42cd079e5a76ec340731656137
parent 9b95dd2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ ndk_library {
cc_library_headers {
    name: "libaaudio_headers",
    export_include_dirs: ["include"],
    export_header_lib_headers: ["aaudio-aidl-cpp"],
    header_libs: ["aaudio-aidl-cpp"],
    export_shared_lib_headers: ["aaudio-aidl-cpp"],
    shared_libs: ["aaudio-aidl-cpp"],
}