diff options
author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2018-04-28 18:55:49 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-04-28 18:55:49 +0200 |
commit | 1c1737b660bcff69c33f3e363ef96080f453900a (patch) | |
tree | bb50d5a59260de3dfe5784a97868df216fa18436 /otautil/Android.bp | |
parent | Merge "recovery: Revoke (most of) short options." am: 3de3756081 (diff) | |
parent | Merge "Merge libmounts into libotautil." (diff) | |
download | android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.gz android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.bz2 android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.lz android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.xz android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.zst android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.zip |
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r-- | otautil/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp index 958f98b76..45d119cb5 100644 --- a/otautil/Android.bp +++ b/otautil/Android.bp @@ -21,6 +21,7 @@ cc_library_static { "SysUtil.cpp", "DirUtil.cpp", "ThermalUtil.cpp", + "mounts.cpp", "paths.cpp", "rangeset.cpp", ], @@ -39,4 +40,12 @@ cc_library_static { export_include_dirs: [ "include", ], + + target: { + darwin: { + exclude_srcs: [ + "mounts.cpp", + ], + }, + }, } |