commit | 858a928d3483392628a10935fb6b6e5d902770ae | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Tue Jan 12 12:02:37 2021 +0100 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Tue Jan 12 12:02:37 2021 +0100 |
tree | 40395f73d7ae547575874c9529c1387985ab52d7 | |
parent | 3b207efa27935c14dc9436a7ba0f93c3b1359ce3 [diff] [blame] |
Disable authfs for darwin host Bug: 177260439 Test: m authfs Change-Id: I8a9a7a52a6ab973687aba8ed11ff2d3eddba76ad
diff --git a/authfs/Android.bp b/authfs/Android.bp index f9fdd1f..104221e 100644 --- a/authfs/Android.bp +++ b/authfs/Android.bp
@@ -15,6 +15,11 @@ "libthiserror", ], host_supported: true, + target: { + darwin: { + enabled: false, + }, + }, shared_libs: ["libcrypto"], clippy_lints: "android", defaults: ["crosvm_defaults"],