summaryrefslogtreecommitdiffstats
path: root/updater/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-05-30 19:24:47 +0200
committerTianjie Xu <xunchang@google.com>2019-05-30 19:49:18 +0200
commit76e165d143ea1486382371e008e3bd66c4da4bce (patch)
tree14308a944fde85c55d5606c6b7afc904b9879847 /updater/Android.bp
parentMerge "Implement an update simulator to verify BB OTA packages on host" (diff)
downloadandroid_bootable_recovery-76e165d143ea1486382371e008e3bd66c4da4bce.tar
android_bootable_recovery-76e165d143ea1486382371e008e3bd66c4da4bce.tar.gz
android_bootable_recovery-76e165d143ea1486382371e008e3bd66c4da4bce.tar.bz2
android_bootable_recovery-76e165d143ea1486382371e008e3bd66c4da4bce.tar.lz
android_bootable_recovery-76e165d143ea1486382371e008e3bd66c4da4bce.tar.xz
android_bootable_recovery-76e165d143ea1486382371e008e3bd66c4da4bce.tar.zst
android_bootable_recovery-76e165d143ea1486382371e008e3bd66c4da4bce.zip
Diffstat (limited to '')
-rw-r--r--updater/Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index a66155b3a..b279068a8 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -81,6 +81,12 @@ cc_library_static {
"updater.cpp",
],
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
+
export_include_dirs: [
"include",
],
@@ -131,6 +137,12 @@ cc_library_host_static {
"libfstab",
],
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
+
export_include_dirs: [
"include",
],