Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4449185 authored by Motorhead1991's avatar Motorhead1991 Committed by Dees Troy
Browse files

Include no strict aliasing for MTP

Change-Id: I570bb1c1387ec16fb062d7844af12b24c74e3755
parent 8613dc02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)

LOCAL_MODULE := libtwrpmtp
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 -DMTP_DEVICE -DMTP_HOST
LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 -DMTP_DEVICE -DMTP_HOST -fno-strict-aliasing
LOCAL_C_INCLUDES += $(LOCAL_PATH) bionic external/stlport/stlport frameworks/base/include system/core/include bionic/libc/private/
LOCAL_SRC_FILES = \
    btree.cpp \