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

Commit 81bae2d1 authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

Statically link libc++ into aapt2

Bug: 121280559
Change-Id: Ide6513d5cf51b832ad2c4a15676db050856728df
Test: ldd aapt2 and manual testing
parent d59bfa45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ cc_defaults {
        "libprotobuf-cpp-lite",
        "libz",
    ],
    stl: "libc++_static",
    group_static_libs: true,
}