mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
Merge "Do not include genericStds_linux.cpp."
This commit is contained in:
@@ -57,6 +57,4 @@ LOCAL_CPPFLAGS += -std=c++98
|
|||||||
|
|
||||||
LOCAL_MODULE:= libFraunhoferAAC
|
LOCAL_MODULE:= libFraunhoferAAC
|
||||||
|
|
||||||
LOCAL_CLANG:= false
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
@@ -116,7 +116,7 @@ amm-info@iis.fraunhofer.de
|
|||||||
|
|
||||||
|
|
||||||
/* Include OS/System specific implementations. */
|
/* Include OS/System specific implementations. */
|
||||||
#if defined(__linux__) /* cppp replaced: elif */
|
#if defined(__linux__) && !defined(__ANDROID__) /* cppp replaced: elif */
|
||||||
#include "linux/genericStds_linux.cpp"
|
#include "linux/genericStds_linux.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user