commit | fb68d38fba81c4a9b2a1b328e89d817a1f1d1cdf | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon May 06 09:48:15 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Mon May 06 09:49:00 2019 -0700 |
tree | f6c134c489518882df47a13ebc25beb261abb0bd | |
parent | be25cd21e4b1783a836cdfd3e3f504e41b2b9a93 [diff] |
Disable libbootloader_message for darwin libfstab is not built for darwin, don't build libbootloader_message either. Bug: 131709594 Test: m PRODUCT-sdk-sdk sdk_repo Change-Id: I6e3b04f1c3e97d5aa6ac0452bf13e714f8dae437
diff --git a/bootloader_message/Android.bp b/bootloader_message/Android.bp index 4ea7c86..e76305f 100644 --- a/bootloader_message/Android.bp +++ b/bootloader_message/Android.bp
@@ -41,6 +41,9 @@ static_libs: [ "libfstab", ], - } + }, + darwin: { + enabled: false, + }, } }