aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Cody Schuffelen <schuffelen@google.com>2024-01-03 17:09:21 -0800
committerA. Cody Schuffelen <schuffelen@google.com>2024-01-03 17:09:21 -0800
commit48c5dee661c8df954d0441084ddad775719f812f (patch)
tree2aab39f488a3e7aa01c75dcb2084ccc5cda90a04
parent675a945aebd3578d4e18eeeddd2810ec74dce58c (diff)
downloadsandboxed-api-48c5dee661c8df954d0441084ddad775719f812f.tar.gz
ANDROID: Statically link libc++ in sandbox2
This resolves linking issues when launching the embedded forkserver executable. Test: cvd start --noresume --host_sandbox=true Bug: 318571494 Change-Id: I5741bda16ca80c4e1755a6706071bce510490a37
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fa43aa8..7fc4a7f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -152,6 +152,7 @@ cc_binary {
"sandboxed_api_shared_with_filewrapper",
"sandboxed_api_shared_with_forkserver",
],
+ stl: "libc++_static",
defaults: ["sandboxed_api_cc_defaults"],
}