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

Commit 54b0d31e authored by jiabin's avatar jiabin
Browse files

Make libaudiofoundation can be a static library.

As libaudiofoundation is not part of VNDK, it may break VTS build. Make
libaudiofoundation be a static library can help solve the problem.

Test: make, atest VtsHalAudioV5_0Target
Bug: 142683018
Change-Id: I814c5380dfa5269fccc7bd37e29f308f1bc9bf28
parent 1865ec9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ cc_library_headers {
    export_include_dirs: ["include"],
}

cc_library_shared {
cc_library {
    name: "libaudiofoundation",
    vendor_available: true,