Commit bb253213 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix the libcore part of the simulator build.

Change-Id: Id7af848e09c27006a566e6600793f45364e943d3
parent 4d7f6230
......@@ -94,10 +94,10 @@ endif
# Define the rules.
LOCAL_SRC_FILES := $(core_src_files)
LOCAL_C_INCLUDES := $(core_c_includes) bionic/ bionic/libstdc++/include
LOCAL_C_INCLUDES := $(core_c_includes)
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_C_INCLUDES += external/stlport/stlport
LOCAL_C_INCLUDES += external/stlport/stlport bionic/ bionic/libstdc++/include
endif
LOCAL_SHARED_LIBRARIES := $(core_shared_libraries)
......
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