forked from openkylin/platform_build
Run ar in Deterministic mode.
Unfortunately no such flag was found for the host ar on Mac OS X. https://code.google.com/p/android/issues/detail?id=60705 Change-Id: Ic2f75c871f0b5ae3cf20c1255458f7b921054d67
This commit is contained in:
parent
7a77261988
commit
b2f39181c6
|
@ -49,7 +49,7 @@ $(combo_target)HAVE_KERNEL_MODULES := 0
|
|||
$(combo_target)GLOBAL_CFLAGS := -fno-exceptions -Wno-multichar
|
||||
$(combo_target)RELEASE_CFLAGS := -O2 -g -fno-strict-aliasing
|
||||
$(combo_target)GLOBAL_LDFLAGS :=
|
||||
$(combo_target)GLOBAL_ARFLAGS := crsP
|
||||
$(combo_target)GLOBAL_ARFLAGS := crsPD
|
||||
|
||||
$(combo_target)EXECUTABLE_SUFFIX :=
|
||||
$(combo_target)SHLIB_SUFFIX := .so
|
||||
|
|
Loading…
Reference in New Issue