Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70c6c9a1 authored by James Dong's avatar James Dong
Browse files

Fix simulator build

- missing header file <string.h>
- need to define -D__arm__

Change-Id: I18d2f1908684150784cf728234b5aedbc02447d1
parent c1ca7f8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ LOCAL_C_INCLUDES := \
    $(TOP)/frameworks/base/media/libstagefright/include

LOCAL_CFLAGS := \
    -D__arm__ \
    -DOSCL_IMPORT_REF= -DOSCL_UNUSED_ARG= -DOSCL_EXPORT_REF=

include $(BUILD_STATIC_LIBRARY)
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@ and necessary type defitionitions and enumerations.
#include "avcapi_common.h"
#endif

// For memset, etc
#include <string.h>

/**
 This enumeration is used for the status returned from the library interface.
*/