Skip to content
Snippets Groups Projects
Commit 5f5be27f authored by Ying Wang's avatar Ying Wang
Browse files

Fix Mac build.

Bug: 21669400
Change-Id: I961699b5559f75f782d048fdafbbb40c16457f88
parent a76ec61a
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,10 @@ include $(CLEAR_VARS) ...@@ -35,6 +35,10 @@ include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cc LOCAL_CPP_EXTENSION := .cc
ifeq ($(HOST_OS),darwin)
LOCAL_CFLAGS := -D_FILE_OFFSET_BITS=64 -Doff64_t=off_t
endif
LOCAL_C_INCLUDES := $(LOCAL_PATH) external/e2fsprogs/lib LOCAL_C_INCLUDES := $(LOCAL_PATH) external/e2fsprogs/lib
LOCAL_SRC_FILES := $(sgdisk_src_files) LOCAL_SRC_FILES := $(sgdisk_src_files)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment