Add ABI specific include path for NDK.

Change-Id: I37a935126b9a1e544fc5a7471cf6ca224fc89cf3
This commit is contained in:
Ying Wang
2011-09-07 14:31:47 -07:00
parent 0f2e55e47d
commit d9020c2e9a

View File

@@ -56,7 +56,8 @@ ifdef LOCAL_NDK_VERSION
endif
else
# LOCAL_NDK_STL_VARIANT is gnustl_static
my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/gnu-libstdc++/include
my_ndk_stl_include_path := $(my_ndk_source_root)/cxx-stl/gnu-libstdc++/libs/$(TARGET_CPU_ABI)/include \
$(my_ndk_source_root)/cxx-stl/gnu-libstdc++/include
my_ndk_stl_static_lib := $(my_ndk_source_root)/cxx-stl/gnu-libstdc++/libs/$(TARGET_CPU_ABI)/libstdc++.a
endif
endif