summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYujie Qin <yujieqin@google.com>2016-02-02 09:32:49 +0100
committerYujie Qin <yujieqin@google.com>2016-02-02 09:32:49 +0100
commit6579353b8ee5d8aa1f1a96ae22798de9b41e19b8 (patch)
treecffb5eb7b614ac497beddbc16ad19da4b4665028
parentbf69c2b2c98f3a4ea44058d62a8738166037ba17 (diff)
downloaddng_sdk-6579353b8ee5d8aa1f1a96ae22798de9b41e19b8.tar.gz
Remove the -DNO_POSIX_MEMALIGN as it is not used anymore
Bug: 26900515
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8828863..5af8655 100644
--- a/Android.mk
+++ b/Android.mk
@@ -76,7 +76,7 @@ LOCAL_MODULE := libdng_sdk
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(dng_sdk_files)
-LOCAL_CFLAGS := -DUNIX_ENV=1 -DqDNGBigEndian=0 -DqDNGThreadSafe=1 -DqDNGUseLibJPEG=1 -DqDNGUseXMP=0 -DqDNGValidate=0 -DqDNGValidateTarget=1 -DqAndroid=1 -fexceptions -Wsign-compare -Wno-reorder -Wframe-larger-than=20000 -frtti -DNO_POSIX_MEMALIGN
+LOCAL_CFLAGS := -DUNIX_ENV=1 -DqDNGBigEndian=0 -DqDNGThreadSafe=1 -DqDNGUseLibJPEG=1 -DqDNGUseXMP=0 -DqDNGValidate=0 -DqDNGValidateTarget=1 -DqAndroid=1 -fexceptions -Wsign-compare -Wno-reorder -Wframe-larger-than=20000 -frtti
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow