diff options
author | Tao Bao <tbao@google.com> | 2017-10-10 20:45:55 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-10 20:45:55 +0200 |
commit | bc131ef1bd7be29d2aae7e91fb8a31811e70b07f (patch) | |
tree | 9e651faeca96ac15b706ff20058d5481ec2e7730 /otautil/Android.bp | |
parent | Merge changes from topic "libedify-header" (diff) | |
parent | Merge "otautil: Fix mac build." (diff) | |
download | android_bootable_recovery-bc131ef1bd7be29d2aae7e91fb8a31811e70b07f.tar android_bootable_recovery-bc131ef1bd7be29d2aae7e91fb8a31811e70b07f.tar.gz android_bootable_recovery-bc131ef1bd7be29d2aae7e91fb8a31811e70b07f.tar.bz2 android_bootable_recovery-bc131ef1bd7be29d2aae7e91fb8a31811e70b07f.tar.lz android_bootable_recovery-bc131ef1bd7be29d2aae7e91fb8a31811e70b07f.tar.xz android_bootable_recovery-bc131ef1bd7be29d2aae7e91fb8a31811e70b07f.tar.zst android_bootable_recovery-bc131ef1bd7be29d2aae7e91fb8a31811e70b07f.zip |
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r-- | otautil/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp index 5905ba649..659fefada 100644 --- a/otautil/Android.bp +++ b/otautil/Android.bp @@ -29,6 +29,7 @@ cc_library_static { ], cflags: [ + "-D_FILE_OFFSET_BITS=64", "-Werror", "-Wall", ], |