diff options
author | Martin Storsjo <martin@martin.st> | 2016-10-18 03:12:10 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-18 03:12:10 +0000 |
commit | 515fb25ef76da9b8a1ad842aaccd3ebb6790c5dc (patch) | |
tree | 0a1be934e56560c4585d2606ec53336a6a3793f4 /Android.mk | |
parent | ca6ae4ffe4c5b38b4a3619dec4a51c60257e77ef (diff) | |
parent | 4556cb9cb8b12574c41b749b20c1c149fed54a37 (diff) | |
download | fdk-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.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,8 +54,6 @@ LOCAL_C_INCLUDES := \ $(LOCAL_PATH)/libSBRenc/include -LOCAL_CPPFLAGS += -std=c++98 - LOCAL_MODULE:= libFraunhoferAAC include $(BUILD_STATIC_LIBRARY) |