blob: 571a10f100bea9c7fa720400c7a42374ac20e694 [file] [log] [blame]
stlport_includes = ["current/sources/cxx-stl/stlport/stlport"]
ndk_prebuilt_static_stl {
name: "ndk_libstlport_static",
export_include_dirs: stlport_includes,
}
ndk_prebuilt_shared_stl {
name: "ndk_libstlport_shared",
export_include_dirs: stlport_includes,
}
libcxx_includes = [
"current/sources/cxx-stl/llvm-libc++/include",
"current/sources/cxx-stl/llvm-libc++abi/include",
"current/sources/android/support/include",
]
ndk_prebuilt_static_stl {
name: "ndk_libc++_static",
export_include_dirs: libcxx_includes,
}
ndk_prebuilt_shared_stl {
name: "ndk_libc++_shared",
export_include_dirs: libcxx_includes,
}