From 6d7d5013ea8b2207055de4a8c809eca20448513c Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Wed, 24 Aug 2016 22:32:17 +0300 Subject: Add casts to avoid errors due to narrowing This fixes building in C++11 mode, which normally errors out on narrowing hex literals to signed long. This is similar to what was done in git commit ef30836651 (change id I64d19a8a8059c5a96386b1eaac297fd2469515f8), completing the fix for that category of issues. Change-Id: I1907bc947d43bf44910fb2b34bf2b31c0e53aa53 --- Android.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 519e820..18bda23 100644 --- a/Android.mk +++ b/Android.mk @@ -54,8 +54,6 @@ LOCAL_C_INCLUDES := \ $(LOCAL_PATH)/libSBRenc/include -LOCAL_CPPFLAGS += -std=c++98 - LOCAL_MODULE:= libFraunhoferAAC include $(BUILD_STATIC_LIBRARY) -- cgit v1.2.3