Skip to content

Commit

Permalink
libaudio: build with -fno-strict-aliasing
Browse files Browse the repository at this point in the history
Change-Id: Ib53b2caf29bbd66b26c34b677e472a3d1af6fb6c
  • Loading branch information
jt1134 committed Jul 9, 2013
1 parent 251b686 commit 7bc5a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libaudio/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
AudioHardware.cpp

LOCAL_CFLAGS := -fno-strict-aliasing

LOCAL_MODULE := audio.primary.aries
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_STATIC_LIBRARIES:= libmedia_helper
Expand Down

0 comments on commit 7bc5a45

Please sign in to comment.