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

Commit a40cb14d authored by jiabin's avatar jiabin Committed by Steven Moreland
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
Bug: 150299743
Change-Id: I814c5380dfa5269fccc7bd37e29f308f1bc9bf28
(cherry picked from commit 54b0d31e)
Merged-In: I814c5380dfa5269fccc7bd37e29f308f1bc9bf28
parent b1d2e747
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ cc_library_headers {
    ],
}

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