summaryrefslogtreecommitdiffstats
path: root/otautil/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-10 20:53:27 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-10 20:53:27 +0200
commit814f05d8532e95523107235245f373e2d8f42b18 (patch)
tree9e651faeca96ac15b706ff20058d5481ec2e7730 /otautil/Android.bp
parentMerge changes from topic "libedify-header" am: abade5af15 (diff)
parentMerge "otautil: Fix mac build." (diff)
downloadandroid_bootable_recovery-814f05d8532e95523107235245f373e2d8f42b18.tar
android_bootable_recovery-814f05d8532e95523107235245f373e2d8f42b18.tar.gz
android_bootable_recovery-814f05d8532e95523107235245f373e2d8f42b18.tar.bz2
android_bootable_recovery-814f05d8532e95523107235245f373e2d8f42b18.tar.lz
android_bootable_recovery-814f05d8532e95523107235245f373e2d8f42b18.tar.xz
android_bootable_recovery-814f05d8532e95523107235245f373e2d8f42b18.tar.zst
android_bootable_recovery-814f05d8532e95523107235245f373e2d8f42b18.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",
],