Commit 2b6bf8dc authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Gerrit Code Review

Merge "Do not include genericStds_linux.cpp."

parents 1c6ab7db 09f1d044
......@@ -57,6 +57,4 @@ LOCAL_CPPFLAGS += -std=c++98
LOCAL_MODULE:= libFraunhoferAAC
LOCAL_CLANG:= false
include $(BUILD_STATIC_LIBRARY)
......@@ -116,7 +116,7 @@ amm-info@iis.fraunhofer.de
/* Include OS/System specific implementations. */
#if defined(__linux__) /* cppp replaced: elif */
#if defined(__linux__) && !defined(__ANDROID__) /* cppp replaced: elif */
#include "linux/genericStds_linux.cpp"
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment