aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2016-10-18 03:12:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-18 03:12:10 +0000
commit515fb25ef76da9b8a1ad842aaccd3ebb6790c5dc (patch)
tree0a1be934e56560c4585d2606ec53336a6a3793f4 /Android.mk
parentca6ae4ffe4c5b38b4a3619dec4a51c60257e77ef (diff)
parent4556cb9cb8b12574c41b749b20c1c149fed54a37 (diff)
downloadfdk-aac-515fb25ef76da9b8a1ad842aaccd3ebb6790c5dc.tar.gz
fdk-aac-515fb25ef76da9b8a1ad842aaccd3ebb6790c5dc.tar.bz2
fdk-aac-515fb25ef76da9b8a1ad842aaccd3ebb6790c5dc.zip
Merge "Add casts to avoid errors due to narrowing"
am: 4556cb9cb8 Change-Id: I4cb4a7dace03c7c09403588da05ea8df0f35077e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
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)