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

Commit 754167b2 authored by Dan Shi's avatar Dan Shi
Browse files

Add libc++ as static library

This is for the test to run without packaging libc++.so in vts-core
suite.

Bug: 147249791
Test: atest FastbootVerifyUserspaceTest
Change-Id: I0263d13a2dd08186502b30b2fad25d4f0f3a6be8
parent 3be1310c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ cc_test_host {
    "libext4_utils",
  ],

  stl: "libc++_static",

  // Static libs (libfastboot2) shared library dependencies are not transitively included
  // This is needed to avoid link time errors when building for mac
  target: {