From 754167b241331918a4b51ddb5175172fa296b320 Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Thu, 9 Jan 2020 14:24:23 -0800 Subject: [PATCH] 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 --- fastboot/fuzzy_fastboot/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastboot/fuzzy_fastboot/Android.bp b/fastboot/fuzzy_fastboot/Android.bp index 19b33e40d..d48cfa97d 100644 --- a/fastboot/fuzzy_fastboot/Android.bp +++ b/fastboot/fuzzy_fastboot/Android.bp @@ -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: {