summaryrefslogtreecommitdiffstats
path: root/otautil/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-10 20:45:55 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-10 20:45:55 +0200
commitbc131ef1bd7be29d2aae7e91fb8a31811e70b07f (patch)
tree9e651faeca96ac15b706ff20058d5481ec2e7730 /otautil/Android.bp
parentMerge changes from topic "libedify-header" (diff)
parentMerge "otautil: Fix mac build." (diff)
downloadandroid_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.bp1
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",
],