Revert "Roll NDK to r11c and extract it into its own repository."82/350482/2
commit2d2c1f1889509783fd17b6817f09c9a1b2b3090a
authorJohn Budorick <jbudorick@google.com>
Tue, 7 Jun 2016 21:59:47 +0000 (7 14:59 -0700)
committerJohn Budorick <jbudorick@chromium.org>
Tue, 7 Jun 2016 22:37:06 +0000 (7 22:37 +0000)
treebff849b9491f47744aa3a382921b488b04ee2c14
parent04c2c06fe3ef3d93343feb6e83cd932725740d7f
Revert "Roll NDK to r11c and extract it into its own repository."

I reverted the roll in chromium and may not get a chance to attempt to
reland it before someone needs to make a change to this repository.

This reverts commit 04c2c06fe3ef3d93343feb6e83cd932725740d7f.

Change-Id: Ic040bd4b7bb397f7c822cdb78866c7ea270bc3f4
Reviewed-on: https://chromium-review.googlesource.com/350482
Reviewed-by: John Budorick <jbudorick@chromium.org>
Tested-by: John Budorick <jbudorick@chromium.org>
32242 files changed:
.gitignore
DEPS [deleted file]
ndk/GNUmakefile [new file with mode: 0644]
ndk/README.TXT [new file with mode: 0644]
ndk/RELEASE.TXT [new file with mode: 0644]
ndk/build/awk/check-awk.awk [new file with mode: 0644]
ndk/build/awk/extract-debuggable.awk [new file with mode: 0644]
ndk/build/awk/extract-launchable.awk [new file with mode: 0644]
ndk/build/awk/extract-minsdkversion.awk [new file with mode: 0644]
ndk/build/awk/extract-package-name.awk [new file with mode: 0644]
ndk/build/awk/extract-pid.awk [new file with mode: 0644]
ndk/build/awk/extract-platform.awk [new file with mode: 0644]
ndk/build/awk/gen-cygwin-deps-converter.awk [new file with mode: 0644]
ndk/build/awk/gen-windows-host-path.awk [new file with mode: 0644]
ndk/build/awk/xml.awk [new file with mode: 0644]
ndk/build/core/add-application.mk [new file with mode: 0644]
ndk/build/core/add-platform.mk [new file with mode: 0644]
ndk/build/core/add-toolchain.mk [new file with mode: 0644]
ndk/build/core/build-all.mk [new file with mode: 0644]
ndk/build/core/build-binary.mk [new file with mode: 0644]
ndk/build/core/build-executable.mk [new file with mode: 0644]
ndk/build/core/build-local.mk [new file with mode: 0644]
ndk/build/core/build-module.mk [new file with mode: 0644]
ndk/build/core/build-shared-library.mk [new file with mode: 0644]
ndk/build/core/build-static-library.mk [new file with mode: 0644]
ndk/build/core/check-cygwin-make.mk [new file with mode: 0644]
ndk/build/core/clear-vars.mk [new file with mode: 0644]
ndk/build/core/default-application.mk [new file with mode: 0644]
ndk/build/core/default-build-commands.mk [new file with mode: 0644]
ndk/build/core/definitions-graph.mk [new file with mode: 0644]
ndk/build/core/definitions-host.mk [new file with mode: 0644]
ndk/build/core/definitions-tests.mk [new file with mode: 0644]
ndk/build/core/definitions-utils.mk [new file with mode: 0644]
ndk/build/core/definitions.mk [new file with mode: 0644]
ndk/build/core/import-locals.mk [new file with mode: 0644]
ndk/build/core/init.mk [new file with mode: 0644]
ndk/build/core/main.mk [new file with mode: 0644]
ndk/build/core/prebuilt-library.mk [new file with mode: 0644]
ndk/build/core/prebuilt-shared-library.mk [new file with mode: 0644]
ndk/build/core/prebuilt-static-library.mk [new file with mode: 0644]
ndk/build/core/setup-abi.mk [new file with mode: 0644]
ndk/build/core/setup-app.mk [new file with mode: 0644]
ndk/build/core/setup-imports.mk [new file with mode: 0644]
ndk/build/core/setup-toolchain.mk [new file with mode: 0644]
ndk/build/gmsl/README [new file with mode: 0644]
ndk/build/gmsl/__gmsl [new file with mode: 0644]
ndk/build/gmsl/gmsl [new file with mode: 0644]
ndk/build/gmsl/gmsl-tests [new file with mode: 0644]
ndk/build/gmsl/index.html [new file with mode: 0644]
ndk/build/tools/DEV-SCRIPTS-USAGE.TXT [new file with mode: 0644]
ndk/build/tools/build-analyzer.sh [new file with mode: 0755]
ndk/build/tools/build-ccache.sh [new file with mode: 0755]
ndk/build/tools/build-compiler-rt.sh [new file with mode: 0755]
ndk/build/tools/build-cxx-stl.sh [new file with mode: 0755]
ndk/build/tools/build-device-llvm.sh [new file with mode: 0755]
ndk/build/tools/build-docs.sh [new file with mode: 0755]
ndk/build/tools/build-gcc.sh [new file with mode: 0755]
ndk/build/tools/build-gdb-stub.sh [new file with mode: 0755]
ndk/build/tools/build-gdbserver.sh [new file with mode: 0755]
ndk/build/tools/build-gnu-libstdc++.sh [new file with mode: 0755]
ndk/build/tools/build-host-awk.sh [new file with mode: 0755]
ndk/build/tools/build-host-gcc.sh [new file with mode: 0755]
ndk/build/tools/build-host-gdb.sh [new file with mode: 0755]
ndk/build/tools/build-host-make.sh [new file with mode: 0755]
ndk/build/tools/build-host-perl.sh [new file with mode: 0755]
ndk/build/tools/build-host-prebuilts.sh [new file with mode: 0755]
ndk/build/tools/build-host-python.sh [new file with mode: 0755]
ndk/build/tools/build-host-sed.sh [new file with mode: 0755]
ndk/build/tools/build-host-toolbox.sh [new file with mode: 0755]
ndk/build/tools/build-host-yasm.sh [new file with mode: 0755]
ndk/build/tools/build-libportable.sh [new file with mode: 0755]
ndk/build/tools/build-llvm.sh [new file with mode: 0755]
ndk/build/tools/build-mingw64-toolchain.sh [new file with mode: 0755]
ndk/build/tools/build-ndk-depends.sh [new file with mode: 0755]
ndk/build/tools/build-ndk-stack.sh [new file with mode: 0755]
ndk/build/tools/build-ndk-sysroot.sh [new file with mode: 0755]
ndk/build/tools/build-on-device-toolchain.sh [new file with mode: 0755]
ndk/build/tools/build-target-prebuilts.sh [new file with mode: 0755]
ndk/build/tools/builder-funcs.sh [new file with mode: 0644]
ndk/build/tools/check-glibc.sh [new file with mode: 0755]
ndk/build/tools/cleanup-apps.sh [new file with mode: 0755]
ndk/build/tools/cleanup-headers.sh [new file with mode: 0755]
ndk/build/tools/common-build-host-funcs.sh [new file with mode: 0644]
ndk/build/tools/deploy-host-mcld.sh [new file with mode: 0755]
ndk/build/tools/dev-cleanup.sh [new file with mode: 0755]
ndk/build/tools/dev-defaults.sh [new file with mode: 0644]
ndk/build/tools/dev-platform-compress.sh [new file with mode: 0755]
ndk/build/tools/dev-platform-expand-all.sh [new file with mode: 0755]
ndk/build/tools/dev-platform-expand.sh [new file with mode: 0755]
ndk/build/tools/dev-platform-import.sh [new file with mode: 0755]
ndk/build/tools/dev-rebuild-ndk.sh [new file with mode: 0755]
ndk/build/tools/dev-system-import.sh [new file with mode: 0755]
ndk/build/tools/download-toolchain-sources.sh [new file with mode: 0755]
ndk/build/tools/find-case-duplicates.sh [new file with mode: 0755]
ndk/build/tools/gen-platforms.sh [new file with mode: 0755]
ndk/build/tools/gen-system-symbols.sh [new file with mode: 0755]
ndk/build/tools/gen-toolchain-wrapper.sh [new file with mode: 0755]
ndk/build/tools/make-release.sh [new file with mode: 0755]
ndk/build/tools/make-standalone-toolchain.sh [new file with mode: 0755]
ndk/build/tools/ndk-ccache-g++.sh [new file with mode: 0755]
ndk/build/tools/ndk-ccache-gcc.sh [new file with mode: 0755]
ndk/build/tools/ndk-common.sh [new file with mode: 0644]
ndk/build/tools/package-release.sh [new file with mode: 0755]
ndk/build/tools/patch-sources.sh [new file with mode: 0755]
ndk/build/tools/prebuilt-common.sh [new file with mode: 0644]
ndk/build/tools/rebuild-all-prebuilt.sh [new file with mode: 0755]
ndk/build/tools/toolchain-licenses/COPYING [new file with mode: 0644]
ndk/build/tools/toolchain-licenses/COPYING.LIB [new file with mode: 0644]
ndk/build/tools/toolchain-licenses/COPYING.RUNTIME [new file with mode: 0644]
ndk/build/tools/toolchain-licenses/COPYING3 [new file with mode: 0644]
ndk/build/tools/toolchain-licenses/COPYING3.LIB [new file with mode: 0644]
ndk/build/tools/toolchain-patches-host/mingw-w64/mingw-w64-widl.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0001-Disable-sincos-optimization.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0002-Enable-C-exceptions-and-RTTI-by-default.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0005-Simplify-gcc-BASE-VER-to-make-clang-easier-to-find-l.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0010-Fix-PR-target-63209.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0012-Don-t-define-__fp16-for-clang.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/mclinker/0001-Revert-Fix-build-with-llvm-trunk.-to-build-with-llvm.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/mclinker/0002-Fixed-darwin-ld.mcld-GNU-m-emulation-fail.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/mclinker/0003-Allow-multiple-of-the-same-options.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/mclinker/0004-Fix-build-FileSystem.cpp.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/mclinker/0005-Add-crc32-for-mingw.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/mclinker/0006-Fix-mingw-and-darwin-builds.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/mclinker/0007-Add-fix-cortex-a53-835769.patch [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm/libc.so.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm/libc.so.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm/libgcc.a.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm/libgcc.a.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm64/libc.so.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm64/libc.so.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm64/libgcc.a.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/arm64/libgcc.a.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/mips/libc.so.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/mips/libc.so.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/mips/libgcc.a.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/mips/libgcc.a.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/mips64/libc.so.functions.txt [new symlink]
ndk/build/tools/unwanted-symbols/mips64/libc.so.variables.txt [new symlink]
ndk/build/tools/unwanted-symbols/mips64/libgcc.a.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/mips64/libgcc.a.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/x86/libc.so.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/x86/libc.so.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/x86/libgcc.a.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/x86/libgcc.a.variables.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/x86_64/libc.so.functions.txt [new symlink]
ndk/build/tools/unwanted-symbols/x86_64/libc.so.variables.txt [new symlink]
ndk/build/tools/unwanted-symbols/x86_64/libgcc.a.functions.txt [new file with mode: 0644]
ndk/build/tools/unwanted-symbols/x86_64/libgcc.a.variables.txt [new file with mode: 0644]
ndk/docs/Additional_library_docs/openmaxal/OpenMAX_AL_1_0_1_Specification.pdf [new file with mode: 0644]
ndk/docs/Additional_library_docs/openmaxal/chart3.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/openmaxal/chart4.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/openmaxal/index.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/opensles/OpenSL_ES_Specification_1.0.1.pdf [new file with mode: 0644]
ndk/docs/Additional_library_docs/opensles/chart1.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/opensles/chart2.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/opensles/index.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/RenderScript_8h_source.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/annotated.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/bc_s.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Allocation.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Allocation.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1BaseObj.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1BaseObj.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Byte2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Byte3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Byte4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Double2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Double3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Double4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Element.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Element.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Element_1_1Builder.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1FieldPacker.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Float2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Float3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Float4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Int2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Int3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Int4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Long2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Long3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Long4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1RS.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Sampler.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Sampler.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Script.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Script.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptC.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptC.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsic.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsic.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsic3DLUT.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsic3DLUT.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicBlend.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicBlur.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicBlur.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicColorMatrix.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicColorMatrix.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicConvolve3x3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicConvolve3x3.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicConvolve5x5.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicConvolve5x5.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicHistogram.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicHistogram.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicLUT.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicLUT.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicYuvToRGB.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ScriptIntrinsicYuvToRGB.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Script_1_1FieldBase.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Short2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Short3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Short4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Type.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Type.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1Type_1_1Builder.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UByte2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UByte3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UByte4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UInt2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UInt3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UInt4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ULong2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ULong3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1ULong4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UShort2.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UShort3.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classandroid_1_1RSC_1_1UShort4.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/classes.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/closed.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/doxygen.css [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/doxygen.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/files.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/functions.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/functions_func.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/hierarchy.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/index.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/jquery.js [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/nav_f.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/nav_h.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/open.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/rsCppStructs_8h_source.html [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/tab_a.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/tab_b.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/tab_h.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/tab_s.png [new file with mode: 0644]
ndk/docs/Additional_library_docs/renderscript/tabs.css [new file with mode: 0644]
ndk/docs/Change_Log.html [new file with mode: 0644]
ndk/docs/Getting_Started/html/bc_s.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/bdwn.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/closed.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/doxygen.css [new file with mode: 0644]
ndk/docs/Getting_Started/html/doxygen.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/dynsections.js [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2blank.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2cl.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2doc.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2folderclosed.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2folderopen.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2lastnode.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2link.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2mlastnode.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2mnode.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2mo.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2node.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2ns.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2plastnode.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2pnode.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2splitbar.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/ftv2vertline.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/images/Figure_1.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/images/Figure_2.png [new file with mode: 0755]
ndk/docs/Getting_Started/html/images/Figure_3.png [new file with mode: 0755]
ndk/docs/Getting_Started/html/index.html [new file with mode: 0644]
ndk/docs/Getting_Started/html/jquery.js [new file with mode: 0644]
ndk/docs/Getting_Started/html/menu_Add_Native_Support.png [new file with mode: 0755]
ndk/docs/Getting_Started/html/nav_f.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/nav_g.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/nav_h.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/open.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/pages.html [new file with mode: 0644]
ndk/docs/Getting_Started/html/sync_off.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/sync_on.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/tab_a.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/tab_b.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/tab_h.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/tab_s.png [new file with mode: 0644]
ndk/docs/Getting_Started/html/tabs.css [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/bc_s.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/bdwn.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/closed.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/doxygen.css [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/doxygen.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/dynsections.js [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2blank.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2cl.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2doc.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2folderclosed.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2folderopen.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2lastnode.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2link.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2mlastnode.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2mnode.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2mo.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2node.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2ns.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2plastnode.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2pnode.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2splitbar.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/ftv2vertline.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/images/NDK_build_string.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/index.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/jquery.js [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_1__concepts__concepts.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_2__samples__samples.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_2__samples_sample--hellojni.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_2__samples_sample--nativeactivity.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_2__samples_samples-teapot.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__building__a_p_p_l_i_c_a_t_i_o_n-_m_k.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__building__chapter_1-section_8__android_8mk.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__building__chapter_1-section_8_ndk-build.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__building__s_t_a_n_d_a_l_o_n_e-_t_o_o_l_c_h_a_i_n.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__building_building.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__c_p_u__support__c_p_u-_a_r_m-_n_e_o_n.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__c_p_u__support__c_p_u-_f_e_a_t_u_r_e_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__c_p_u__support__c_p_u-_m_i_p_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__c_p_u__support__c_p_u-_x86-64.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__c_p_u__support__c_p_u-_x86.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__c_p_u__support__chapter_1-section_8__a_b_is.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__c_p_u__support__instruction_sets_and__c_p_us.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__debugging__n_d_k-_g_d_b.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__debugging__n_d_k-_s_t_a_c_k.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__debugging_debugging.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__libraries__c_p_l_u_s_p_l_u_s-_s_u_p_p_o_r_t.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__libraries__p_r_e_b_u_i_l_t_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__libraries__s_t_a_b_l_e-_a_p_i_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_3__key__topics__libraries_libraries.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_4__additional__info__a_n_d_r_o_i_d-_a_t_o_m_i_c_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_4__additional__info__additional__info.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_4__additional__info__i_m_p_o_r_t-_m_o_d_u_l_e.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_4__additional__info__l_i_c_e_n_s_e_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_4__additional__info__n_d_k-_d_e_p_e_n_d_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md_4__additional__info__s_y_s_t_e_m-_i_s_s_u_e_s.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md__t_o_c.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/md__t_o_c_new.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/nav_f.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/nav_g.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/nav_h.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/navtree.css [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/navtree.js [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/navtreeindex0.js [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/open.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/pages.html [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/resize.js [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/sync_off.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/sync_on.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/tab_a.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/tab_b.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/tab_h.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/tab_s.png [new file with mode: 0644]
ndk/docs/Programmers_Guide/html/tabs.css [new file with mode: 0644]
ndk/docs/Start_Here.html [new file with mode: 0644]
ndk/find-win-host.cmd [new file with mode: 0755]
ndk/ndk-build [new file with mode: 0755]
ndk/ndk-build.cmd [new file with mode: 0755]
ndk/ndk-depends [new file with mode: 0755]
ndk/ndk-gdb [new file with mode: 0755]
ndk/ndk-gdb-py [new file with mode: 0755]
ndk/ndk-gdb-py.cmd [new file with mode: 0755]
ndk/ndk-gdb.py [new file with mode: 0755]
ndk/ndk-stack [new file with mode: 0755]
ndk/ndk-which [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/board-perseus2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/board.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/cpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/dma.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/fpga.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/gpio-switch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/gpio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/hardware.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/io.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/irqs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/mcbsp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/memory.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/mux.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/omap24xx.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/serial.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/timex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/arch/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/domain.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/dyntick.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/fpstate.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/glue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/hardware.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/locks.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/memory.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/pgtable-hwdef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/proc-fns.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/procinfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/sizes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/suspend.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libm_hard.a [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-16/arch-arm/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-16/arch-arm/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/addrspace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/asm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/barrier.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/bootinfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cachectl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cacheops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/checksum.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/compiler.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cpu-info.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/dec/ecc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/dec/ioasic_addrs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/dec/kn02xa.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/dec/system.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/device.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ds1286.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/dsp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/floppy.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/fpregdef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/fw/arc/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/gt64120.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/hazards.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ip32/crime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ip32/mace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/irq_gt641xx.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/irq_regs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/jazz.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/jazzdma.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/kdebug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/lasat/lasat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mach-au1x00/au1000.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mach-au1x00/au1xxx_psc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mach-generic/spaces.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mach-ip22/ds1286.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mips-boards/bonito64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mips-boards/generic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mips-boards/malta.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mips-boards/msc01_pci.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mips_mt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mipsmtregs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mipsregs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mmzone.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/mutex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/pci/bridge.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/pgtable-32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/pgtable-bits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/prefetch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/reg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/regdef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sgi/hpc3.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sgi/ioc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sgi/pi1.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sgiarcs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sibyte/bcm1480_int.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sibyte/bcm1480_scd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sibyte/sb1250.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sibyte/sb1250_int.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sibyte/sb1250_scd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/smp-ops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/addrs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/arch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/hub.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/io.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/ioc3.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/kldir.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/klkernvars.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/addrs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/hubio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/hubmd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/hubni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/hubpi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sn/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/sysmips.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/tlb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/txx9irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/vr41xx/irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/war.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/xtalk/xtalk.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/asm/xtalk/xwidget.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/regdef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/regnum.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/machine/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/libEGL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libandroid.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libc.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/libc.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libdl.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/liblog.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libm.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/libm.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr2/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr2/libz.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/libEGL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libandroid.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libc.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/libc.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libdl.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/liblog.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libm.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/libm.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-16/arch-mips/usr/libr6/libz.a [new file with mode: 0644]
ndk/platforms/android-16/arch-mips/usr/libr6/libz.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/acpi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/acpi_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/alternative.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/alternative_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/apic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/apic_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/apicdef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/apicdef_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/atomic_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/bitops_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/cmpxchg_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/cpufeature.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/cpufeature_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/current_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/desc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/desc_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/desc_defs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/dma-mapping_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/dma_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/dwarf2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/dwarf2_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/e820.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/fixmap_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/genapic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/genapic_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/hardirq_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/highmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/hw_irq_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/i387.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/i387_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ia32_unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/io_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/io_apic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/io_apic_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/irq_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/irqflags.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/irqflags_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ldt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/linkage_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/local_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/math_emu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mc146818rtc_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mmsegment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/module_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mpspec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mpspec_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/mpspec_def.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/msr-index.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/msr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/page_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/paravirt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/pda.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/percpu_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/pgalloc_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/pgtable-2level-defs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/pgtable-2level.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/pgtable_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/posix_types_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/prctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/processor-flags.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/processor_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ptrace-abi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/required-features.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/rwlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/scatterlist_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/segment_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/semaphore_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/smp_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/spinlock_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/string_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/swiotlb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/system_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/thread_info_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/tlbflush_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/tsc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/uaccess_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/unistd_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/user32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/user_32.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/vm86.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/voyager.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/vsyscall.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/asm/xen/hypercall.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-16/arch-x86/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-16/arch-x86/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/board-perseus2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/board.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/cpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/dma.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/fpga.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/gpio-switch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/gpio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/hardware.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/io.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/irqs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/mcbsp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/memory.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/mux.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/omap24xx.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/serial.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/timex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/arch/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/domain.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/dyntick.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/fpstate.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/glue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/hardware.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/locks.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/memory.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/pgtable-hwdef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/proc-fns.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/procinfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/sizes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/suspend.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libm_hard.a [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-17/arch-arm/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-17/arch-arm/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/addrspace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/asm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/barrier.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/bootinfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cachectl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cacheops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/checksum.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/compiler.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cpu-info.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/dec/ecc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/dec/ioasic_addrs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/dec/kn02xa.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/dec/system.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/device.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ds1286.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/dsp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/floppy.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/fpregdef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/fw/arc/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/gt64120.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/hazards.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ip32/crime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ip32/mace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/irq_gt641xx.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/irq_regs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/jazz.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/jazzdma.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/kdebug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/lasat/lasat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mach-au1x00/au1000.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mach-au1x00/au1xxx_psc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mach-generic/spaces.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mach-ip22/ds1286.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mips-boards/bonito64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mips-boards/generic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mips-boards/malta.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mips-boards/msc01_pci.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mips_mt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mipsmtregs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mipsregs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mmzone.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/mutex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/pci/bridge.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/pgtable-32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/pgtable-bits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/prefetch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/reg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/regdef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sgi/hpc3.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sgi/ioc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sgi/pi1.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sgiarcs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sibyte/bcm1480_int.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sibyte/bcm1480_scd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sibyte/sb1250.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sibyte/sb1250_int.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sibyte/sb1250_scd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/smp-ops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/addrs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/arch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/hub.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/io.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/ioc3.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/kldir.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/klkernvars.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/addrs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/hubio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/hubmd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/hubni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/hubpi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sn/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/sysmips.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/tlb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/txx9irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/vr41xx/irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/war.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/xtalk/xtalk.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/asm/xtalk/xwidget.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/regdef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/regnum.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/machine/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/libEGL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libandroid.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libc.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/libc.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libdl.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/liblog.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libm.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/libm.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr2/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr2/libz.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/libEGL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libandroid.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libc.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/libc.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libdl.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/liblog.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libm.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/libm.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-17/arch-mips/usr/libr6/libz.a [new file with mode: 0644]
ndk/platforms/android-17/arch-mips/usr/libr6/libz.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/acpi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/acpi_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/alternative.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/alternative_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/apic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/apic_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/apicdef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/apicdef_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/atomic_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/bitops_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/cmpxchg_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/cpufeature.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/cpufeature_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/current_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/desc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/desc_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/desc_defs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/dma-mapping_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/dma_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/dwarf2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/dwarf2_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/e820.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/fixmap_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/genapic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/genapic_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/hardirq_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/highmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/hw_irq_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/i387.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/i387_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ia32_unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/io_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/io_apic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/io_apic_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/irq_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/irqflags.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/irqflags_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ldt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/linkage_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/local_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/math_emu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mc146818rtc_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mmsegment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/module_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mpspec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mpspec_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/mpspec_def.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/msr-index.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/msr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/page_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/paravirt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/pda.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/percpu_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/pgalloc_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/pgtable-2level-defs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/pgtable-2level.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/pgtable_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/posix_types_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/prctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/processor-flags.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/processor_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ptrace-abi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/required-features.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/rwlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/scatterlist_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/segment_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/semaphore_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/smp_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/spinlock_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/string_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/swiotlb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/system_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/thread_info_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/tlbflush_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/tsc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/uaccess_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/unistd_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/user32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/user_32.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/vm86.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/voyager.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/vsyscall.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/asm/xen/hypercall.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-17/arch-x86/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-17/arch-x86/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/board-perseus2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/board.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/cpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/dma.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/fpga.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/gpio-switch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/gpio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/hardware.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/io.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/irqs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/mcbsp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/memory.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/mux.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/omap24xx.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/serial.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/timex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/arch/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/domain.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/dyntick.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/fpstate.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/glue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/hardware.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/locks.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/memory.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/pgtable-hwdef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/proc-fns.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/procinfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/sizes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/suspend.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libm_hard.a [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-18/arch-arm/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-18/arch-arm/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/addrspace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/asm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/barrier.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/bootinfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cachectl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cacheops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/checksum.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/compiler.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cpu-info.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/dec/ecc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/dec/ioasic_addrs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/dec/kn02xa.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/dec/system.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/device.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ds1286.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/dsp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/floppy.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/fpregdef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/fw/arc/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/gt64120.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/hazards.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ip32/crime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ip32/mace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/irq_gt641xx.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/irq_regs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/jazz.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/jazzdma.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/kdebug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/lasat/lasat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mach-au1x00/au1000.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mach-au1x00/au1xxx_psc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mach-generic/spaces.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mach-ip22/ds1286.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mips-boards/bonito64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mips-boards/generic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mips-boards/malta.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mips-boards/msc01_pci.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mips_mt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mipsmtregs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mipsregs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mmzone.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/mutex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/pci/bridge.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/pgtable-32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/pgtable-bits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/prefetch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/reg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/regdef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sgi/hpc3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sgi/ioc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sgi/pi1.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sgiarcs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sibyte/bcm1480_int.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sibyte/bcm1480_scd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sibyte/sb1250.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sibyte/sb1250_int.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sibyte/sb1250_scd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/smp-ops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/addrs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/arch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/hub.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/io.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/ioc3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/kldir.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/klkernvars.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/addrs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/hubio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/hubmd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/hubni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/hubpi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sn/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/sysmips.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/tlb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/txx9irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/vr41xx/irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/war.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/xtalk/xtalk.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/asm/xtalk/xwidget.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/regdef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/regnum.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/machine/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/libEGL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libandroid.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libc.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/libc.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libdl.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/liblog.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libm.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/libm.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr2/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr2/libz.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/libEGL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libandroid.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libc.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/libc.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libdl.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/liblog.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libm.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/libm.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-18/arch-mips/usr/libr6/libz.a [new file with mode: 0644]
ndk/platforms/android-18/arch-mips/usr/libr6/libz.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/acpi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/acpi_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/alternative.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/alternative_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/apic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/apic_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/apicdef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/apicdef_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/atomic_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/bitops_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/cmpxchg_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/cpufeature.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/cpufeature_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/current_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/desc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/desc_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/desc_defs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/dma-mapping_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/dma_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/dwarf2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/dwarf2_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/e820.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/fixmap_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/genapic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/genapic_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/hardirq_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/highmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/hw_irq_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/i387.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/i387_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ia32_unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/io_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/io_apic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/io_apic_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/irq_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/irqflags.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/irqflags_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ldt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/linkage_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/local_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/math_emu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mc146818rtc_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mmsegment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/module_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mpspec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mpspec_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/mpspec_def.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/msr-index.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/msr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/page_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/paravirt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/pda.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/percpu_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/pgalloc_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/pgtable-2level-defs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/pgtable-2level.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/pgtable_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/posix_types_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/prctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/processor-flags.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/processor_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ptrace-abi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/required-features.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/rwlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/scatterlist_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/segment_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/semaphore_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/smp_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/spinlock_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/string_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/swiotlb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/system_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/thread_info_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/tlbflush_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/tsc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/uaccess_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/unistd_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/user32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/user_32.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/vm86.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/voyager.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/vsyscall.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/asm/xen/hypercall.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-18/arch-x86/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-18/arch-x86/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/board-perseus2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/board.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/cpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/dma.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/fpga.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/gpio-switch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/gpio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/hardware.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/io.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/irqs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/mcbsp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/memory.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/mux.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/omap24xx.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/serial.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/timex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/arch/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/domain.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/dyntick.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/fpstate.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/glue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/hardware.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/locks.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/memory.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/mtd-xip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/pgtable-hwdef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/proc-fns.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/procinfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/sizes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/suspend.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_cl.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libm_hard.a [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-19/arch-arm/usr/lib/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-19/arch-arm/usr/lib/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/addrspace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/asm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/barrier.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/bootinfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cachectl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cacheops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/checksum.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/compiler.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cpu-info.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/dec/ecc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/dec/ioasic_addrs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/dec/kn02xa.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/dec/system.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/device.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ds1286.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/dsp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/floppy.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/fpregdef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/fw/arc/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/gt64120.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/hazards.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ide.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ip32/crime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ip32/mace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/irq_gt641xx.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/irq_regs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/jazz.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/jazzdma.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/kdebug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/lasat/lasat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mach-au1x00/au1000.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mach-au1x00/au1xxx_psc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mach-generic/spaces.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mach-ip22/ds1286.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mips-boards/bonito64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mips-boards/generic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mips-boards/malta.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mips-boards/msc01_pci.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mips_mt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mipsmtregs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mipsregs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mmzone.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/mutex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/pci/bridge.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/pgtable-32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/pgtable-bits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/prefetch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/reg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/regdef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sgi/hpc3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sgi/ioc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sgi/pi1.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sgiarcs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sibyte/bcm1480_int.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sibyte/bcm1480_scd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sibyte/sb1250.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sibyte/sb1250_int.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sibyte/sb1250_scd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/smp-ops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/addrs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/arch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/hub.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/io.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/ioc3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/kldir.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/klkernvars.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/addrs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/hubio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/hubmd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/hubni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/hubpi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sn/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/sysmips.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/timex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/tlb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/topology.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/txx9irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/vga.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/vr41xx/irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/war.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/xtalk/xtalk.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/asm/xtalk/xwidget.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/regdef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/regnum.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/machine/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_cl.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/lib/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/lib/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/libEGL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libandroid.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libc.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/libc.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libdl.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/liblog.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libm.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/libm.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr2/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr2/libz.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/libEGL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libandroid.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libc.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/libc.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libdl.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/liblog.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libm.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/libm.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-19/arch-mips/usr/libr6/libz.a [new file with mode: 0644]
ndk/platforms/android-19/arch-mips/usr/libr6/libz.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/4level-fixup.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/audit_dir_write.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/__ffs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/ffz.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/find.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/fls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/fls64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/le.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/non-atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/bug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/cputime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/emergency-restart.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/futex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/local.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/memory_model.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/mutex-xchg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/pgtable-nopmd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/pgtable-nopud.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/pgtable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/sections.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/tlb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/topology.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm-generic/xor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/acpi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/acpi_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/alternative.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/alternative_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/apic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/apic_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/apicdef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/apicdef_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/atomic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/atomic_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/bitops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/bitops_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/bug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/cache.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/cacheflush.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/cmpxchg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/cmpxchg_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/cpufeature.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/cpufeature_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/cputime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/current.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/current_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/delay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/desc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/desc_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/desc_defs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/div64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/dma-mapping_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/dma.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/dma_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/dwarf2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/dwarf2_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/e820.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/fixmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/fixmap_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/genapic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/genapic_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/hardirq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/hardirq_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/highmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/hw_irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/hw_irq_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/i387.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/i387_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/i8253.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/i8259.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ia32_unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/io.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/io_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/io_apic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/io_apic_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/irq_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/irqflags.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/irqflags_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/kmap_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ldt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/linkage.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/linkage_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/local.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/local_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/math_emu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mc146818rtc_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mmsegment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mmu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/module.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/module_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mpspec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mpspec_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/mpspec_def.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/msr-index.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/msr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/page.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/page_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/paravirt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/pda.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/percpu_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/pgalloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/pgalloc_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/pgtable-2level-defs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/pgtable-2level.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/pgtable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/pgtable_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/posix_types_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/prctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/processor-flags.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/processor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/processor_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ptrace-abi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/required-features.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/rwlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/scatterlist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/scatterlist_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/sections.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/segment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/segment_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/semaphore.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/semaphore_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/shmparam.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/smp_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/spinlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/spinlock_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/string_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/swiotlb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/system.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/system_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/thread_info.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/thread_info_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/tlbflush.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/tlbflush_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/tsc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/uaccess.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/uaccess_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/unaligned.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/unistd_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/user32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/user_32.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/vm86.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/voyager.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/vsyscall.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/asm/xen/hypercall.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/akm8976.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/android_pmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/android_power.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ata.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/attribute_container.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/autoconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/backing-dev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/bio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/bitmap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/bitops.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/blkdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/blockgroup_lock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/byteorder/generic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/byteorder/swab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/byteorder/swabb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/cache.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/calc64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/cdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/circ_buf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/clk.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/coda_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/compat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/compiler-gcc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/completion.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/config.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/console_struct.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/cpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/cpumask.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/debug_locks.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/delay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/device.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/dma-mapping.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/dmaengine.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/efs_dir.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/efs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/elevator.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/etherdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ext2_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ext3_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ftape.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/genhd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/gfp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/hardirq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/hdsmart.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/highmem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/hil.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_tr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/init.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/interrupt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ioport.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ipmi_smi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/irq.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/irq_cpustat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/irqflags.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/irqreturn.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/jbd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/jiffies.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kernel_stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/key.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/klist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kmod.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kobject.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/kref.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ktime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/linkage.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/list.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/lockd/nlm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/lockd/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/lockdep.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mc146818rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mca.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mempool.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/miscdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mmc/card.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mmc/host.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mmc/mmc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mmzone.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mod_devicetable.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/moduleparam.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/msm_adsp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/msm_audio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/msm_mdp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mt9t013.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/bbm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/blktrans.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/cfi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/cfi_endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/compatmac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/flashchip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/map.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/mtd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/nand.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/nand_ecc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/nftl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/onenand_regs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtd/partitions.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mutex-debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/mutex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ip_conntrack_tuple.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ip_nat_rule.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ip_queue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TOS.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_comment.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dccp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_dscp_.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_helper.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_iprange.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_owner.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_realm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_recent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_sctp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_state.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv4/ipt_tos_.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_esp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_length.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_mac.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_owner.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_physdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfs_xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/auth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/const.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/interface.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nfsd/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/node.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nodemask.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/notifier.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/numa.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/omap_csmi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pagemap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pci_ids.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/percpu.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/percpu_counter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/platform_device.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/plist.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/pnp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/posix_acl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/preempt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/proc_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/qic117.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/raid/md.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/raid/md_k.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/raid/xor.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/rbtree.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/rcupdate.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/relay.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/rwsem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/seq_file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/seqlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/skbuff.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/slab.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/smb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/smp_lock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/spinlock.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/spinlock_api_smp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/spinlock_api_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/spinlock_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/spinlock_types_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/spinlock_up.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/stacktrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/stringify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/auth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/auth_gss.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/clnt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/gss_api.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/gss_asn1.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/gss_err.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/msg_prot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/stats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/svc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/svcauth.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/timer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/xdr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sunrpc/xprt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/swap.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sysdev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/sysfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/taskstats_kern.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/textsearch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/thread_info.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/threads.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/timer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/transport_class.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ufs_fs_i.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/ufs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/usb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/usb_ch9.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/vfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/videodev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/vmalloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/vt_buffer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/workqueue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/zconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/zlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/cdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/internal_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/kernel.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/mtd/mtd-abi.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/mtd/mtd-user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_cl.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sha1.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/_errdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/_sigdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/_system_properties.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/_types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/_wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/atomics.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/dirent.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/exec_elf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/linux-syscalls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/timeb.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-19/arch-x86/usr/lib/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-19/arch-x86/usr/lib/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES3/gl31.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/dlext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/ar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/arpa/nameser_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/int-l64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/int-ll64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/shmparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/signal-defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm-generic/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/hwcap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/perf_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/complex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/ftw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/adb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/adfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/affs_hardblocks.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/agpgart.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/arcfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atm_eni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atm_he.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atm_idt77105.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atm_nicstar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atm_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atm_zatm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmarp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmbr2684.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmclip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmlec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmmpc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/atmsvc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/audit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/auto_fs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ax25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/b1lli.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/baycom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/bcache.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/bcm933xx_hcs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/bfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/blktrace_api.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/bpqether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/bsg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/btrfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/caif/caif_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/caif/if_caif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/can.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/can/bcm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/can/error.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/can/gw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/can/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/can/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cciss_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cciss_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cgroupstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/chio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cifs/cifs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cm4000_cs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cn_proc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/coda_psdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/coff.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/connector.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/const.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cramfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cuda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cyclades.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/cycx_cfm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dcbnl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dlm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dlm_device.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dlm_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dlm_plock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dlmconstants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dm-log-userspace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dqblk_xfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/ca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/dmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/frontend.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/osd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/dvb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/edd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/elf-fdpic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/elfcore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ethtool.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/eventpoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/falloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fanotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fib_rules.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fiemap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/firewire-cdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/firewire-constants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/flat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fsl_hypervisor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/fuse.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/gameport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/gen_stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/genetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/genwqe/genwqe_card.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/gfs2_ondisk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/gigaset_dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hash_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hdlc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hdlcdrv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hiddev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hidraw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hpet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hsi/hsi_char.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hsr_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/hysdn_if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/i2c-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/i2o-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/i8k.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/icmpv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_addr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_addrlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_alg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_bonding.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_cablemodem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_eql.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_frad.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_infiniband.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_ltalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_plip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_pppol2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_pppolac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_pppopns.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_pppox.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_slip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_team.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/if_x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/igmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/in_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/inet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ion.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ip6_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ip_vs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ipmi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ipsec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ipv6_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/irda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/irqnr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/isdn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/isdn/capicmd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/isdn_divertif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/isdn_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/isdnif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/iso_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ivtv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ivtvfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ixjuser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/jffs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/joystick.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kernel-page-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/keyctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/libc-compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/llc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/lp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/map_to_7segment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/matroxfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/media.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mei.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/meye.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mic_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mic_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mii.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/minix_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mmc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mmtimer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mroute.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mroute6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/n_r3964.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nbd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ncp_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/neighbour.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/net_dropmon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/net_tstamp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/ipset/ip_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/ipset/ip_set_bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/ipset/ip_set_hash.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/ipset/ip_set_list.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nf_tables_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink_acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink_cthelper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink_cttimeout.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/nfnetlink_queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_AUDIT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_CHECKSUM.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_CONNMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_CT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_HMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_IDLETIMER.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_LED.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_MARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_NFLOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_RATEEST.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_SYNPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_TCPOPTSTRIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_TEE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_TPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_bpf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_cgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_cluster.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_connlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_connlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_connmark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_cpu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_devgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_dscp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_ipcomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_iprange.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_ipvs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_mark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_nfacct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_osf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_owner.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_policy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_rateest.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_recent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_rpfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter/xt_u32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_arp/arpt_mangle.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_802_3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_among.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_arpreply.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_mark_m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_mark_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_nflog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_redirect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_stp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_ulog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebt_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ebtables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_decnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv4/ipt_ttl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_HL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_NPT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_hl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_mh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netlink_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/netrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs4_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs_idmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfsd/cld.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nl80211.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nubus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nvme.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/omap3isp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/omapfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/oom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/openvswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/packet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/parport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/perf_event.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/phantom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pktcdvd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pmu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ppp-comp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ppp-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/pps.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ptp_clock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/qnx4_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/radeonfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/rds.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/reiserfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/reiserfs_xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/rfkill.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/romfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/rose.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/scc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/screen_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sdla.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/seccomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/securebits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/selinux_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/serial.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/snmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sock_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/som.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sonypi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/spi/spidev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/suspend_ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sw_sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/synclink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_csum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_defact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_gact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_ipt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_mirred.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_pedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_ematch/tc_em_cmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_ematch/tc_em_meta.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_ematch/tc_em_nbyte.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tc_ematch/tc_em_text.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tcp_metrics.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tipc_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/toshiba.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/tty_flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/udf_fs_i.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/uhid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/uinput.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/ultrasound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/unix_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/cdc-wdm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/cdc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/ch11.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/ch9.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/f_accessory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/f_mtp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/functionfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/g_printer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/gadgetfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/midi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/tmc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/uuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/uvcvideo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/v4l2-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/v4l2-controls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/v4l2-dv-timings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/v4l2-mediabus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/v4l2-subdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/veth.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/vfio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/vhost.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_9p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_balloon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_blk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_console.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_ring.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/virtio_rng.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/vm_sockets.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/vsp1.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/watchdog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/wimax.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/wimax/i2400m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/xfrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/zorro.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/cpu-features.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/machine/wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/media/NdkMediaCodec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/media/NdkMediaCrypto.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/media/NdkMediaDrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/media/NdkMediaError.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/media/NdkMediaExtractor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/media/NdkMediaFormat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/media/NdkMediaMuxer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_core_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/search.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/stdatomic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/auxv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/glibc-syscalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/statvfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/swap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/timerfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ttydefaults.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/sys/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/uchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/xlocale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libm_hard.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm/usr/lib/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-21/arch-arm/usr/lib/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES3/gl31.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/dlext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/ar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/arpa/nameser_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/int-l64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/int-ll64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/shmparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/signal-defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm-generic/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/hwcap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/complex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/ftw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/adb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/adfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/affs_hardblocks.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/agpgart.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/arcfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atm_eni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atm_he.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atm_idt77105.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atm_nicstar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atm_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atm_zatm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmarp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmbr2684.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmclip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmlec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmmpc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/atmsvc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/audit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/auto_fs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ax25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/b1lli.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/baycom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/bcache.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/bcm933xx_hcs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/bfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/blktrace_api.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/bpqether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/bsg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/btrfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/caif/caif_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/caif/if_caif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/can.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/can/bcm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/can/error.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/can/gw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/can/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/can/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cciss_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cciss_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cgroupstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/chio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cifs/cifs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cm4000_cs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cn_proc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/coda_psdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/coff.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/connector.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/const.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cramfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cuda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cyclades.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/cycx_cfm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dcbnl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dlm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dlm_device.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dlm_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dlm_plock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dlmconstants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dm-log-userspace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dqblk_xfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/ca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/dmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/frontend.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/osd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/dvb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/edd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/elf-fdpic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/elfcore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ethtool.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/eventpoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/falloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fanotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fib_rules.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fiemap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/firewire-cdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/firewire-constants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/flat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fsl_hypervisor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/fuse.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/gameport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/gen_stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/genetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/genwqe/genwqe_card.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/gfs2_ondisk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/gigaset_dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hash_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hdlc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hdlcdrv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hiddev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hidraw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hpet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hsi/hsi_char.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hsr_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/hysdn_if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/i2c-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/i2o-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/i8k.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/icmpv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_addr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_addrlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_alg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_bonding.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_cablemodem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_eql.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_frad.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_infiniband.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_ltalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_plip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_pppol2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_pppolac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_pppopns.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_pppox.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_slip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_team.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/if_x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/igmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/in_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/inet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ion.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ip6_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ip_vs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ipmi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ipsec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ipv6_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/irda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/irqnr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/isdn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/isdn/capicmd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/isdn_divertif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/isdn_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/isdnif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/iso_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ivtv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ivtvfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ixjuser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/jffs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/joystick.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kernel-page-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/keyctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/libc-compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/llc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/lp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/map_to_7segment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/matroxfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/media.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mei.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/meye.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mic_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mic_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mii.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/minix_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mmc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mmtimer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mroute.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mroute6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/n_r3964.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nbd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ncp_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/neighbour.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/net_dropmon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/net_tstamp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/ipset/ip_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/ipset/ip_set_bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/ipset/ip_set_hash.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/ipset/ip_set_list.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nf_tables_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink_acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink_cthelper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink_cttimeout.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/nfnetlink_queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_AUDIT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_CHECKSUM.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_CONNMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_CT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_HMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_IDLETIMER.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_LED.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_MARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_NFLOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_RATEEST.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_SYNPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_TCPOPTSTRIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_TEE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_TPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_bpf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_cgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_cluster.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_connlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_connlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_connmark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_cpu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_devgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_dscp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_ipcomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_iprange.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_ipvs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_mark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_nfacct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_osf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_owner.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_policy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_rateest.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_recent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_rpfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter/xt_u32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_arp/arpt_mangle.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_802_3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_among.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_arpreply.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_mark_m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_mark_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_nflog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_redirect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_stp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_ulog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebt_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ebtables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_decnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv4/ipt_ttl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_HL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_NPT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_hl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_mh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netlink_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/netrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs4_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs_idmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfsd/cld.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nl80211.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nubus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nvme.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/omap3isp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/omapfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/oom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/openvswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/packet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/parport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/perf_event.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/phantom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pktcdvd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pmu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ppp-comp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ppp-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/pps.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ptp_clock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/qnx4_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/radeonfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/rds.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/reiserfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/reiserfs_xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/rfkill.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/romfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/rose.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/scc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/screen_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sdla.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/seccomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/securebits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/selinux_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/serial.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/snmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sock_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/som.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sonypi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/spi/spidev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/suspend_ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sw_sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/synclink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_csum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_defact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_gact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_ipt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_mirred.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_pedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_ematch/tc_em_cmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_ematch/tc_em_meta.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_ematch/tc_em_nbyte.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tc_ematch/tc_em_text.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tcp_metrics.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tipc_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/toshiba.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/tty_flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/udf_fs_i.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/uhid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/uinput.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/ultrasound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/unix_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/cdc-wdm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/cdc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/ch11.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/ch9.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/f_accessory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/f_mtp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/functionfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/g_printer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/gadgetfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/midi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/tmc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/uuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/uvcvideo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/v4l2-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/v4l2-controls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/v4l2-dv-timings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/v4l2-mediabus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/v4l2-subdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/veth.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/vfio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/vhost.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_9p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_balloon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_blk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_console.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_ring.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/virtio_rng.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/vm_sockets.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/vsp1.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/watchdog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/wimax.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/wimax/i2400m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/xfrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/zorro.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/machine/wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/media/NdkMediaCodec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/media/NdkMediaCrypto.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/media/NdkMediaDrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/media/NdkMediaError.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/media/NdkMediaExtractor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/media/NdkMediaFormat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/media/NdkMediaMuxer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_core_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/search.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/stdatomic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/auxv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/glibc-syscalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/statvfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/swap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/timerfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ttydefaults.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/sys/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/uchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/xlocale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-21/arch-arm64/usr/lib/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-21/arch-arm64/usr/lib/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES3/gl31.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/dlext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/ar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/arpa/nameser_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/int-l64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/int-ll64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/shmparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/signal-defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm-generic/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/break.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/inst.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/sysmips.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/complex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/ftw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/adb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/adfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/affs_hardblocks.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/agpgart.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/arcfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atm_eni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atm_he.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atm_idt77105.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atm_nicstar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atm_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atm_zatm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmarp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmbr2684.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmclip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmlec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmmpc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/atmsvc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/audit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/auto_fs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ax25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/b1lli.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/baycom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/bcache.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/bcm933xx_hcs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/bfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/blktrace_api.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/bpqether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/bsg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/btrfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/caif/caif_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/caif/if_caif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/can.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/can/bcm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/can/error.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/can/gw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/can/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/can/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cciss_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cciss_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cgroupstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/chio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cifs/cifs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cm4000_cs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cn_proc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/coda_psdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/coff.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/connector.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/const.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cramfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cuda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cyclades.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/cycx_cfm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dcbnl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dlm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dlm_device.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dlm_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dlm_plock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dlmconstants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dm-log-userspace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dqblk_xfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/ca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/dmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/frontend.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/osd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/dvb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/edd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/elf-fdpic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/elfcore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ethtool.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/eventpoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/falloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fanotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fib_rules.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fiemap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/firewire-cdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/firewire-constants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/flat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fsl_hypervisor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/fuse.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/gameport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/gen_stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/genetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/genwqe/genwqe_card.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/gfs2_ondisk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/gigaset_dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hash_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hdlc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hdlcdrv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hiddev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hidraw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hpet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hsi/hsi_char.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hsr_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/hysdn_if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/i2c-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/i2o-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/i8k.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/icmpv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_addr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_addrlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_alg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_bonding.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_cablemodem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_eql.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_frad.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_infiniband.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_ltalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_plip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_pppol2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_pppolac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_pppopns.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_pppox.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_slip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_team.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/if_x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/igmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/in_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/inet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ion.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ip6_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ip_vs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ipmi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ipsec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ipv6_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/irda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/irqnr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/isdn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/isdn/capicmd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/isdn_divertif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/isdn_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/isdnif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/iso_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ivtv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ivtvfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ixjuser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/jffs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/joystick.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kernel-page-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/keyctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/libc-compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/llc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/lp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/map_to_7segment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/matroxfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/media.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mei.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/meye.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mic_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mic_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mii.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/minix_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mmc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mmtimer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mroute.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mroute6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/n_r3964.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nbd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ncp_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/neighbour.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/net_dropmon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/net_tstamp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/ipset/ip_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/ipset/ip_set_bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/ipset/ip_set_hash.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/ipset/ip_set_list.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nf_tables_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink_acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink_cthelper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink_cttimeout.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/nfnetlink_queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_AUDIT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_CHECKSUM.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_CONNMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_CT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_HMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_IDLETIMER.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_LED.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_MARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_NFLOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_RATEEST.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_SYNPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_TCPOPTSTRIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_TEE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_TPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_bpf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_cgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_cluster.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_connlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_connlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_connmark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_cpu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_devgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_dscp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_ipcomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_iprange.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_ipvs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_mark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_nfacct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_osf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_owner.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_policy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_rateest.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_recent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_rpfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter/xt_u32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_arp/arpt_mangle.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_802_3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_among.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_arpreply.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_mark_m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_mark_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_nflog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_redirect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_stp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_ulog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebt_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ebtables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_decnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv4/ipt_ttl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_HL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_NPT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_hl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_mh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netlink_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/netrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs4_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs_idmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfsd/cld.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nl80211.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nubus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nvme.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/omap3isp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/omapfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/oom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/openvswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/packet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/parport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/perf_event.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/phantom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pktcdvd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pmu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ppp-comp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ppp-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/pps.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ptp_clock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/qnx4_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/radeonfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/rds.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/reiserfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/reiserfs_xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/rfkill.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/romfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/rose.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/scc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/screen_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sdla.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/seccomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/securebits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/selinux_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/serial.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/snmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sock_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/som.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sonypi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/spi/spidev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/suspend_ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sw_sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/synclink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_csum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_defact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_gact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_ipt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_mirred.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_pedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_ematch/tc_em_cmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_ematch/tc_em_meta.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_ematch/tc_em_nbyte.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tc_ematch/tc_em_text.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tcp_metrics.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tipc_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/toshiba.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/tty_flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/udf_fs_i.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/uhid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/uinput.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/ultrasound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/unix_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/cdc-wdm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/cdc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/ch11.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/ch9.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/f_accessory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/f_mtp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/functionfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/g_printer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/gadgetfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/midi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/tmc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/uuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/uvcvideo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/v4l2-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/v4l2-controls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/v4l2-dv-timings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/v4l2-mediabus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/v4l2-subdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/veth.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/vfio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/vhost.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_9p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_balloon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_blk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_console.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_ring.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/virtio_rng.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/vm_sockets.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/vsp1.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/watchdog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/wimax.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/wimax/i2400m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/xfrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/zorro.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/regdef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/regnum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/machine/wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/media/NdkMediaCodec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/media/NdkMediaCrypto.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/media/NdkMediaDrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/media/NdkMediaError.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/media/NdkMediaExtractor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/media/NdkMediaFormat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/media/NdkMediaMuxer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_core_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/search.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/stdatomic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/auxv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/glibc-syscalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/statvfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/swap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/timerfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ttydefaults.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/sys/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/uchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/xlocale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/lib/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/lib/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr2/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr2/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libthread_db.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips/usr/libr6/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips/usr/libr6/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES3/gl31.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/dlext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/ar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/arpa/nameser_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/int-l64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/int-ll64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/shmparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/signal-defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm-generic/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/break.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/inst.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/sysmips.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/complex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/ftw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/adb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/adfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/affs_hardblocks.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/agpgart.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/arcfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atm_eni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atm_he.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atm_idt77105.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atm_nicstar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atm_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atm_zatm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmarp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmbr2684.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmclip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmlec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmmpc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/atmsvc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/audit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/auto_fs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ax25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/b1lli.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/baycom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/bcache.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/bcm933xx_hcs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/bfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/blktrace_api.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/bpqether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/bsg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/btrfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/caif/caif_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/caif/if_caif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/can.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/can/bcm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/can/error.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/can/gw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/can/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/can/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cciss_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cciss_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cgroupstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/chio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cifs/cifs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cm4000_cs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cn_proc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/coda_psdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/coff.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/connector.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/const.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cramfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cuda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cyclades.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/cycx_cfm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dcbnl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dlm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dlm_device.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dlm_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dlm_plock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dlmconstants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dm-log-userspace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dqblk_xfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/ca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/dmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/frontend.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/osd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/dvb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/edd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/elf-fdpic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/elfcore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ethtool.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/eventpoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/falloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fanotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fib_rules.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fiemap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/firewire-cdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/firewire-constants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/flat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fsl_hypervisor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/fuse.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/gameport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/gen_stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/genetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/genwqe/genwqe_card.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/gfs2_ondisk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/gigaset_dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hash_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hdlc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hdlcdrv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hiddev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hidraw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hpet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hsi/hsi_char.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hsr_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/hysdn_if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/i2c-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/i2o-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/i8k.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/icmpv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_addr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_addrlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_alg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_bonding.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_cablemodem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_eql.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_frad.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_infiniband.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_ltalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_plip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_pppol2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_pppolac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_pppopns.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_pppox.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_slip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_team.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/if_x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/igmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/in_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/inet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ion.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ip6_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ip_vs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ipmi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ipsec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ipv6_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/irda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/irqnr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/isdn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/isdn/capicmd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/isdn_divertif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/isdn_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/isdnif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/iso_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ivtv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ivtvfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ixjuser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/jffs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/joystick.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kernel-page-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/keyctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/libc-compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/llc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/lp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/map_to_7segment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/matroxfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/media.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mei.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/meye.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mic_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mic_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mii.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/minix_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mmc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mmtimer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mroute.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mroute6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/n_r3964.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nbd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ncp_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/neighbour.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/net_dropmon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/net_tstamp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/ipset/ip_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/ipset/ip_set_bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/ipset/ip_set_hash.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/ipset/ip_set_list.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nf_tables_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink_acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink_cthelper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink_cttimeout.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/nfnetlink_queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_AUDIT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_CHECKSUM.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_CONNMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_CT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_HMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_IDLETIMER.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_LED.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_MARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_NFLOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_RATEEST.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_SYNPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_TCPOPTSTRIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_TEE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_TPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_bpf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_cgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_cluster.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_connlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_connlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_connmark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_cpu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_devgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_dscp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_ipcomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_iprange.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_ipvs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_mark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_nfacct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_osf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_owner.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_policy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_rateest.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_recent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_rpfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter/xt_u32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_arp/arpt_mangle.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_802_3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_among.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_arpreply.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_mark_m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_mark_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_nflog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_redirect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_stp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_ulog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebt_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ebtables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_decnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv4/ipt_ttl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_HL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_NPT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_hl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_mh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netlink_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/netrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs4_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs_idmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfsd/cld.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nl80211.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nubus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nvme.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/omap3isp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/omapfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/oom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/openvswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/packet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/parport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/perf_event.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/phantom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pktcdvd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pmu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ppp-comp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ppp-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/pps.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ptp_clock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/qnx4_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/radeonfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/rds.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/reiserfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/reiserfs_xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/rfkill.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/romfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/rose.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/scc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/screen_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sdla.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/seccomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/securebits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/selinux_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/serial.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/snmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sock_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/som.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sonypi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/spi/spidev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/suspend_ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sw_sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/synclink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_csum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_defact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_gact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_ipt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_mirred.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_pedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_ematch/tc_em_cmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_ematch/tc_em_meta.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_ematch/tc_em_nbyte.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tc_ematch/tc_em_text.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tcp_metrics.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tipc_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/toshiba.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/tty_flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/udf_fs_i.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/uhid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/uinput.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/ultrasound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/unix_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/cdc-wdm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/cdc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/ch11.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/ch9.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/f_accessory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/f_mtp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/functionfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/g_printer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/gadgetfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/midi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/tmc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/uuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/uvcvideo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/v4l2-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/v4l2-controls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/v4l2-dv-timings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/v4l2-mediabus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/v4l2-subdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/veth.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/vfio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/vhost.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_9p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_balloon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_blk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_console.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_ring.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/virtio_rng.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/vm_sockets.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/vsp1.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/watchdog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/wimax.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/wimax/i2400m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/xfrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/zorro.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/regdef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/regnum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/machine/wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/media/NdkMediaCodec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/media/NdkMediaCrypto.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/media/NdkMediaDrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/media/NdkMediaError.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/media/NdkMediaExtractor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/media/NdkMediaFormat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/media/NdkMediaMuxer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_core_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/search.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sgidefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/stdatomic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/auxv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/glibc-syscalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/statvfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/swap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/timerfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ttydefaults.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/sys/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/uchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/xlocale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/lib64r2/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr2/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr2/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-mips64/usr/libr6/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-mips64/usr/libr6/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES3/gl31.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/dlext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/ar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/arpa/nameser_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/int-l64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/int-ll64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/shmparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/signal-defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm-generic/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/boot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/bootparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/debugreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/e820.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/hyperv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ist.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ldt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/mce.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/msr-index.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/msr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/mtrr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/perf_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/posix_types_32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/posix_types_64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/posix_types_x32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/processor-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ptrace-abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/sigcontext32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/svm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/unistd_32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/unistd_64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/unistd_x32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/vm86.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/vmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/asm/vsyscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/complex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/ftw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/i386/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/adb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/adfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/affs_hardblocks.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/agpgart.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/arcfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atm_eni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atm_he.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atm_idt77105.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atm_nicstar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atm_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atm_zatm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmarp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmbr2684.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmclip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmlec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmmpc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/atmsvc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/audit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/auto_fs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ax25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/b1lli.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/baycom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/bcache.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/bcm933xx_hcs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/bfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/blktrace_api.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/bpqether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/bsg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/btrfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/caif/caif_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/caif/if_caif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/can.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/can/bcm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/can/error.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/can/gw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/can/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/can/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cciss_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cciss_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cgroupstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/chio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cifs/cifs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cm4000_cs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cn_proc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/coda_psdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/coff.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/connector.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/const.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cramfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cuda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cyclades.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/cycx_cfm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dcbnl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dlm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dlm_device.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dlm_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dlm_plock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dlmconstants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dm-log-userspace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dqblk_xfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/ca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/dmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/frontend.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/osd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/dvb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/edd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/elf-fdpic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/elfcore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ethtool.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/eventpoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/falloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fanotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fib_rules.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fiemap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/firewire-cdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/firewire-constants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/flat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fsl_hypervisor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/fuse.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/gameport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/gen_stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/genetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/genwqe/genwqe_card.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/gfs2_ondisk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/gigaset_dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hash_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hdlc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hdlcdrv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hiddev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hidraw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hpet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hsi/hsi_char.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hsr_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/hysdn_if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/i2c-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/i2o-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/i8k.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/icmpv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_addr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_addrlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_alg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_bonding.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_cablemodem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_eql.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_frad.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_infiniband.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_ltalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_plip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_pppol2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_pppolac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_pppopns.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_pppox.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_slip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_team.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/if_x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/igmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/in_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/inet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ion.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ip6_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ip_vs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ipmi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ipsec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ipv6_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/irda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/irqnr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/isdn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/isdn/capicmd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/isdn_divertif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/isdn_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/isdnif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/iso_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ivtv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ivtvfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ixjuser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/jffs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/joystick.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kernel-page-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/keyctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/libc-compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/llc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/lp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/map_to_7segment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/matroxfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/media.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mei.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/meye.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mic_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mic_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mii.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/minix_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mmc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mmtimer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mroute.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mroute6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/n_r3964.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nbd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ncp_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/neighbour.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/net_dropmon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/net_tstamp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/ipset/ip_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/ipset/ip_set_bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/ipset/ip_set_hash.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/ipset/ip_set_list.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nf_tables_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink_acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink_cthelper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink_cttimeout.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/nfnetlink_queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_AUDIT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_CHECKSUM.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_CONNMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_CT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_HMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_IDLETIMER.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_LED.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_MARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_NFLOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_RATEEST.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_SYNPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_TCPOPTSTRIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_TEE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_TPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_bpf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_cgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_cluster.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_connlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_connlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_connmark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_cpu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_devgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_dscp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_ipcomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_iprange.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_ipvs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_mark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_nfacct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_osf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_owner.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_policy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_rateest.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_recent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_rpfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter/xt_u32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_arp/arpt_mangle.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_802_3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_among.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_arpreply.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_mark_m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_mark_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_nflog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_redirect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_stp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_ulog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebt_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ebtables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_decnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ipt_ttl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_HL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_NPT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_hl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_mh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netlink_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/netrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs4_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs_idmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfsd/cld.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nl80211.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nubus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nvme.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/omap3isp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/omapfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/oom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/openvswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/packet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/parport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/perf_event.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/phantom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pktcdvd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pmu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ppp-comp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ppp-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/pps.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ptp_clock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/qnx4_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/radeonfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/rds.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/reiserfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/reiserfs_xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/rfkill.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/romfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/rose.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/scc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/screen_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sdla.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/seccomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/securebits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/selinux_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/serial.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/snmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sock_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/som.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sonypi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/spi/spidev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/suspend_ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sw_sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/synclink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_csum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_defact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_gact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_ipt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_mirred.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_pedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_ematch/tc_em_cmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_ematch/tc_em_meta.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_ematch/tc_em_nbyte.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tc_ematch/tc_em_text.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tcp_metrics.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tipc_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/toshiba.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/tty_flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/udf_fs_i.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/uhid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/uinput.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/ultrasound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/unix_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/cdc-wdm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/cdc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/ch11.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/ch9.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/f_accessory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/f_mtp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/functionfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/g_printer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/gadgetfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/midi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/tmc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/uuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/uvcvideo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/v4l2-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/v4l2-controls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/v4l2-dv-timings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/v4l2-mediabus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/v4l2-subdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/veth.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/vfio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/vhost.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_9p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_balloon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_blk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_console.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_ring.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/virtio_rng.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/vm_sockets.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/vsp1.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/watchdog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/wimax.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/wimax/i2400m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/xfrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/zorro.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/machine/wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/media/NdkMediaCodec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/media/NdkMediaCrypto.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/media/NdkMediaDrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/media/NdkMediaError.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/media/NdkMediaExtractor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/media/NdkMediaFormat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/media/NdkMediaMuxer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_core_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/search.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/stdatomic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/auxv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/glibc-syscalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/statvfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/swap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/timerfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ttydefaults.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/sys/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/uchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/xlocale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86/usr/lib/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-21/arch-x86/usr/lib/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/EGL/egl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/EGL/eglext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/EGL/eglplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES/gl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES/glext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES/glplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES2/gl2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES2/gl2ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES2/gl2platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES3/gl3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES3/gl31.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES3/gl3ext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/GLES3/gl3platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/KHR/khrplatform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/OMXAL/OpenMAXAL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/OMXAL/OpenMAXAL_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/OMXAL/OpenMAXAL_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/SLES/OpenSLES.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/SLES/OpenSLES_Android.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/SLES/OpenSLES_AndroidConfiguration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/SLES/OpenSLES_AndroidMetadata.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/SLES/OpenSLES_Platform.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/alloca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/api-level.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/asset_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/asset_manager_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/configuration.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/dlext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/keycodes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/looper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/native_activity.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/native_window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/native_window_jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/obb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/rect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/sensor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/storage_manager.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/tts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/android/window.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/ar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/arpa/inet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/arpa/nameser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/arpa/nameser_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/arpa/telnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/errno-base.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/int-l64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/int-ll64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/mman-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/shmparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/signal-defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm-generic/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/bitsperlong.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/boot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/bootparam.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/byteorder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/debugreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/e820.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/hyperv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ipcbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ist.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ldt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/mce.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/msgbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/msr-index.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/msr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/mtrr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/perf_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/posix_types_32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/posix_types_64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/posix_types_x32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/processor-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ptrace-abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/sembuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/setup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/shmbuf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/sigcontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/sigcontext32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/siginfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/svm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/termbits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/unistd_32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/unistd_64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/unistd_x32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/vm86.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/vmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/asm/vsyscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/assert.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/byteswap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/complex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/ctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/dirent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/dlfcn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/err.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/features.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/fnmatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/fts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/ftw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/getopt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/grp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/i386/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/inttypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/jni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/lastlog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/libgen.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/a.out.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/adb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/adfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/affs_hardblocks.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/agpgart.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/aio_abi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/android_alarm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/apm_bios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/arcfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ashmem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atm_eni.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atm_he.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atm_idt77105.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atm_nicstar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atm_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atm_zatm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmarp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmbr2684.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmclip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmioc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmlec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmmpc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmsap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/atmsvc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/audit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/auto_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/auto_fs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/auxvec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ax25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/b1lli.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/baycom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/bcache.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/bcm933xx_hcs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/bfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/binder.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/binfmts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/blkpg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/blktrace_api.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/bpqether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/bsg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/btrfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/byteorder/big_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/byteorder/little_endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/caif/caif_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/caif/if_caif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/can.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/can/bcm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/can/error.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/can/gw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/can/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/can/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/capi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cciss_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cciss_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cdrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cgroupstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/chio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cifs/cifs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cm4000_cs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cn_proc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/coda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/coda_psdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/coff.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/compiler.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/connector.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/const.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cramfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cuda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cyclades.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/cycx_cfm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dcbnl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dlm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dlm_device.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dlm_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dlm_plock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dlmconstants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dm-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dm-log-userspace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dqblk_xfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/ca.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/dmx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/frontend.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/osd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/dvb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/edd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/efs_fs_sb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/elf-em.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/elf-fdpic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/elfcore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/errqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ethtool.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/eventpoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fadvise.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/falloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fanotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fcntl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fib_rules.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fiemap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/filter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/firewire-cdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/firewire-constants.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/flat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fsl_hypervisor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/fuse.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/futex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/gameport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/gen_stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/genetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/genwqe/genwqe_card.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/gfs2_ondisk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/gigaset_dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hash_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hdlc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hdlc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hdlcdrv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hdreg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hiddev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hidraw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hpet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hsi/hsi_char.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hsr_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hw_breakpoint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/hysdn_if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/i2c-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/i2c.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/i2o-dev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/i8k.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/icmpv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_addr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_addrlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_alg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_arcnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_bonding.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_cablemodem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_eql.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_fc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_fddi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_frad.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_hippi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_infiniband.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_link.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_ltalk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_plip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_pppol2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_pppolac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_pppopns.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_pppox.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_slip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_team.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_tun.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/if_x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/igmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/in_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/inet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/input.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ion.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ioprio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ip6_tunnel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ip_vs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ipmi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ipmi_msgdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ipsec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ipv6_route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ipx.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/irda.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/irqnr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/isdn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/isdn/capicmd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/isdn_divertif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/isdn_ppp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/isdnif.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/iso_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ivtv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ivtvfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ixjuser.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/jffs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/joystick.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kdev_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kernel-page-flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kernel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kernelcapi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kexec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/keyboard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/keychord.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/keyctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kvm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/kvm_para.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/libc-compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/llc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/loop.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/lp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/magic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/major.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/map_to_7segment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/matroxfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/media.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mei.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mempolicy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/meye.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mic_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mic_ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mii.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/minix_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mmc/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mmtimer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/module.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mqueue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mroute.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mroute6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/msdos_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/mtio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/n_r3964.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nbd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ncp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ncp_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ncp_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ncp_no.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/neighbour.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/net_dropmon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/net_tstamp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netdevice.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ipset/ip_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ipset/ip_set_bitmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ipset/ip_set_hash.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ipset/ip_set_list.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_conntrack_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_conntrack_ftp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_conntrack_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_conntrack_tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_conntrack_tuple_common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nf_tables_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink_acct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink_cthelper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink_cttimeout.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/nfnetlink_queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/x_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_AUDIT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_CHECKSUM.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_CLASSIFY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_CONNMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_CONNSECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_CT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_DSCP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_HMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_IDLETIMER.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_LED.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_MARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_NFLOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_NFQUEUE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_RATEEST.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_SYNPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_TCPMSS.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_TCPOPTSTRIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_TEE.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_TPROXY.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_addrtype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_bpf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_cgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_cluster.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_comment.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_connbytes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_connlabel.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_connlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_connmark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_conntrack.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_cpu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_dccp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_devgroup.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_dscp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_esp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_hashlimit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_helper.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_ipcomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_iprange.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_ipvs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_l2tp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_length.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_mac.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_mark.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_multiport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_nfacct.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_osf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_owner.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_physdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_policy.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_rateest.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_realm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_recent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_rpfilter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_set.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_state.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_statistic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_tcpmss.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_tcpudp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/xt_u32.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_arp/arp_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_arp/arpt_mangle.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_802_3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_among.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_arpreply.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_limit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_log.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_mark_m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_mark_t.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_nflog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_pkttype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_redirect.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_stp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_ulog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebt_vlan.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ebtables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_decnet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ip_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_ECN.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_ULOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_ecn.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ipt_ttl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6_tables.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_HL.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_LOG.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_NPT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_ah.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_frag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_hl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_mh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_opts.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv6/ip6t_rt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netlink_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/netrom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs3.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs4.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs4_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs_idmap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfs_mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfsacl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfsd/cld.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfsd/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfsd/export.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfsd/nfsfh.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nfsd/stats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nl80211.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nubus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nvme.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/nvram.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/omap3isp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/omapfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/oom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/openvswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/packet_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/parport.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/patchkey.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pci_regs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/perf_event.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pfkeyv2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/phantom.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/phonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pkt_cls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pkt_sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pktcdvd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pmu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/posix_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ppdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ppp-comp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ppp-ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ppp_defs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/pps.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ptp_clock.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/qnx4_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/qnxtypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/quota.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/radeonfb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/raid/md_p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/raid/md_u.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/random.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/raw.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/rds.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/reiserfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/reiserfs_xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/rfkill.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/romfs_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/rose.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/rtc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/rtnetlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/scc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/screen_info.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sctp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sdla.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/seccomp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/securebits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/selinux_netlink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/serial.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/serial_core.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/serial_reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/serio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/snmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sock_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sockios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/som.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sonet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sonypi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/soundcard.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/spi/spidev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/stddef.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sunrpc/debug.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/suspend_ioctls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sw_sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/swab.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sync.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/synclink.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sysctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/taskstats.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_csum.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_defact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_gact.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_ipt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_mirred.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_nat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_pedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_ematch/tc_em_cmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_ematch/tc_em_meta.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_ematch/tc_em_nbyte.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tc_ematch/tc_em_text.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tcp_metrics.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/telephony.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tiocl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tipc_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/toshiba.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/tty_flags.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/udf_fs_i.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/uhid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/uinput.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/ultrasound.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/unix_diag.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/audio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/cdc-wdm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/cdc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/ch11.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/ch9.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/f_accessory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/f_mtp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/functionfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/g_printer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/gadgetfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/midi.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/tmc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usb/video.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/usbdevice_fs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/uuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/uvcvideo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/v4l2-common.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/v4l2-controls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/v4l2-dv-timings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/v4l2-mediabus.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/v4l2-subdev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/version.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/veth.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/vfio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/vhost.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/videodev2.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_9p.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_balloon.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_blk.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_config.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_console.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_net.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_pci.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_ring.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/virtio_rng.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/vm_sockets.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/vsp1.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/wanrouter.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/watchdog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/wimax.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/wimax/i2400m.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/wireless.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/x25.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/xfrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/zorro.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/linux/zorro_ids.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/locale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/asm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/elf_machdep.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/exec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/fenv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/fpu.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/ieee.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/machine/wchar_limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/malloc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/math.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/media/NdkMediaCodec.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/media/NdkMediaCrypto.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/media/NdkMediaDrm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/media/NdkMediaError.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/media/NdkMediaExtractor.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/media/NdkMediaFormat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/media/NdkMediaMuxer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/memory.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/mntent.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/ethernet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/ethertypes.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/if.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/if_arp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/if_ieee1394.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/if_packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/if_types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/net/route.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netdb.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/icmp6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/if_ether.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/in.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/in6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/in_systm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/ip.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/ip6.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/ip_icmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/tcp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netinet/udp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/netpacket/packet.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/nsswitch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/pathconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/paths.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/pthread.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/pwd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/regex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/resolv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/cpp/RenderScript.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/cpp/rsCppStructs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/cpp/rsDispatch.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/cpp/util/RefBase.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/cpp/util/StrongPointer.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/cpp/util/TypeHelpers.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/rsDefines.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_allocation.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_atomic.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_core.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_core_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_debug.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_element.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_math.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_matrix.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_object.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_quaternion.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_sampler.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_time.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/rs/scriptc/rs_types.rsh [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sched.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/search.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/semaphore.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/setjmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sgtty.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/stdatomic.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/stdint.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/stdio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/stdlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/string.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/strings.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/auxv.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/cachectl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/capability.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/cdefs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/cdefs_elf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/endian.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/epoll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/errno.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/eventfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/file.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/fsuid.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/glibc-syscalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/inotify.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ioctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ioctl_compat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ipc.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/klog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/limits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/mman.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/mount.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/msg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/param.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/personality.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/poll.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/prctl.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ptrace.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/queue.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/reboot.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/reg.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/resource.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/select.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/sem.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/sendfile.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/shm.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/signal.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/signalfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/socket.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/socketcalls.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/stat.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/statfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/statvfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/swap.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/syscall.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/sysconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/sysinfo.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/syslimits.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/sysmacros.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/system_properties.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/timerfd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/times.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/timex.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ttychars.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ttydefaults.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ttydev.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/types.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/uio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/un.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/user.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/utsname.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/vfs.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/vt.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/wait.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/sys/xattr.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/syslog.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/termio.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/termios.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/thread_db.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/time.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/time64.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/uchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/ucontext.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/unistd.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/util.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/utime.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/utmp.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/wchar.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/wctype.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/xlocale.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/zconf.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/include/zlib.h [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libc.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libm.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libstdc++.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libz.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/libz.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/rs/libRSSupport.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/lib64/rs/libRScpp_static.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/rs/libclcore.bc [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/lib64/rs/libcompiler_rt.a [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/libx32/crtbegin_dynamic.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/libx32/crtbegin_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/libx32/crtbegin_static.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/libx32/crtend_android.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/libx32/crtend_so.o [new file with mode: 0644]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libEGL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libGLESv1_CM.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libGLESv2.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libGLESv3.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libOpenMAXAL.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libOpenSLES.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libandroid.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libc.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libdl.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libjnigraphics.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/liblog.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libm.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libmediandk.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libstdc++.so [new file with mode: 0755]
ndk/platforms/android-21/arch-x86_64/usr/libx32/libz.so [new file with mode: 0755]
ndk/prebuilt/android-arm/gdbserver/gdbserver [new file with mode: 0755]
ndk/prebuilt/android-arm64/gdbserver/gdbserver [new file with mode: 0755]
ndk/prebuilt/android-mips/gdbserver/gdbserver [new file with mode: 0755]
ndk/prebuilt/android-mips64/gdbserver/gdbserver [new file with mode: 0755]
ndk/prebuilt/android-x86/gdbserver/gdbserver [new file with mode: 0755]
ndk/prebuilt/android-x86_64/gdbserver/gdbserver [new file with mode: 0755]
ndk/prebuilt/common/gdb/common.setup [new file with mode: 0644]
ndk/prebuilt/common/scan-build/LICENSE.TXT [new file with mode: 0644]
ndk/prebuilt/common/scan-build/c++-analyzer [new file with mode: 0755]
ndk/prebuilt/common/scan-build/ccc-analyzer [new file with mode: 0755]
ndk/prebuilt/common/scan-build/scan-build [new file with mode: 0755]
ndk/prebuilt/common/scan-build/scan-build.bat [new file with mode: 0644]
ndk/prebuilt/common/scan-build/scanview.css [new file with mode: 0644]
ndk/prebuilt/common/scan-build/set-xcode-analyzer [new file with mode: 0755]
ndk/prebuilt/common/scan-build/sorttable.js [new file with mode: 0644]
ndk/prebuilt/common/scan-view/LICENSE.TXT [new file with mode: 0644]
ndk/prebuilt/common/scan-view/Reporter.py [new file with mode: 0644]
ndk/prebuilt/common/scan-view/Resources/FileRadar.scpt [new file with mode: 0644]
ndk/prebuilt/common/scan-view/Resources/GetRadarVersion.scpt [new file with mode: 0644]
ndk/prebuilt/common/scan-view/Resources/bugcatcher.ico [new file with mode: 0644]
ndk/prebuilt/common/scan-view/ScanView.py [new file with mode: 0644]
ndk/prebuilt/common/scan-view/scan-view [new file with mode: 0755]
ndk/prebuilt/common/scan-view/startfile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/bin/2to3 [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/awk [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/idle [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/make [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/perl [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/pydoc [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/python [new symlink]
ndk/prebuilt/linux-x86_64/bin/python-config [new symlink]
ndk/prebuilt/linux-x86_64/bin/python-config.sh [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/python2 [new symlink]
ndk/prebuilt/linux-x86_64/bin/python2-config [new symlink]
ndk/prebuilt/linux-x86_64/bin/python2.7 [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/python2.7-config [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/sed [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/smtpd.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/bin/yasm [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/include/python2.7/Python-ast.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/Python.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/abstract.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/asdl.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/ast.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/bitset.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/boolobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/bufferobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/bytearrayobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/bytes_methods.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/bytesobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/cStringIO.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/cellobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/ceval.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/classobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/cobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/code.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/codecs.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/compile.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/complexobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/datetime.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/descrobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/dictobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/dtoa.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/enumobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/errcode.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/eval.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/fileobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/floatobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/frameobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/funcobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/genobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/graminit.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/grammar.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/import.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/intobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/intrcheck.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/iterobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/listobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/longintrepr.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/longobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/marshal.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/memoryobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/metagrammar.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/methodobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/modsupport.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/moduleobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/node.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/object.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/objimpl.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/opcode.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/osdefs.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/parsetok.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/patchlevel.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pgen.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pgenheaders.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/py_curses.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pyarena.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pycapsule.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pyconfig.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pyctype.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pydebug.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pyerrors.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pyexpat.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pyfpe.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pygetopt.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pymacconfig.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pymactoolbox.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pymath.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pymem.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pyport.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pystate.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pystrcmp.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pystrtod.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pythonrun.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/pythread.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/rangeobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/setobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/sliceobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/stringobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/structmember.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/structseq.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/symtable.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/sysmodule.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/timefuncs.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/token.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/traceback.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/tupleobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/ucnhash.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/unicodeobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/warnings.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/include/python2.7/weakrefobject.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/libpython2.7.a [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/AnyDBM_File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/App/Cpan.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/App/Prove.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/App/Prove/State.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/App/Prove/State/Result.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/App/Prove/State/Result/Test.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Archive/Extract.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Archive/Tar.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Archive/Tar/Constant.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Archive/Tar/File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Attribute/Handlers.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/AutoLoader.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/AutoSplit.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/B/Debug.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/B/Deparse.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/B/Lint.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/B/Lint/Debug.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Benchmark.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Apache.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Carp.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Cookie.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Fast.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Pretty.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Push.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Switch.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CGI/Util.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CORE.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/API/HOWTO.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Author.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Bundle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/CacheMgr.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Complete.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Debug.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/DeferredCode.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Distribution.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Distroprefs.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Distrostatus.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Exception/RecursiveDependency.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Exception/blocked_urllist.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Exception/yaml_not_installed.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Exception/yaml_process_error.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/FTP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/FTP/netrc.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/FirstTime.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/HTTP/Client.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/HTTP/Credentials.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/HandleConfig.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Index.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/InfoObj.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Kwalify.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Kwalify/distroprefs.dd [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Kwalify/distroprefs.yml [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/LWP/UserAgent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/Converter.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/Feature.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/History.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/Prereqs.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/Requirements.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/Spec.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/Validator.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Meta/YAML.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Mirrors.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Module.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Nox.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Prompt.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Queue.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Shell.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Tarzip.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/URL.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPAN/Version.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Backend.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Backend/RV.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Config.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Configure.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Configure/Setup.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Dist.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Dist/Autobundle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Dist/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Dist/Build.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Dist/Build/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Dist/MM.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Dist/Sample.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Error.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/FAQ.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Hacking.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Constants/Report.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Extract.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Fetch.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Report.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Search.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Source.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Source/Memory.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Source/SQLite.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Source/SQLite/Tie.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Utils.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Internals/Utils/Autoflush.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Module.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Module/Author.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Module/Author/Fake.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Module/Checksums.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Module/Fake.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Module/Signature.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Selfupdate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Shell.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Shell/Classic.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Shell/Default.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Shell/Default/Plugins/CustomSource.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Shell/Default/Plugins/HOWTO.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Shell/Default/Plugins/Remote.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/CPANPLUS/Shell/Default/Plugins/Source.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Carp.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Carp/Heavy.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Class/Struct.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Compress/Zlib.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Config/Extensions.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DB.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DBM_Filter.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DBM_Filter/compress.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DBM_Filter/encode.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DBM_Filter/int32.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DBM_Filter/null.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DBM_Filter/utf8.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Devel/InnerPackage.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Devel/SelfStubber.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Digest.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Digest/base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Digest/file.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/DirHandle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Dumpvalue.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/Changes.e2x [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/ConfigLocal_PM.e2x [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/Makefile_PL.e2x [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/PerlIO.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/README.e2x [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/Supported.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/_PM.e2x [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/_T.e2x [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Encode/encode.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/English.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Env.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Exporter.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Exporter/Heavy.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/Unix.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/VMS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/Windows.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/Windows/BCC.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/Windows/GCC.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/Windows/MSVC.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/aix.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/cygwin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/darwin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/dec_osf.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/CBuilder/Platform/os2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Command.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Command/MM.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Constant.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Constant/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Constant/ProxySubs.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Constant/Utils.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Constant/XS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Embed.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Install.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Installed.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Liblist.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Liblist/Kid.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MANIFEST.SKIP [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_AIX.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_Any.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_BeOS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_Cygwin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_DOS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_Darwin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_MacOS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_NW5.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_OS2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_QNX.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_UWIN.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_Unix.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_VMS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_VOS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_Win32.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MM_Win95.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MY.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MakeMaker.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MakeMaker/Config.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MakeMaker/FAQ.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/MakeMaker/Tutorial.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Manifest.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Miniperl.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Mkbootstrap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Mksymlists.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Packlist.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/ParseXS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/ParseXS.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/ParseXS/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/ParseXS/CountLines.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/ParseXS/Utilities.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Typemaps.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Typemaps/Cmd.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Typemaps/InputMap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Typemaps/OutputMap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/Typemaps/Type.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/testlib.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/typemap [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/ExtUtils/xsubpp [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Fatal.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/Basename.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/CheckTree.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/Compare.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/Copy.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/DosGlob.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/Fetch.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/Find.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/GlobMapper.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/Path.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/Temp.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/File/stat.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/FileCache.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/FileHandle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Filter/Simple.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/FindBin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Getopt/Long.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Getopt/Std.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/HTTP/Tiny.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/I18N/Collate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/I18N/LangTags.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/I18N/LangTags/Detect.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/I18N/LangTags/List.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Adapter/Bzip2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Adapter/Deflate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Adapter/Identity.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Base/Common.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Bzip2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Deflate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/FAQ.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Gzip.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Gzip/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/RawDeflate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Zip.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Zip/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Zlib/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Compress/Zlib/Extra.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Adapter/Bunzip2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Adapter/Identity.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Adapter/Inflate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/AnyInflate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/AnyUncompress.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Bunzip2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Gunzip.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Inflate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/RawInflate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Uncompress/Unzip.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IO/Zlib.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IPC/Cmd.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IPC/Open2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/IPC/Open3.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/JSON/PP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/JSON/PP/Boolean.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/API.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Changes.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Constants.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Country.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Country.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Country_Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Country_Retired.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Currency.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Currency.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Currency_Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Currency_Retired.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangExt.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangExt.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangExt_Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangExt_Retired.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangFam.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangFam.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangFam_Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangFam_Retired.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangVar.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangVar.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangVar_Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/LangVar_Retired.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Language.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Language.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Language_Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Language_Retired.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Script.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Script.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Script_Codes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Codes/Script_Retired.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Country.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Country.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Currency.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Currency.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Language.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Language.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Maketext.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Maketext.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Maketext/Cookbook.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Maketext/Guts.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Maketext/GutsLoader.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Maketext/Simple.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Maketext/TPJ13.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Script.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Locale/Script.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Log/Message.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Log/Message/Config.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Log/Message/Handlers.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Log/Message/Item.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Log/Message/Simple.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/BigFloat.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/BigFloat/Trace.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/BigInt.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/BigInt/Calc.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/BigInt/CalcEmu.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/BigInt/Trace.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/BigRat.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/Complex.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Math/Trig.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize/AnyDBM_File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize/Expire.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize/ExpireFile.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize/ExpireTest.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize/NDBM_File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize/SDBM_File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Memoize/Storable.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/API.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Authoring.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Bundling.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Compat.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Config.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/ConfigData.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Cookbook.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Dumper.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/ModuleInfo.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Notes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/PPMMaker.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/Amiga.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/Default.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/EBCDIC.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/MPEiX.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/MacOS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/RiscOS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/Unix.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/VMS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/VOS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/Windows.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/aix.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/cygwin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/darwin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Platform/os2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/PodParser.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/Version.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Build/YAML.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/CoreList.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/CoreList.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/CoreList/TieHashDelta.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Load.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Load/Conditional.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Loaded.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Metadata.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Pluggable.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Module/Pluggable/Object.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/NEXT.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/Cmd.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/Config.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/Domain.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/FTP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/FTP/A.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/FTP/E.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/FTP/I.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/FTP/L.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/FTP/dataconn.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/NNTP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/Netrc.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/POP3.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/Ping.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/SMTP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/Time.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/hostent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/libnetFAQ.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/netent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/protoent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Net/servent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Object/Accessor.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Package/Constants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Params/Check.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Parse/CPAN/Meta.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Perl/OSType.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/PerlIO.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/PerlIO/via/QuotedPrint.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Checker.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Escapes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Find.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Functions.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Html.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/InputObjects.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/LaTeX.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Man.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/ParseLink.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/ParseUtils.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Parser.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/BaseTo.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/GetOptsOO.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToANSI.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToChecker.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToMan.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToNroff.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToPod.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToRtf.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToTerm.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToText.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToTk.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Perldoc/ToXml.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/PlainText.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Select.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/BlackBox.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Checker.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Debug.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/DumpAsText.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/DumpAsXML.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/HTML.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/HTMLBatch.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/HTMLLegacy.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/LinkSection.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Methody.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Progress.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/PullParser.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/PullParserEndToken.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/PullParserStartToken.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/PullParserTextToken.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/PullParserToken.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/RTF.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Search.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/SimpleTree.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Subclassing.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Text.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/TextContent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/TiedOutFH.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/Transcode.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/TranscodeDumb.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/TranscodeSmart.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/XHTML.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Simple/XMLOutStream.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Text.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Text/Color.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Text/Overstrike.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Text/Termcap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Pod/Usage.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Safe.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Search/Dict.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/SelectSaver.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/SelfLoader.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Symbol.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/Base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/Color.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/Console.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/Console/ParallelSession.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/Console/Session.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/File/Session.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Formatter/Session.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Harness.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Harness/Beyond.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Object.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Aggregator.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Grammar.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Iterator.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Iterator/Array.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Iterator/Process.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Iterator/Stream.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/IteratorFactory.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Multiplexer.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/Bailout.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/Comment.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/Plan.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/Pragma.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/Test.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/Unknown.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/Version.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Result/YAML.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/ResultFactory.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Scheduler.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Scheduler/Job.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Scheduler/Spinner.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Source.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/SourceHandler.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/SourceHandler/Executable.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/SourceHandler/File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/SourceHandler/Handle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/SourceHandler/Perl.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/SourceHandler/RawTAP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/Utils.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/YAMLish/Reader.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/TAP/Parser/YAMLish/Writer.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Term/ANSIColor.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Term/Cap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Term/Complete.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Term/ReadLine.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Term/UI.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Term/UI/History.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/Builder.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/Builder/Module.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/Builder/Tester.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/Builder/Tester/Color.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/Harness.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/More.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/Simple.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Test/Tutorial.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Text/Abbrev.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Text/Balanced.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Text/ParseWords.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Text/Tabs.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Text/Wrap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Thread.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Thread/Queue.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Thread/Semaphore.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/Array.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/Handle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/Hash.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/Memoize.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/RefHash.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/Scalar.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/StdHandle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Tie/SubstrHash.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Time/Local.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Time/gmtime.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Time/localtime.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Time/tm.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/UNIVERSAL.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/CJK/Big5.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/CJK/GB2312.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/CJK/JISX0208.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/CJK/Korean.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/CJK/Pinyin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/CJK/Stroke.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/af.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ar.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/as.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/az.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/be.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/bg.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/bn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ca.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/cs.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/cy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/da.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/de_phone.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/eo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/es.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/es_trad.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/et.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/fa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/fi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/fi_phone.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/fil.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/fo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/fr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/gu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ha.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/haw.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/hi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/hr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/hu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/hy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ig.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/is.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ja.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/kk.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/kl.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/kn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ko.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/kok.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ln.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/lt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/lv.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/mk.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ml.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/mr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/mt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/nb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/nn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/nso.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/om.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/or.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/pa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/pl.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ro.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ru.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/sa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/se.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/si.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/si_dict.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/sk.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/sl.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/sq.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/sr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/sv.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/sv_refo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ta.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/te.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/th.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/tn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/to.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/tr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/uk.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/ur.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/vi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/wae.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/wo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/yo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/zh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/zh_big5.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/zh_gb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/zh_pin.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/Locale/zh_strk.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/allkeys.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/Collate/keys.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Unicode/UCD.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/User/grent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/User/pwent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/Version/Requirements.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/XSLoader.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/_charnames.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/autodie.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/autodie/exception.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/autodie/exception/system.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/autodie/hints.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/autouse.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/base.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/bigint.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/bignum.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/bigrat.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/blib.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/bytes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/bytes_heavy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/charnames.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/constant.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/deprecate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/diagnostics.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/dumpvar.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/encoding/warnings.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/feature.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/fields.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/filetest.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/if.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/inc/latest.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/inc/latest/private.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/integer.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/less.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/locale.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/open.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/overload.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/overload/numbers.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/overloading.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/parent.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/perl5db.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/perlfaq.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/a2p.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5004delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5005delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5100delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5101delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5120delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5121delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5122delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5123delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5124delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5140delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5141delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5142delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5143delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5160delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5161delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl5162delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl561delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl56delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl581delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl582delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl583delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl584delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl585delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl586delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl587delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl588delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl589delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perl58delta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlaix.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlamiga.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlapi.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlapio.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlartistic.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlbeos.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlbook.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlboot.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlbot.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlbs2000.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlcall.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlce.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlcheat.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlclib.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlcn.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlcommunity.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlcygwin.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldata.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldbmfilter.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldebguts.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldebtut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldebug.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldelta.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldgux.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldiag.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldoc.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldos.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldsc.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perldtrace.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlebcdic.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlembed.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlepoc.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlexperiment.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq1.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq2.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq3.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq4.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq5.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq6.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq7.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq8.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfaq9.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfilter.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfork.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlform.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfreebsd.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlfunc.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlgit.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlglossary.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlgpl.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlguts.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlhack.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlhacktips.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlhacktut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlhaiku.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlhist.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlhpux.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlhurd.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlintern.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlinterp.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlintro.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perliol.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlipc.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlirix.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perljp.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlko.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perllexwarn.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perllinux.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perllocale.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perllol.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmacos.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmacosx.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmod.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmodinstall.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmodlib.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmodstyle.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmpeix.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlmroapi.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlnetware.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlnewmod.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlnumber.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlobj.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlootut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlop.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlopenbsd.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlopentut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlos2.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlos390.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlos400.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlpacktut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlperf.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlplan9.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlpod.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlpodspec.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlpodstyle.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlpolicy.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlport.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlpragma.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlqnx.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlre.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlreapi.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlrebackslash.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlrecharclass.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlref.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlreftut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlreguts.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlrequick.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlreref.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlretut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlriscos.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlrun.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlsec.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlsolaris.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlsource.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlstyle.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlsub.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlsymbian.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlsyn.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlthrtut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltie.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltoc.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltodo.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltooc.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltoot.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltrap.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltru64.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perltw.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlunicode.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlunifaq.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perluniintro.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perluniprops.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlunitut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlutil.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perluts.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlvar.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlvmesa.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlvms.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlvos.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlwin32.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlxs.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlxstut.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/pod/perlxstypemap.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/sigtrap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/sort.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/strict.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/subs.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/Blocks.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/CaseFolding.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/CombiningClass.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/Decomposition.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/Heavy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/Name.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/Name.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/NamedSequences.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/SpecialCasing.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Age.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Bc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Bmg.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Cf.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Digit.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Ea.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Fold.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/GCB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Gc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Hst.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Isc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Jg.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Jt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Lb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Lc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Lower.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NFCQC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NFDQC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NFKCCF.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NFKCQC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NFKDQC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Na1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/NameAlia.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Nt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Nv.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/PerlDeci.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/SB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Sc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Scx.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Tc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Title.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Uc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/Upper.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/To/WB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/UCD.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/AHex/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/NA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V11.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V20.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V21.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V30.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V31.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V32.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V40.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V41.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V50.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V51.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V52.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V60.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Age/V61.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Alpha/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/AL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/AN.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/B.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/BN.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/CS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/EN.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/ES.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/ET.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/L.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/LRE.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/LRO.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/NSM.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/ON.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/PDF.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/R.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/RLE.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/RLO.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/S.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Bc/WS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/BidiC/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/BidiM/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/ASCII.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/AegeanNu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Alchemic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Alphabet.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Ancient2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/AncientG.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/AncientS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Arabic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/ArabicEx.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/ArabicMa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/ArabicP2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/ArabicPF.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/ArabicSu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Armenian.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Arrows.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Avestan.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Balinese.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Bamum.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/BamumSup.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Batak.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Bengali.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/BlockEle.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Bopomof2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Bopomofo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/BoxDrawi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Brahmi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Buginese.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Buhid.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Byzantin.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJK.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKComp2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKComp3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKComp4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKCompa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKExtA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKExtB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKExtC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKExtD.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKRadic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKStrok.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CJKSymbo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Carian.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Chakma.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cham.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cherokee.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CompatJa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/ControlP.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Coptic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Counting.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cuneifo2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cuneifor.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Currency.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/CypriotS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cyrilli2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cyrilli3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cyrilli4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Cyrillic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Devanag2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Devanaga.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Diacrit2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Diacrit3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Diacriti.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Dingbats.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Domino.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Egyptian.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Emoticon.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Enclose2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Enclose3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Enclose4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Enclosed.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Ethiopi2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Ethiopi3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Ethiopi4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Ethiopic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Geometri.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Georgia2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Georgian.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Glagolit.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Gothic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Greek.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/GreekExt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Gujarati.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Gurmukhi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/HalfAndF.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/HalfMark.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Hangul.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Hanunoo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Hebrew.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/HighPUSu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/HighSurr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Hiragana.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/IDC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/IPAExt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Imperial.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/IndicNum.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Inscrip2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Inscript.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Jamo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/JamoExtA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/JamoExtB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Javanese.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Kaithi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/KanaSup.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Kanbun.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Kangxi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Kannada.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Katakan2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Katakana.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Kharosht.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Khmer.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/KhmerSym.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Lao.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Latin1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LatinEx2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LatinEx3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LatinEx4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LatinEx5.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LatinExt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Lepcha.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Letterli.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Limbu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LinearBI.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LinearBS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/LowSurro.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Lycian.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Lydian.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Mahjong.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Malayala.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Mandaic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MathAlph.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MathOper.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MeeteiM2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MeeteiMa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Meroitic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Miao.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MiscArro.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MiscMat2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MiscMath.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MiscPict.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MiscSymb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MiscTech.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Modifie2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Modifier.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Mongolia.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Music.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Myanmar.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/MyanmarE.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/NB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/NKo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/NewTaiLu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/NumberFo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/OCR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Ogham.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/OldItali.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/OldPersi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/OldTurki.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Oriya.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Osmanya.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/PUA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/PhagsPa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Phaistos.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Phoenici.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Phoneti2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Phonetic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/PlayingC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Punctuat.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Rejang.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Rumi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Runic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Samarita.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Saurasht.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Sharada.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Sinhala.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SmallFor.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SoraSomp.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Specials.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Sundane2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Sundanes.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SupArro2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SupArrow.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SupMathO.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SupPUAA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SupPUAB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SupPunct.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SuperAnd.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/SylotiNa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Syriac.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Tagalog.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Tagbanwa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Tags.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/TaiLe.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/TaiTham.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/TaiViet.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/TaiXuanJ.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Takri.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Tamil.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Telugu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Thaana.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Thai.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Tibetan.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Tifinagh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Transpor.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/UCAS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/UCASExt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Ugaritic.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/VS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/VSSup.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Vai.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/VedicExt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Vertical.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/YiRadica.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/YiSyllab.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Blk/Yijing.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CE/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CI/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CWCF/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CWCM/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CWKCF/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CWL/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CWT/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CWU/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Cased/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/A.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/AL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/AR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/ATA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/ATAR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/ATB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/B.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/BL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/BR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC10.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC103.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC107.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC11.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC118.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC12.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC122.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC129.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC13.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC130.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC132.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC14.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC15.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC16.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC17.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC18.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC19.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC20.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC21.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC22.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC23.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC24.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC25.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC26.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC27.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC28.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC29.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC30.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC31.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC32.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC33.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC34.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC35.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC36.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC84.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/CCC91.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/DA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/DB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/IS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/KV.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/L.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/NK.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/NR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/OV.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/R.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ccc/VR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/CompEx/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/DI/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dash/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dep/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dia/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Com.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Enc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Fin.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Font.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Fra.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Init.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Iso.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Med.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Nar.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Nb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/NonCanon.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/None.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Sml.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Sqr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Sub.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Sup.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Dt/Vert.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ea/A.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ea/F.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ea/H.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ea/N.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ea/Na.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ea/W.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ext/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/GCB/CN.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/GCB/EX.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/GCB/SM.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/GCB/XX.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/C.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Cc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Cf.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Cn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Co.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Cs.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/L.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/LC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Ll.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Lm.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Lo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Lu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/M.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Mc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Me.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Mn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/N.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Nd.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Nl.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/No.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/P.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Pc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Pd.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Pe.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Pf.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Pi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Po.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Ps.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/S.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Sc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Sk.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Sm.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/So.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Z.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Zl.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Zp.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Gc/Zs.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/GrBase/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Hex/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Hst/NA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Hyphen/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/IDC/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/IDS/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/IDSB/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/IDST/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Ideo/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/2_0.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/2_1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/3_0.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/3_1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/3_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/4_0.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/4_1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/5_0.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/5_1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/5_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/6_0.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/In/6_1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Ain.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Alaph.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Alef.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Beh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Beth.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Burushas.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Dal.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/DalathRi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/E.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/FarsiYeh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Fe.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Feh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/FinalSem.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Gaf.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Gamal.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Hah.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/HamzaOnH.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/He.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Heh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/HehGoal.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Heth.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Kaf.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Kaph.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Khaph.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/KnottedH.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Lam.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Lamadh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Meem.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Mim.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/NoJoinin.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Noon.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Nun.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Nya.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Pe.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Qaf.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Qaph.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Reh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Reversed.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Rohingya.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Sad.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Sadhe.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Seen.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Semkath.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Shin.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/SwashKaf.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/SyriacWa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Tah.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Taw.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/TehMarbu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Teth.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Waw.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Yeh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/YehBarre.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/YehWithT.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Yudh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/YudhHe.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Zain.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jg/Zhain.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/JoinC/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jt/C.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jt/D.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jt/R.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jt/T.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Jt/U.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/LOE/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/AI.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/AL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/B2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/BA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/BB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/BK.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/CB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/CJ.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/CL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/CM.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/CP.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/CR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/EX.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/GL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/H2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/H3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/HL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/HY.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/ID.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/IN.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/IS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/JL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/JT.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/JV.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/LF.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/NL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/NS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/NU.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/OP.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/PO.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/PR.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/QU.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/SA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/SG.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/SP.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/SY.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/WJ.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/XX.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lb/ZW.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Lower/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Math/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NChar/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NFCQC/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NFDQC/N.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NFDQC/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NFKCQC/M.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NFKCQC/N.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NFKCQC/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/NFKDQC/N.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nt/Di.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nt/Nu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/0.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/10.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/100.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/10000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/100000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/10000000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/10000002.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/11.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/11_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/12.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/13.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/13_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/14.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/15.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/15_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/16.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/17.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/17_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/18.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/19.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_10.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_16.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_5.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_6.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_7.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_8.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/1_9.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/20.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/200.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/2000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/20000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/21.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/22.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/23.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/24.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/25.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/26.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/27.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/28.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/29.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/2_3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/2_5.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/3.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/30.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/300.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/3000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/30000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/31.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/32.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/33.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/34.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/35.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/36.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/37.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/38.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/39.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/3_16.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/3_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/3_4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/3_5.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/3_8.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/4.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/40.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/400.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/4000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/40000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/41.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/42.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/43.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/44.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/45.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/46.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/47.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/48.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/49.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/4_5.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/5.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/50.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/500.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/5000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/50000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/5_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/5_6.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/5_8.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/6.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/60.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/600.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/6000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/60000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/7.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/70.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/700.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/7000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/70000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/7_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/7_8.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/8.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/80.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/800.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/8000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/80000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/9.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/90.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/900.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/9000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/90000.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/9_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/NaN.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Nv/_1_2.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/PatSyn/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/PatWS/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Alnum.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Any.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Assigned.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Blank.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Graph.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PerlSpac.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PerlWord.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixAln.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixAlp.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixBla.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixCnt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixDig.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixGra.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixLow.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixPri.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixPun.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixSpa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/PosixUpp.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Print.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/SpacePer.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Title.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/VertSpac.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/Word.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/XPosixPu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/_PerlIDS.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/_PerlNon.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/_PerlQuo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/_XBegin.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/_XExtend.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Perl/_XLVLVTV.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/QMark/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Radical/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/AT.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/CL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/EX.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/FO.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/LE.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/LO.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/SC.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/SE.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/ST.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/Sp.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/UP.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SB/XX.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/SD/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/STerm/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Arab.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Armn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Beng.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Bopo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Buhd.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Cprt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Deva.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Geor.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Gujr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Guru.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Han.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Hang.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Hano.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Hira.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Kana.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Kthi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Linb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Mand.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Mong.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Orya.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Phag.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Syrc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Tagb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Takr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Tglg.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Thaa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Yi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Zinh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Sc/Zyyy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Arab.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Armi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Armn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Avst.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Bali.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Bamu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Batk.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Beng.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Bopo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Brah.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Brai.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Bugi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Buhd.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Cakm.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Cans.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Cari.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Cham.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Cher.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Copt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Cprt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Cyrl.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Deva.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Dsrt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Egyp.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Ethi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Geor.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Glag.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Goth.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Grek.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Gujr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Guru.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Han.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Hang.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Hano.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Hebr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Hira.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Ital.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Java.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Kali.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Kana.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Khar.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Khmr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Knda.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Kthi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Lana.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Lao.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Latn.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Lepc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Limb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Linb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Lisu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Lyci.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Lydi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Mand.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Merc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Mero.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Miao.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Mlym.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Mong.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Mtei.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Mymr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Nko.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Ogam.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Olck.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Orkh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Orya.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Osma.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Phag.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Phli.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Phnx.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Prti.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Rjng.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Runr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Samr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Sarb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Saur.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Shaw.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Shrd.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Sinh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Sora.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Sund.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Sylo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Syrc.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Tagb.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Takr.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Tale.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Talu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Taml.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Tavt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Telu.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Tfng.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Tglg.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Thaa.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Thai.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Tibt.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Ugar.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Vai.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Xpeo.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Xsux.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Yi.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Zinh.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Zyyy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Scx/Zzzz.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Space/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Term/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/UIdeo/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/Upper/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/VS/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/FO.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/KA.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/LE.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/MB.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/ML.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/MN.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/NL.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/NU.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/WB/XX.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/XIDC/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/lib/XIDS/Y.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/unicore/version [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/utf8.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/utf8_heavy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/vars.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/version.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/version.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/version/Internals.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/vmsish.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/warnings.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/warnings/register.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/.packlist [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/B.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/B/Concise.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/B/Showlex.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/B/Terse.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/B/Xref.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/EXTERN.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/INTERN.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/XSUB.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/av.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/bitcount.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/charclass_invlists.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/config.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/cop.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/cv.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/dosish.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/embed.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/embedvar.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/fakesdio.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/fakethr.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/feature.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/form.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/git_version.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/gv.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/handy.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/hv.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/intrpvar.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/iperlsys.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/keywords.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/l1_char_class_tab.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/libperl.a [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/malloc_ctl.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/metaconfig.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/mg.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/mg_data.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/mg_raw.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/mg_vtable.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/mydtrace.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/nostdio.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/op.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/op_reg_common.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/opcode.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/opnames.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/overload.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/pad.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/parser.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/patchlevel.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perl.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perlapi.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perlio.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perliol.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perlsdio.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perlsfio.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perlvars.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/perly.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/pp.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/pp_proto.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/proto.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/reentr.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/regcharclass.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/regcomp.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/regexp.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/regnodes.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/scope.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/sv.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/thread.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/time64.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/time64_config.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/uconfig.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/unixish.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/utf8.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/utfebcdic.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/util.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/uudmap.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/CORE/warnings.h [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Compress/Raw/Bzip2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Compress/Raw/Zlib.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Config.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Config.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Config_git.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Config_heavy.pl [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Cwd.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Data/Dumper.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Devel/PPPort.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Devel/Peek.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Digest/MD5.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Digest/SHA.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/DynaLoader.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Alias.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Byte.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/CJKConstants.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/CN.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/CN/HZ.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Config.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/EBCDIC.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Encoder.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Encoding.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/GSM0338.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Guess.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/JP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/JP/H2Z.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/JP/JIS7.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/KR.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/KR/2022_KR.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/MIME/Header.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/MIME/Header/ISO_2022_JP.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/MIME/Name.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Symbol.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/TW.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Unicode.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Encode/Unicode/UTF7.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Errno.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Fcntl.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Glob.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/Cygwin.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/Epoc.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/Functions.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/Mac.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/OS2.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/Unix.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/VMS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/File/Spec/Win32.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Filter/Util/Call.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Hash/Util.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Hash/Util/FieldHash.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/I18N/Langinfo.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Dir.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Handle.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Pipe.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Poll.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Seekable.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Select.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Socket.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Socket/INET.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IO/Socket/UNIX.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IPC/Msg.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IPC/Semaphore.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IPC/SharedMem.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/IPC/SysV.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/List/Util.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/List/Util/XS.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/MIME/Base64.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/MIME/QuotedPrint.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Math/BigInt/FastCalc.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/O.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Opcode.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/POSIX.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/POSIX.pod [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/PerlIO/encoding.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/PerlIO/mmap.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/PerlIO/scalar.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/PerlIO/via.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/SDBM_File.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Scalar/Util.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Socket.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Storable.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Sys/Hostname.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Sys/Syslog.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Text/Soundex.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Tie/Hash/NamedCapture.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Time/HiRes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Time/Piece.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Time/Seconds.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Unicode/Collate.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Unicode/Collate/Locale.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/Unicode/Normalize.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/arybase.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/attributes.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/B/B.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/B/B.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Compress/Raw/Bzip2/Bzip2.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Compress/Raw/Bzip2/Bzip2.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Compress/Raw/Bzip2/autosplit.ix [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Compress/Raw/Zlib/Zlib.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Compress/Raw/Zlib/Zlib.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Compress/Raw/Zlib/autosplit.ix [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Cwd/Cwd.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Cwd/Cwd.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Data/Dumper/Dumper.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Data/Dumper/Dumper.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Devel/PPPort/PPPort.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Devel/PPPort/PPPort.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Devel/Peek/Peek.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Devel/Peek/Peek.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Digest/MD5/MD5.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Digest/MD5/MD5.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Digest/SHA/SHA.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Digest/SHA/SHA.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Byte/Byte.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Byte/Byte.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/CN/CN.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/CN/CN.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/EBCDIC/EBCDIC.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/EBCDIC/EBCDIC.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Encode.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Encode.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/JP/JP.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/JP/JP.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/KR/KR.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/KR/KR.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Symbol/Symbol.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Symbol/Symbol.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/TW/TW.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/TW/TW.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Unicode/Unicode.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Encode/Unicode/Unicode.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Fcntl/Fcntl.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Fcntl/Fcntl.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/File/Glob/Glob.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/File/Glob/Glob.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Filter/Util/Call/Call.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Filter/Util/Call/Call.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Hash/Util/FieldHash/FieldHash.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Hash/Util/FieldHash/FieldHash.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Hash/Util/Util.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Hash/Util/Util.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/I18N/Langinfo/Langinfo.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/I18N/Langinfo/Langinfo.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/IO/IO.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/IO/IO.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/IPC/SysV/SysV.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/IPC/SysV/SysV.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/List/Util/Util.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/List/Util/Util.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/MIME/Base64/Base64.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/MIME/Base64/Base64.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Math/BigInt/FastCalc/FastCalc.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Math/BigInt/FastCalc/FastCalc.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Opcode/Opcode.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Opcode/Opcode.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/POSIX/POSIX.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/POSIX/POSIX.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/encoding/encoding.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/encoding/encoding.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/mmap/mmap.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/mmap/mmap.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/scalar/scalar.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/scalar/scalar.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/via/via.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/PerlIO/via/via.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/SDBM_File/SDBM_File.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/SDBM_File/SDBM_File.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Socket/Socket.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Socket/Socket.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Storable/Storable.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Storable/Storable.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Sys/Hostname/Hostname.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Sys/Hostname/Hostname.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Sys/Syslog/Syslog.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Sys/Syslog/Syslog.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Text/Soundex/Soundex.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Text/Soundex/Soundex.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Tie/Hash/NamedCapture/NamedCapture.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Tie/Hash/NamedCapture/NamedCapture.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Time/HiRes/HiRes.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Time/HiRes/HiRes.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Time/Piece/Piece.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Time/Piece/Piece.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Unicode/Collate/Collate.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Unicode/Collate/Collate.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Unicode/Normalize/Normalize.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/Unicode/Normalize/Normalize.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/arybase/arybase.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/arybase/arybase.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/attributes/attributes.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/attributes/attributes.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/mro/mro.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/mro/mro.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/re/re.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/re/re.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/sdbm/extralibs.ld [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/threads/shared/shared.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/threads/shared/shared.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/threads/threads.bs [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/auto/threads/threads.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/encoding.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/lib.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/mro.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/ops.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/re.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/threads.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/perl5/5.16.2/x86_64-linux/threads/shared.pm [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/pkgconfig/python-2.7.pc [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/pkgconfig/python.pc [new symlink]
ndk/prebuilt/linux-x86_64/lib/pkgconfig/python2.pc [new symlink]
ndk/prebuilt/linux-x86_64/lib/python2.7/BaseHTTPServer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/Bastion.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/CGIHTTPServer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ConfigParser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/Cookie.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/DocXMLRPCServer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/HTMLParser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/LICENSE.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/MimeWriter.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/Queue.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/SimpleHTTPServer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/SimpleXMLRPCServer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/SocketServer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/StringIO.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/UserDict.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/UserList.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/UserString.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/_LWPCookieJar.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_MozillaCookieJar.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/__future__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/__phello__.foo.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_abcoll.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_osx_support.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_pyio.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_strptime.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_sysconfigdata.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_threading_local.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/_weakrefset.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/abc.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/aifc.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/antigravity.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/anydbm.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/argparse.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ast.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/asynchat.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/asyncore.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/atexit.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/audiodev.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/base64.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/bdb.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/binhex.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bisect.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bsddb/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bsddb/db.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bsddb/dbobj.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bsddb/dbrecio.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bsddb/dbshelve.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bsddb/dbtables.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/bsddb/dbutils.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/cProfile.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/calendar.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/cgi.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/cgitb.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/chunk.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/cmd.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/code.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/codecs.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/codeop.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/collections.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/colorsys.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/commands.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compileall.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/ast.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/consts.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/future.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/misc.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/pyassem.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/pycodegen.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/symbols.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/syntax.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/transformer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/compiler/visitor.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/Makefile [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/Setup [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/Setup.config [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/Setup.local [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/config.c [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/config.c.in [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/install-sh [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/libpython2.7.a [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/makesetup [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/config/python.o [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/contextlib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/cookielib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/copy.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/copy_reg.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/csv.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/_endian.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/macholib/README.ctypes [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/macholib/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/macholib/dyld.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/macholib/dylib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/macholib/fetch_macholib [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/macholib/fetch_macholib.bat [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/macholib/framework.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ctypes/wintypes.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/curses/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/curses/ascii.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/curses/has_key.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/curses/panel.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/curses/textpad.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/curses/wrapper.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/dbhash.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/decimal.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/difflib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/dircache.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/dis.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/README [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/archive_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/bcppcompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/ccompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/cmd.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/bdist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/bdist_dumb.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/bdist_msi.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/bdist_rpm.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/bdist_wininst.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/build.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/build_clib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/build_ext.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/build_py.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/build_scripts.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/check.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/clean.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/command_template [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/config.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/install.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/install_data.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/install_egg_info.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/install_headers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/install_lib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/install_scripts.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/register.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/sdist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/upload.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/wininst-6.0.exe [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/wininst-7.1.exe [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/wininst-8.0.exe [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/wininst-9.0-amd64.exe [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/command/wininst-9.0.exe [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/config.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/core.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/cygwinccompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/debug.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/dep_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/dir_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/dist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/emxccompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/errors.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/extension.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/fancy_getopt.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/file_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/filelist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/log.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/msvc9compiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/msvccompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/spawn.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/sysconfig.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/Setup.sample [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/setuptools_build_ext.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/setuptools_extension.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/support.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_archive_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_bdist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_bdist_dumb.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_bdist_msi.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_bdist_rpm.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_bdist_wininst.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_build.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_build_clib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_build_ext.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_build_py.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_build_scripts.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_ccompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_check.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_clean.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_cmd.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_config.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_config_cmd.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_core.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_dep_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_dir_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_dist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_file_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_filelist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_install.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_install_data.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_install_headers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_install_lib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_install_scripts.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_msvc9compiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_register.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_sdist.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_spawn.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_sysconfig.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_text_file.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_unixccompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_upload.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_version.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/test_versionpredicate.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/tests/xxmodule.c [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/text_file.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/unixccompiler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/version.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/distutils/versionpredicate.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/doctest.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/dumbdbm.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/dummy_thread.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/dummy_threading.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/_parseaddr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/base64mime.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/charset.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/encoders.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/errors.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/feedparser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/generator.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/header.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/iterators.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/message.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/application.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/audio.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/base.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/image.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/message.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/multipart.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/nonmultipart.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/mime/text.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/parser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/quoprimime.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/email/utils.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/aliases.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/ascii.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/base64_codec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/big5.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/big5hkscs.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/bz2_codec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/charmap.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp037.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1006.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1026.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1140.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1250.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1251.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1252.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1253.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1254.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1255.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1256.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1257.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp1258.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp424.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp437.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp500.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp720.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp737.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp775.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp850.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp852.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp855.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp856.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp857.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp858.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp860.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp861.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp862.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp863.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp864.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp865.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp866.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp869.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp874.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp875.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp932.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp949.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/cp950.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/euc_jis_2004.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/euc_jisx0213.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/euc_jp.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/euc_kr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/gb18030.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/gb2312.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/gbk.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/hex_codec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/hp_roman8.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/hz.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/idna.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso2022_jp.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso2022_jp_1.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso2022_jp_2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso2022_jp_2004.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso2022_jp_3.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso2022_jp_ext.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso2022_kr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_1.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_10.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_11.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_13.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_14.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_15.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_16.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_3.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_4.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_5.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_6.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_7.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_8.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/iso8859_9.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/johab.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/koi8_r.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/koi8_u.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/latin_1.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_arabic.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_centeuro.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_croatian.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_cyrillic.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_farsi.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_greek.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_iceland.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_latin2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_roman.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_romanian.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mac_turkish.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/mbcs.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/palmos.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/ptcp154.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/punycode.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/quopri_codec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/raw_unicode_escape.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/rot_13.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/shift_jis.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/shift_jis_2004.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/shift_jisx0213.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/string_escape.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/tis_620.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/undefined.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/unicode_escape.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/unicode_internal.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_16.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_16_be.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_16_le.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_32.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_32_be.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_32_le.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_7.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_8.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/utf_8_sig.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/uu_codec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/encodings/zlib_codec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/filecmp.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/fileinput.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/fnmatch.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/formatter.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/fpformat.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/fractions.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ftplib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/functools.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/genericpath.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/getopt.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/getpass.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/gettext.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/glob.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/gzip.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/hashlib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/heapq.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/hmac.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/hotshot/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/hotshot/log.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/hotshot/stats.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/hotshot/stones.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/htmlentitydefs.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/htmllib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/httplib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/AutoComplete.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/AutoCompleteWindow.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/AutoExpand.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Bindings.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/CREDITS.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/CallTipWindow.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/CallTips.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ChangeLog [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ClassBrowser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/CodeContext.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ColorDelegator.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Debugger.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Delegator.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/EditorWindow.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/FileList.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/FormatParagraph.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/GrepDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/HISTORY.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/HyperParser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/IOBinding.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Icons/folder.gif [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Icons/idle.icns [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Icons/minusnode.gif [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Icons/openfolder.gif [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Icons/plusnode.gif [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Icons/python.gif [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Icons/tk.gif [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/IdleHistory.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/MultiCall.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/MultiStatusBar.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/NEWS.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ObjectBrowser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/OutputWindow.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ParenMatch.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/PathBrowser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/Percolator.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/PyParse.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/PyShell.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/README.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/RemoteDebugger.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/RemoteObjectBrowser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ReplaceDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/RstripExtension.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ScriptBinding.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ScrolledList.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/SearchDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/SearchDialogBase.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/SearchEngine.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/StackViewer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/TODO.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ToolTip.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/TreeWidget.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/UndoDelegator.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/WidgetRedirector.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/WindowList.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/ZoomHeight.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/aboutDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/config-extensions.def [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/config-highlight.def [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/config-keys.def [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/config-main.def [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/configDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/configHandler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/configHelpSourceEdit.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/configSectionNameDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/dynOptionMenuWidget.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/extend.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/help.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/idle.bat [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/idle.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/idle.pyw [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/idlever.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/keybindingDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/macosxSupport.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/rpc.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/run.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/tabbedpages.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/testcode.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/idlelib/textView.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ihooks.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/imaplib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/imghdr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/importlib/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/imputil.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/inspect.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/io.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/decoder.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/encoder.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/scanner.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_check_circular.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_decode.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_default.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_dump.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_encode_basestring_ascii.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_fail.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_float.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_indent.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_pass1.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_pass2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_pass3.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_recursion.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_scanstring.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_separators.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_speedups.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_tool.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tests/test_unicode.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/json/tool.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/keyword.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/Python-2.7.5-py2.7.egg-info [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_bisect.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_codecs_cn.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_codecs_hk.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_codecs_iso2022.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_codecs_jp.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_codecs_kr.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_codecs_tw.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_collections.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_csv.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_ctypes.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_ctypes_test.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_curses.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_curses_panel.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_elementtree.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_functools.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_heapq.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_hotshot.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_io.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_json.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_locale.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_lsprof.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_md5.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_multibytecodec.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_multiprocessing.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_random.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_sha.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_sha256.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_sha512.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_socket.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_struct.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/_testcapi.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/array.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/audioop.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/binascii.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/cPickle.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/cStringIO.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/cmath.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/crypt.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/datetime.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/fcntl.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/future_builtins.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/grp.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/itertools.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/linuxaudiodev.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/math.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/mmap.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/nis.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/operator.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/ossaudiodev.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/parser.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/pwd.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/pyexpat.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/resource.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/select.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/spwd.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/strop.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/syslog.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/termios.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/time.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/unicodedata.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-dynload/zlib.so [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/Canvas.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/Dialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/FileDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/FixTk.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/ScrolledText.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/SimpleDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/Tix.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/Tkconstants.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/Tkdnd.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/Tkinter.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/tkColorChooser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/tkCommonDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/tkFileDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/tkFont.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/tkMessageBox.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/tkSimpleDialog.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/ttk.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib-tk/turtle.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/Grammar.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/Grammar2.7.5.final.0.pickle [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/PatternGrammar.txt [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/PatternGrammar2.7.5.final.0.pickle [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/__main__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/btm_matcher.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/btm_utils.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixer_base.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixer_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_apply.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_basestring.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_buffer.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_callable.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_dict.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_except.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_exec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_execfile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_exitfunc.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_filter.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_funcattrs.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_future.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_getcwdu.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_has_key.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_idioms.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_import.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_imports.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_imports2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_input.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_intern.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_isinstance.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_itertools.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_long.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_map.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_metaclass.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_methodattrs.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_ne.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_next.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_nonzero.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_numliterals.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_operator.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_paren.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_print.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_raise.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_raw_input.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_reduce.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_renames.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_repr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_set_literal.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_standarderror.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_sys_exc.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_throw.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_tuple_params.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_types.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_unicode.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_urllib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_ws_comma.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_xrange.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_xreadlines.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/fixes/fix_zip.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/main.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/patcomp.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/conv.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/driver.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/grammar.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/literals.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/parse.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/pgen.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/token.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pgen2/tokenize.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pygram.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/pytree.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/refactor.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/README [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/bom.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/crlf.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/different_encoding.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/bad_order.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/myfixes/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_explicit.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_first.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_last.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_parrot.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/myfixes/fix_preorder.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/no_fixer_cls.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/fixers/parrot_example.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/infinite_recursion.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/py2_test_grammar.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/data/py3_test_grammar.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/pytree_idempotency.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/support.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/test_all_fixers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/test_fixers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/test_main.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/test_parser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/test_pytree.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/test_refactor.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/lib2to3/tests/test_util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/linecache.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/locale.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/logging/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/logging/config.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/logging/handlers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/macpath.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/macurl2path.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/mailbox.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/mailcap.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/markupbase.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/md5.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/mhlib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/mimetools.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/mimetypes.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/mimify.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/modulefinder.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multifile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/connection.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/dummy/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/dummy/connection.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/forking.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/heap.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/managers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/pool.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/process.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/queues.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/reduction.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/sharedctypes.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/synchronize.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/multiprocessing/util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/mutex.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/netrc.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/new.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/nntplib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ntpath.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/nturl2path.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/numbers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/opcode.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/optparse.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/os.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/os2emxpath.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pdb.doc [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pdb.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/pickle.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pickletools.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pipes.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pkgutil.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/plat-linux2/CDROM.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/plat-linux2/DLFCN.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/plat-linux2/IN.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/plat-linux2/TYPES.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/plat-linux2/regen [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/platform.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/plistlib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/popen2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/poplib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/posixfile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/posixpath.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pprint.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/profile.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/pstats.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pty.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/py_compile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pyclbr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pydoc.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/pydoc_data/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/pydoc_data/topics.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/quopri.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/random.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/re.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/repr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/rexec.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/rfc822.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/rlcompleter.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/robotparser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/runpy.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sched.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sets.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sgmllib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sha.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/shelve.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/shlex.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/shutil.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/site-packages/README [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/site.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/smtpd.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/smtplib.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/sndhdr.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/socket.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sqlite3/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sqlite3/dbapi2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sqlite3/dump.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sre.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sre_compile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sre_constants.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sre_parse.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/ssl.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/stat.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/statvfs.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/string.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/stringold.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/stringprep.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/struct.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/subprocess.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sunau.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sunaudio.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/symbol.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/symtable.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/sysconfig.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/tabnanny.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/tarfile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/telnetlib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/tempfile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/textwrap.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/this.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/threading.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/timeit.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/toaiff.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/token.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/tokenize.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/trace.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/traceback.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/tty.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/types.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/__main__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/case.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/loader.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/main.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/result.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/runner.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/signals.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/suite.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/unittest/util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/urllib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/urllib2.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/urlparse.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/user.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/uu.py [new file with mode: 0755]
ndk/prebuilt/linux-x86_64/lib/python2.7/uuid.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/warnings.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wave.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/weakref.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/webbrowser.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/whichdb.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wsgiref.egg-info [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wsgiref/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wsgiref/handlers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wsgiref/headers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wsgiref/simple_server.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wsgiref/util.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/wsgiref/validate.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xdrlib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/NodeFilter.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/domreg.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/expatbuilder.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/minicompat.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/minidom.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/pulldom.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/dom/xmlbuilder.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/etree/ElementInclude.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/etree/ElementPath.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/etree/ElementTree.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/etree/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/etree/cElementTree.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/parsers/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/parsers/expat.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/sax/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/sax/_exceptions.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/sax/expatreader.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/sax/handler.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/sax/saxutils.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xml/sax/xmlreader.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xmllib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/xmlrpclib.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/lib/python2.7/zipfile.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/man/man1/python.1 [new symlink]
ndk/prebuilt/linux-x86_64/share/man/man1/python2.1 [new symlink]
ndk/prebuilt/linux-x86_64/share/man/man1/python2.7.1 [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/libstdcxx/gcc-4.6/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/libstdcxx/gcc-4.6/printers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/libstdcxx/gcc-4.8/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/libstdcxx/gcc-4.8/printers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/libstdcxx/gcc-4.9/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/libstdcxx/gcc-4.9/printers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/COPYING [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/ChangeLog [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/README [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/stlport/__init__.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/stlport/printers.py [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/test/.gdbinit [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/test/Makefile [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/test/script [new file with mode: 0644]
ndk/prebuilt/linux-x86_64/share/pretty-printers/stlport/test/test.cpp [new file with mode: 0644]
ndk/remove-windows-symlink.sh [new file with mode: 0755]
ndk/samples/HelloComputeNDK/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/HelloComputeNDK/jni/Android.mk [new file with mode: 0644]
ndk/samples/HelloComputeNDK/jni/Application.mk [new file with mode: 0644]
ndk/samples/HelloComputeNDK/jni/helloComputeNDK.cpp [new file with mode: 0644]
ndk/samples/HelloComputeNDK/jni/mono.rs [new file with mode: 0644]
ndk/samples/HelloComputeNDK/res/drawable-nodpi/data.jpg [new file with mode: 0644]
ndk/samples/HelloComputeNDK/res/layout/main.xml [new file with mode: 0644]
ndk/samples/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/HelloComputeNDK.java [new file with mode: 0644]
ndk/samples/MoreTeapots/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/MoreTeapots/assets/Shaders/ShaderPlain.fsh [new file with mode: 0644]
ndk/samples/MoreTeapots/assets/Shaders/ShaderPlainES3.fsh [new file with mode: 0644]
ndk/samples/MoreTeapots/assets/Shaders/VS_ShaderPlain.vsh [new file with mode: 0644]
ndk/samples/MoreTeapots/assets/Shaders/VS_ShaderPlainES3.vsh [new file with mode: 0644]
ndk/samples/MoreTeapots/jni/Android.mk [new file with mode: 0644]
ndk/samples/MoreTeapots/jni/Application.mk [new file with mode: 0644]
ndk/samples/MoreTeapots/jni/MoreTeapotsNativeActivity.cpp [new file with mode: 0644]
ndk/samples/MoreTeapots/jni/MoreTeapotsRenderer.cpp [new file with mode: 0644]
ndk/samples/MoreTeapots/jni/MoreTeapotsRenderer.h [new file with mode: 0644]
ndk/samples/MoreTeapots/jni/teapot.inl [new file with mode: 0644]
ndk/samples/MoreTeapots/lint.xml [new file with mode: 0644]
ndk/samples/MoreTeapots/project.properties [new file with mode: 0644]
ndk/samples/MoreTeapots/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/MoreTeapots/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/MoreTeapots/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/MoreTeapots/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/MoreTeapots/res/layout/widgets.xml [new file with mode: 0644]
ndk/samples/MoreTeapots/res/values-v11/styles.xml [new file with mode: 0644]
ndk/samples/MoreTeapots/res/values-v14/styles.xml [new file with mode: 0644]
ndk/samples/MoreTeapots/res/values/strings.xml [new file with mode: 0644]
ndk/samples/MoreTeapots/res/values/styles.xml [new file with mode: 0644]
ndk/samples/MoreTeapots/src/com/sample/helper/NDKHelper.java [new file with mode: 0644]
ndk/samples/MoreTeapots/src/com/sample/moreteapots/MoreTeapotsApplication.java [new file with mode: 0644]
ndk/samples/MoreTeapots/src/com/sample/moreteapots/MoreTeapotsNativeActivity.java [new file with mode: 0644]
ndk/samples/Teapot/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/Teapot/assets/Shaders/ShaderPlain.fsh [new file with mode: 0644]
ndk/samples/Teapot/assets/Shaders/VS_ShaderPlain.vsh [new file with mode: 0644]
ndk/samples/Teapot/jni/Android.mk [new file with mode: 0644]
ndk/samples/Teapot/jni/Application.mk [new file with mode: 0644]
ndk/samples/Teapot/jni/TeapotNativeActivity.cpp [new file with mode: 0644]
ndk/samples/Teapot/jni/TeapotRenderer.cpp [new file with mode: 0644]
ndk/samples/Teapot/jni/TeapotRenderer.h [new file with mode: 0644]
ndk/samples/Teapot/jni/teapot.inl [new file with mode: 0644]
ndk/samples/Teapot/lint.xml [new file with mode: 0644]
ndk/samples/Teapot/project.properties [new file with mode: 0644]
ndk/samples/Teapot/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/Teapot/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/Teapot/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/Teapot/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
ndk/samples/Teapot/res/layout/widgets.xml [new file with mode: 0644]
ndk/samples/Teapot/res/values-v11/styles.xml [new file with mode: 0644]
ndk/samples/Teapot/res/values-v14/styles.xml [new file with mode: 0644]
ndk/samples/Teapot/res/values/strings.xml [new file with mode: 0644]
ndk/samples/Teapot/res/values/styles.xml [new file with mode: 0644]
ndk/samples/Teapot/src/com/sample/helper/NDKHelper.java [new file with mode: 0644]
ndk/samples/Teapot/src/com/sample/teapot/TeapotApplication.java [new file with mode: 0644]
ndk/samples/Teapot/src/com/sample/teapot/TeapotNativeActivity.java [new file with mode: 0644]
ndk/samples/bitmap-plasma/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/bitmap-plasma/default.properties [new file with mode: 0644]
ndk/samples/bitmap-plasma/jni/Android.mk [new file with mode: 0644]
ndk/samples/bitmap-plasma/jni/Application.mk [new file with mode: 0644]
ndk/samples/bitmap-plasma/jni/plasma.c [new file with mode: 0644]
ndk/samples/bitmap-plasma/res/values/strings.xml [new file with mode: 0644]
ndk/samples/bitmap-plasma/src/com/example/plasma/Plasma.java [new file with mode: 0644]
ndk/samples/gles3jni/AndroidManifest-11.xml [new file with mode: 0644]
ndk/samples/gles3jni/AndroidManifest-18.xml [new file with mode: 0644]
ndk/samples/gles3jni/README [new file with mode: 0644]
ndk/samples/gles3jni/jni/Android-11.mk [new file with mode: 0644]
ndk/samples/gles3jni/jni/Android-18.mk [new file with mode: 0644]
ndk/samples/gles3jni/jni/Application.mk [new file with mode: 0644]
ndk/samples/gles3jni/jni/RendererES2.cpp [new file with mode: 0644]
ndk/samples/gles3jni/jni/RendererES3.cpp [new file with mode: 0644]
ndk/samples/gles3jni/jni/gl3stub.c [new file with mode: 0644]
ndk/samples/gles3jni/jni/gl3stub.h [new file with mode: 0644]
ndk/samples/gles3jni/jni/gles3jni.cpp [new file with mode: 0644]
ndk/samples/gles3jni/jni/gles3jni.h [new file with mode: 0644]
ndk/samples/gles3jni/res/values/strings.xml [new file with mode: 0644]
ndk/samples/gles3jni/src/com/android/gles3jni/GLES3JNIActivity.java [new file with mode: 0644]
ndk/samples/gles3jni/src/com/android/gles3jni/GLES3JNILib.java [new file with mode: 0644]
ndk/samples/gles3jni/src/com/android/gles3jni/GLES3JNIView.java [new file with mode: 0644]
ndk/samples/hello-gl2/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/hello-gl2/default.properties [new file with mode: 0644]
ndk/samples/hello-gl2/jni/Android.mk [new file with mode: 0644]
ndk/samples/hello-gl2/jni/Application.mk [new file with mode: 0644]
ndk/samples/hello-gl2/jni/gl_code.cpp [new file with mode: 0644]
ndk/samples/hello-gl2/res/values/strings.xml [new file with mode: 0644]
ndk/samples/hello-gl2/src/com/android/gl2jni/GL2JNIActivity.java [new file with mode: 0644]
ndk/samples/hello-gl2/src/com/android/gl2jni/GL2JNILib.java [new file with mode: 0644]
ndk/samples/hello-gl2/src/com/android/gl2jni/GL2JNIView.java [new file with mode: 0644]
ndk/samples/hello-jni/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/hello-jni/default.properties [new file with mode: 0644]
ndk/samples/hello-jni/jni/Android.mk [new file with mode: 0644]
ndk/samples/hello-jni/jni/Application.mk [new file with mode: 0644]
ndk/samples/hello-jni/jni/hello-jni.c [new file with mode: 0644]
ndk/samples/hello-jni/res/values/strings.xml [new file with mode: 0644]
ndk/samples/hello-jni/src/com/example/hellojni/HelloJni.java [new file with mode: 0644]
ndk/samples/hello-jni/tests/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/hello-jni/tests/default.properties [new file with mode: 0644]
ndk/samples/hello-jni/tests/src/com/example/hellojni/HelloJniTest.java [new file with mode: 0644]
ndk/samples/hello-neon/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/hello-neon/build.properties [new file with mode: 0644]
ndk/samples/hello-neon/default.properties [new file with mode: 0644]
ndk/samples/hello-neon/jni/Android.mk [new file with mode: 0644]
ndk/samples/hello-neon/jni/Application.mk [new file with mode: 0644]
ndk/samples/hello-neon/jni/helloneon-intrinsics.c [new file with mode: 0644]
ndk/samples/hello-neon/jni/helloneon-intrinsics.h [new file with mode: 0644]
ndk/samples/hello-neon/jni/helloneon.c [new file with mode: 0644]
ndk/samples/hello-neon/res/values/strings.xml [new file with mode: 0644]
ndk/samples/hello-neon/src/com/example/neon/HelloNeon.java [new file with mode: 0644]
ndk/samples/module-exports/README.TXT [new file with mode: 0644]
ndk/samples/module-exports/jni/Android.mk [new file with mode: 0644]
ndk/samples/module-exports/jni/Application.mk [new file with mode: 0644]
ndk/samples/module-exports/jni/bar/bar.c [new file with mode: 0644]
ndk/samples/module-exports/jni/bar/bar.h [new file with mode: 0644]
ndk/samples/module-exports/jni/foo/foo.c [new file with mode: 0644]
ndk/samples/module-exports/jni/foo/foo.h [new file with mode: 0644]
ndk/samples/module-exports/jni/zoo/zoo.c [new file with mode: 0644]
ndk/samples/native-activity/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/native-activity/default.properties [new file with mode: 0644]
ndk/samples/native-activity/jni/Android.mk [new file with mode: 0644]
ndk/samples/native-activity/jni/Application.mk [new file with mode: 0644]
ndk/samples/native-activity/jni/main.c [new file with mode: 0644]
ndk/samples/native-activity/res/values/strings.xml [new file with mode: 0644]
ndk/samples/native-audio/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/native-audio/assets/README.txt [new file with mode: 0644]
ndk/samples/native-audio/assets/background.mp3 [new file with mode: 0644]
ndk/samples/native-audio/default.properties [new file with mode: 0644]
ndk/samples/native-audio/jni/Android.mk [new file with mode: 0644]
ndk/samples/native-audio/jni/Application.mk [new file with mode: 0644]
ndk/samples/native-audio/jni/android_clip.h [new file with mode: 0644]
ndk/samples/native-audio/jni/hello_clip.h [new file with mode: 0644]
ndk/samples/native-audio/jni/native-audio-jni.c [new file with mode: 0644]
ndk/samples/native-audio/res/drawable/icon.png [new file with mode: 0644]
ndk/samples/native-audio/res/layout/main.xml [new file with mode: 0644]
ndk/samples/native-audio/res/values/strings.xml [new file with mode: 0644]
ndk/samples/native-audio/src/com/example/nativeaudio/NativeAudio.java [new file with mode: 0644]
ndk/samples/native-codec/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/native-codec/README.txt [new file with mode: 0644]
ndk/samples/native-codec/default.properties [new file with mode: 0644]
ndk/samples/native-codec/jni/Android.mk [new file with mode: 0644]
ndk/samples/native-codec/jni/Application.mk [new file with mode: 0644]
ndk/samples/native-codec/jni/looper.cpp [new file with mode: 0644]
ndk/samples/native-codec/jni/looper.h [new file with mode: 0644]
ndk/samples/native-codec/jni/native-codec-jni.cpp [new file with mode: 0644]
ndk/samples/native-codec/res/drawable/icon.png [new file with mode: 0644]
ndk/samples/native-codec/res/layout/main.xml [new file with mode: 0644]
ndk/samples/native-codec/res/values/strings.xml [new file with mode: 0644]
ndk/samples/native-codec/src/com/example/nativecodec/MyGLSurfaceView.java [new file with mode: 0644]
ndk/samples/native-codec/src/com/example/nativecodec/NativeCodec.java [new file with mode: 0644]
ndk/samples/native-codec/testfile.mp4 [new file with mode: 0644]
ndk/samples/native-media/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/native-media/NativeMedia.ts [new file with mode: 0644]
ndk/samples/native-media/README.txt [new file with mode: 0644]
ndk/samples/native-media/default.properties [new file with mode: 0644]
ndk/samples/native-media/jni/Android.mk [new file with mode: 0644]
ndk/samples/native-media/jni/Application.mk [new file with mode: 0644]
ndk/samples/native-media/jni/native-media-jni.c [new file with mode: 0644]
ndk/samples/native-media/res/drawable/icon.png [new file with mode: 0644]
ndk/samples/native-media/res/layout/main.xml [new file with mode: 0644]
ndk/samples/native-media/res/values/strings.xml [new file with mode: 0644]
ndk/samples/native-media/src/com/example/nativemedia/MyGLSurfaceView.java [new file with mode: 0644]
ndk/samples/native-media/src/com/example/nativemedia/NativeMedia.java [new file with mode: 0644]
ndk/samples/native-plasma/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/native-plasma/default.properties [new file with mode: 0644]
ndk/samples/native-plasma/jni/Android.mk [new file with mode: 0644]
ndk/samples/native-plasma/jni/Application.mk [new file with mode: 0644]
ndk/samples/native-plasma/jni/plasma.c [new file with mode: 0644]
ndk/samples/native-plasma/res/values/strings.xml [new file with mode: 0644]
ndk/samples/san-angeles/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/san-angeles/default.properties [new file with mode: 0644]
ndk/samples/san-angeles/jni/Android.mk [new file with mode: 0644]
ndk/samples/san-angeles/jni/Application.mk [new file with mode: 0644]
ndk/samples/san-angeles/jni/README.txt [new file with mode: 0644]
ndk/samples/san-angeles/jni/app-android.c [new file with mode: 0644]
ndk/samples/san-angeles/jni/app-linux.c [new file with mode: 0644]
ndk/samples/san-angeles/jni/app-win32.c [new file with mode: 0644]
ndk/samples/san-angeles/jni/app.h [new file with mode: 0644]
ndk/samples/san-angeles/jni/cams.h [new file with mode: 0644]
ndk/samples/san-angeles/jni/demo.c [new file with mode: 0644]
ndk/samples/san-angeles/jni/importgl.c [new file with mode: 0644]
ndk/samples/san-angeles/jni/importgl.h [new file with mode: 0644]
ndk/samples/san-angeles/jni/license-BSD.txt [new file with mode: 0644]
ndk/samples/san-angeles/jni/license-LGPL.txt [new file with mode: 0644]
ndk/samples/san-angeles/jni/license.txt [new file with mode: 0644]
ndk/samples/san-angeles/jni/shapes.h [new file with mode: 0644]
ndk/samples/san-angeles/res/layout/main.xml [new file with mode: 0644]
ndk/samples/san-angeles/res/values/strings.xml [new file with mode: 0644]
ndk/samples/san-angeles/src/com/example/SanAngeles/DemoActivity.java [new file with mode: 0644]
ndk/samples/test-libstdc++/jni/Android.mk [new file with mode: 0644]
ndk/samples/test-libstdc++/jni/Application.mk [new file with mode: 0644]
ndk/samples/test-libstdc++/jni/test-libstl.cpp [new file with mode: 0644]
ndk/samples/two-libs/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/two-libs/default.properties [new file with mode: 0644]
ndk/samples/two-libs/jni/Android.mk [new file with mode: 0644]
ndk/samples/two-libs/jni/Application.mk [new file with mode: 0644]
ndk/samples/two-libs/jni/first.c [new file with mode: 0644]
ndk/samples/two-libs/jni/first.h [new file with mode: 0644]
ndk/samples/two-libs/jni/second.c [new file with mode: 0644]
ndk/samples/two-libs/res/values/strings.xml [new file with mode: 0644]
ndk/samples/two-libs/src/com/example/twolibs/TwoLibs.java [new file with mode: 0644]
ndk/samples/two-libs/tests/AndroidManifest.xml [new file with mode: 0644]
ndk/samples/two-libs/tests/default.properties [new file with mode: 0644]
ndk/samples/two-libs/tests/src/com/example/twolibs/TwoLibsTest.java [new file with mode: 0644]
ndk/sources/android/compiler-rt/Android.mk [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/arm64-v8a/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/arm64-v8a/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/armeabi-v7a-hard/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/armeabi-v7a-hard/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/armeabi-v7a/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/armeabi-v7a/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/armeabi/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/armeabi/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/mips/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/mips/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/mips64/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/mips64/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/x86/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/x86/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/compiler-rt/libs/x86_64/libcompiler_rt_shared.so [new file with mode: 0755]
ndk/sources/android/compiler-rt/libs/x86_64/libcompiler_rt_static.a [new file with mode: 0644]
ndk/sources/android/cpufeatures/Android.mk [new file with mode: 0644]
ndk/sources/android/cpufeatures/cpu-features.c [new file with mode: 0644]
ndk/sources/android/cpufeatures/cpu-features.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/Android.mk [new file with mode: 0644]
ndk/sources/android/crazy_linker/DESIGN.TXT [new file with mode: 0644]
ndk/sources/android/crazy_linker/LICENSE [new file with mode: 0644]
ndk/sources/android/crazy_linker/README.TXT [new file with mode: 0644]
ndk/sources/android/crazy_linker/include/crazy_linker.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/minitest [new symlink]
ndk/sources/android/crazy_linker/src/crazy_linker_api.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_ashmem.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_ashmem.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_ashmem_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_debug.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_debug.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_loader.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_loader.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_relocations.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_relocations.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_relro.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_relro.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_symbols.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_symbols.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_view.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_elf_view.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_error.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_error.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_error_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_globals.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_globals.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_globals_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_library_list.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_library_list.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_library_view.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_library_view.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_line_reader.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_line_reader.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_line_reader_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_memory_mapping.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_proc_maps.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_proc_maps.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_proc_maps_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_rdebug.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_rdebug.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_search_path_list.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_search_path_list.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_search_path_list_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_shared_library.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_shared_library.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_system.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_system.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_system_mock.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_system_mock.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_system_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_thread.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_thread.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_thread_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_util.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_util.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_util_unittest.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_wrappers.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/crazy_linker_wrappers.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/elf_traits.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/linker_phdr.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/src/linker_phdr.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/Android.mk [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/bar.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/bar_with_relro.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/bench_load_library.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/foo.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/foo2.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/foo_with_relro.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/foo_with_static_constructor.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/jni_lib.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_constructors_destructors.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_dl_wrappers.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_jni_hooks.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_load_library.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_load_library_callbacks.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_load_library_depends.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_relocated_shared_relro.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_search_path_list.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_shared_relro.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_two_shared_relros.cpp [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/test_util.h [new file with mode: 0644]
ndk/sources/android/crazy_linker/tests/zoo.cpp [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/arm64-v8a/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/armeabi-v7a-hard/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/armeabi-v7a/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/armeabi/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/mips/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/mips64/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/x86/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/gccunwind/libs/x86_64/libgccunwind.a [new file with mode: 0644]
ndk/sources/android/libportable/Android.mk [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm/fenv.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm/md_swap.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm/stat.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm/unwind.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm/vfs.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm64/fenv.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm64/stat.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-arm64/vfs.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips/errno.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips/fcntl.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips/fenv.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips/signal.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips/stat.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips/vfs.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips64/errno.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips64/fcntl.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips64/fenv.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips64/stat.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-mips64/vfs.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86/epoll.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86/fcntl.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86/fenv.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86/md_swap.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86/stat.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86/vfs.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86_64/epoll.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86_64/fcntl.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86_64/fenv.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86_64/stat.c [new file with mode: 0644]
ndk/sources/android/libportable/arch-x86_64/vfs.c [new file with mode: 0644]
ndk/sources/android/libportable/common/include/epoll_portable.h [new file with mode: 0644]
ndk/sources/android/libportable/common/include/errno_portable.h [new file with mode: 0644]
ndk/sources/android/libportable/common/include/fcntl_portable.h [new file with mode: 0644]
ndk/sources/android/libportable/common/include/fenv_portable.h [new file with mode: 0644]
ndk/sources/android/libportable/common/include/portability.h [new file with mode: 0644]
ndk/sources/android/libportable/common/include/signal_portable.h [new file with mode: 0644]
ndk/sources/android/libportable/common/include/stat_portable.h [new file with mode: 0644]
ndk/sources/android/libportable/common/include/vfs_portable.h [new file with mode: 0644]
ndk/sources/android/libportable/libs/arm64-v8a/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/arm64-v8a/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libportable/libs/armeabi-v7a-hard/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/armeabi-v7a-hard/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libportable/libs/armeabi-v7a/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/armeabi-v7a/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libportable/libs/armeabi/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/armeabi/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libportable/libs/mips/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/mips/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libportable/libs/mips64/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/mips64/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libportable/libs/x86/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/x86/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libportable/libs/x86_64/libportable.a [new file with mode: 0644]
ndk/sources/android/libportable/libs/x86_64/libportable.wrap [new file with mode: 0644]
ndk/sources/android/libthread_db/README [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-6.6/libthread_db.c [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-6.6/thread_db.h [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-7.3.x/libthread_db.c [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-7.3.x/thread_db.h [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-7.6/libthread_db.c [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-7.6/thread_db.h [new file with mode: 0644]
ndk/sources/android/native_app_glue/Android.mk [new file with mode: 0644]
ndk/sources/android/native_app_glue/android_native_app_glue.c [new file with mode: 0644]
ndk/sources/android/native_app_glue/android_native_app_glue.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/Android.mk [new file with mode: 0644]
ndk/sources/android/ndk_helper/GLContext.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/GLContext.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/JNIHelper.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/JNIHelper.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/NDKHelper.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/gestureDetector.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/gestureDetector.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/gl3stub.c [new file with mode: 0644]
ndk/sources/android/ndk_helper/gl3stub.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/interpolator.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/interpolator.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/perfMonitor.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/perfMonitor.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/shader.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/shader.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/tapCamera.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/tapCamera.h [new file with mode: 0644]
ndk/sources/android/ndk_helper/vecmath.cpp [new file with mode: 0644]
ndk/sources/android/ndk_helper/vecmath.h [new file with mode: 0644]
ndk/sources/android/support/Android.mk [new file with mode: 0644]
ndk/sources/android/support/README [new file with mode: 0644]
ndk/sources/android/support/include/ctype.h [new file with mode: 0644]
ndk/sources/android/support/include/cuchar [new file with mode: 0644]
ndk/sources/android/support/include/errno.h [new file with mode: 0644]
ndk/sources/android/support/include/iconv.h [new file with mode: 0644]
ndk/sources/android/support/include/inttypes.h [new file with mode: 0644]
ndk/sources/android/support/include/langinfo.h [new file with mode: 0644]
ndk/sources/android/support/include/locale.h [new file with mode: 0644]
ndk/sources/android/support/include/math.h [new file with mode: 0644]
ndk/sources/android/support/include/monetary.h [new file with mode: 0644]
ndk/sources/android/support/include/nl_types.h [new file with mode: 0644]
ndk/sources/android/support/include/stdint.h [new file with mode: 0644]
ndk/sources/android/support/include/stdio.h [new file with mode: 0644]
ndk/sources/android/support/include/stdlib.h [new file with mode: 0644]
ndk/sources/android/support/include/string.h [new file with mode: 0644]
ndk/sources/android/support/include/time.h [new file with mode: 0644]
ndk/sources/android/support/include/uchar.h [new file with mode: 0644]
ndk/sources/android/support/include/wchar.h [new file with mode: 0644]
ndk/sources/android/support/include/wctype.h [new file with mode: 0644]
ndk/sources/android/support/include/xlocale.h [new file with mode: 0644]
ndk/sources/android/support/src/libdl_support.c [new file with mode: 0644]
ndk/sources/android/support/src/locale/duplocale.c [new file with mode: 0644]
ndk/sources/android/support/src/locale/freelocale.c [new file with mode: 0644]
ndk/sources/android/support/src/locale/locale_impl.h [new file with mode: 0644]
ndk/sources/android/support/src/locale/localeconv.c [new file with mode: 0644]
ndk/sources/android/support/src/locale/newlocale.c [new file with mode: 0644]
ndk/sources/android/support/src/locale/setlocale.c [new file with mode: 0644]
ndk/sources/android/support/src/locale/uselocale.c [new file with mode: 0644]
ndk/sources/android/support/src/locale_support.c [new file with mode: 0644]
ndk/sources/android/support/src/math_support.c [new file with mode: 0644]
ndk/sources/android/support/src/msun/e_log2.c [new file with mode: 0644]
ndk/sources/android/support/src/msun/e_log2f.c [new file with mode: 0644]
ndk/sources/android/support/src/msun/k_log.h [new file with mode: 0644]
ndk/sources/android/support/src/msun/k_logf.h [new file with mode: 0644]
ndk/sources/android/support/src/msun/math_private.h [new file with mode: 0644]
ndk/sources/android/support/src/msun/s_nan.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/alpha.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswalnum.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswalpha.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswblank.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswcntrl.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswctype.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswdigit.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswgraph.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswlower.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswprint.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswpunct.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswspace.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswupper.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/iswxdigit.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/isxdigit.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/nonspacing.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/punct.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/towctrans.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/wcswidth.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/wctrans.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/wcwidth.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-ctype/wide.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/big5.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/catclose.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/catgets.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/catopen.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/codepages.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/gb18030.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/hkscs.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iconv.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/intl.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isalnum_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isalpha_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isblank_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iscntrl_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isdigit_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isgraph_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/islower_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isprint_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/ispunct_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isspace_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isupper_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswalnum_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswalpha_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswblank_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswcntrl_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswctype_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswdigit_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswgraph_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswlower_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswprint_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswpunct_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswspace_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswupper_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/iswxdigit_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/isxdigit_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/jis0208.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/ksc.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/langinfo.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/legacychars.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/libc.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/libintl.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/newlocale.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/nl_langinfo_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strcasecmp_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strcoll.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strcoll_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strerror_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strfmon.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strftime_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strncasecmp_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strxfrm.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/strxfrm_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/tolower_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/toupper_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/towctrans_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/towlower_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/towupper_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/wcscoll.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/wcscoll_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/wcsxfrm.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/wcsxfrm_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/wctrans_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-locale/wctype_l.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/complex.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/frexp.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/frexpf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/frexpl.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/libm.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/scalbln.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/scalblnf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/scalblnl.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-math/scalbnl.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/btowc.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/internal.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/internal.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/libc.h [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mblen.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mbrlen.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mbrtowc.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mbsinit.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mbsnrtowcs.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mbsrtowcs.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mbstowcs.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/mbtowc.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/wcrtomb.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/wcsnrtombs.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/wcsrtombs.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/wcstombs.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/wctob.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-multibyte/wctomb.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/printf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/snprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/sprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/swprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/vprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/vsprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/vwprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/vwscanf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/wprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/musl-stdio/wscanf.c [new file with mode: 0644]
ndk/sources/android/support/src/stdio/amd64/_fpmath.h [new file with mode: 0644]
ndk/sources/android/support/src/stdio/arm/_fpmath.h [new file with mode: 0644]
ndk/sources/android/support/src/stdio/arm64/_fpmath.h [new file with mode: 0644]
ndk/sources/android/support/src/stdio/fpmath.h [new file with mode: 0644]
ndk/sources/android/support/src/stdio/i386/_fpmath.h [new file with mode: 0644]
ndk/sources/android/support/src/stdio/mips/_fpmath.h [new file with mode: 0644]
ndk/sources/android/support/src/stdio/stdio_impl.c [new file with mode: 0644]
ndk/sources/android/support/src/stdio/stdio_impl.h [new file with mode: 0644]
ndk/sources/android/support/src/stdio/strtod.c [new file with mode: 0644]
ndk/sources/android/support/src/stdio/vfprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/stdio/vfwprintf.c [new file with mode: 0644]
ndk/sources/android/support/src/stdio/wcio.h [new file with mode: 0644]
ndk/sources/android/support/src/stdlib_support.c [new file with mode: 0644]
ndk/sources/android/support/src/wchar_support.c [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/floatscan.c [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/floatscan.h [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/intscan.c [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/intscan.h [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/shgetc.c [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/shgetc.h [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/wcstod.c [new file with mode: 0644]
ndk/sources/android/support/src/wcstox/wcstol.c [new file with mode: 0644]
ndk/sources/android/support/tests/Android.mk [new file with mode: 0644]
ndk/sources/android/support/tests/ctype_unittest.cc [new file with mode: 0644]
ndk/sources/android/support/tests/libdl_unittest.cc [new file with mode: 0644]
ndk/sources/android/support/tests/math_unittest.cc [new file with mode: 0644]
ndk/sources/android/support/tests/minitest/minitest.cc [new file with mode: 0644]
ndk/sources/android/support/tests/minitest/minitest.h [new file with mode: 0644]
ndk/sources/android/support/tests/run-host.sh [new file with mode: 0755]
ndk/sources/android/support/tests/stdio_unittest.cc [new file with mode: 0644]
ndk/sources/android/support/tests/wchar_unittest.cc [new file with mode: 0644]
ndk/sources/cpufeatures/Android.mk [new file with mode: 0644]
ndk/sources/cpufeatures/README.TXT [new file with mode: 0644]
ndk/sources/cpufeatures/cpu-features.h [new symlink]
ndk/sources/cxx-stl/gabi++/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/climits [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cwctype_is_not_supported [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/cxxabi.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/exception [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/gabixx_config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/new [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/stl_pair.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/unwind-arm.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/unwind-itanium.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/unwind.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/include/utility [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/arm64-v8a/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/arm64-v8a/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a-hard/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a-hard/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a-hard/thumb/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a-hard/thumb/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a/thumb/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/armeabi-v7a/thumb/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/armeabi/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/armeabi/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/armeabi/thumb/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/armeabi/thumb/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/mips/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/mips/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/mips64/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/mips64/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/x86/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/x86/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/libs/x86_64/libgabi++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gabi++/libs/x86_64/libgabi++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/sources.mk [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/array_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/auxilary.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/call_unexpected.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/class_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/cxxabi.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/cxxabi_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/cxxabi_vec.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/delete.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/dwarf_helper.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/dwarf_helper.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/dynamic_cast.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/enum_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/exception.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/fatal_error.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/function_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/fundamental_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/helper_func_internal.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/helper_func_internal.h [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/new.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/one_time_construction.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/pbase_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/personality.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/pointer_to_member_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/pointer_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/si_class_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/stdexcept.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/terminate.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/src/vmi_class_type_info.cc [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_array_01.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_array_02.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_class_01.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_class_02.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_class_03.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_class_04.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_function_01.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_function_02.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_member_data_pointer_01.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_member_function_pointer_01.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_member_pointer_nullptr.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_pointer_nullptr.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_ptr.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/catch_ptr_02.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/dynamic_cast14.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/dynamic_cast3.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/dynamic_cast5.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/dynamic_cast_stress.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/libtest_malloc_lockup.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/malloc_lockup.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/test_aux_runtime.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/test_gabixx_exceptions.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/test_gabixx_rtti.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/test_guard.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/test_vector1.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/test_vector2.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/test_vector3.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unexpected_01.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unexpected_02.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unexpected_03.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unwind_01.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unwind_02.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unwind_03.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unwind_04.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gabi++/tests/unwind_05.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/atomic [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/auto_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/backward_warning.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/binders.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/hash_fun.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/hash_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/hash_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/strstream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/algorithmfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/alloc_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/atomic_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/atomic_lockfree_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/basic_ios.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/basic_ios.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/basic_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/basic_string.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/boost_concept_check.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/c++0x_warning.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/char_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/codecvt.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/concept_check.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/cpp_type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/cxxabi_forced.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/deque.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/exception_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/exception_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/forward_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/forward_list.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/fstream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/functexcept.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/functional_hash.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/gslice.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/gslice_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/hash_bytes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/hashtable_policy.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/indirect_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ios_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/istream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/list.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/locale_classes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/locale_classes.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/locale_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/locale_facets.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/locale_facets_nonio.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/locale_facets_nonio.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/localefwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/mask_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/memoryfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/move.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/nested_exception.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ostream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ostream_insert.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/postypes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ptr_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/random.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/range_access.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_compiler.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_cursor.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_error.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_grep_matcher.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_grep_matcher.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_nfa.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/regex_nfa.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/shared_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/shared_ptr_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/slice_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/sstream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_algo.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_algobase.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_bvector.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_construct.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_function.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_heap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_iterator_base_funcs.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_iterator_base_types.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_multimap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_multiset.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_numeric.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_pair.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_queue.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_raw_storage_iter.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_relops.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_stack.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_tempbuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_tree.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_uninitialized.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stl_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stream_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/streambuf.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/streambuf_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/stringfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/unique_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/unordered_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/uses_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/valarray_after.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/valarray_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/valarray_array.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/valarray_before.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/vector.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ccomplex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cfenv [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/chrono [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cinttypes [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ciso646 [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/climits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/clocale [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/complex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/complex.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/condition_variable [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstdalign [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstdarg [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstdbool [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ctgmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cwctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/cxxabi.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/debug.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/deque [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/formatter.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/forward_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/functions.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/macros.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/multimap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/multiset.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_iterator.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_local_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_local_iterator.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_sequence.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_sequence.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_unordered_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_unordered_container.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/safe_unordered_container.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/string [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/vector [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/decimal [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/decimal.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/deque [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/exception [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/alloc_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/array_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/atomicity.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/bitmap_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/cast.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/codecvt_specializations.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/concurrence.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/debug_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/enc_filebuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/extptr_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/functional [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/hash_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/hash_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/iterator [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/malloc_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/memory [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/mt_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/new_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/numeric_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/assoc_container.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/branch_policy/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cond_dealtor.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/container_base_dispatch.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/debug_map_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/node.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/node.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/standard_policies.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/tree_trace_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/type_utils.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/types_traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/exception.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/hash_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/list_update_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/priority_queue.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/tag_and_trait.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/tree_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/trie_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pod_char_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pointer.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pool_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/random [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/random.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/rb_tree [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/rc_string_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/rope [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ropeimpl.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/slist [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/sso_string_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/stdio_filebuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/stdio_sync_filebuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/string_conversions.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/throw_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/typelist.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/vstring.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/vstring.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/vstring_fwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/vstring_util.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/fenv.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/forward_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/fstream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/functional [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/future [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/initializer_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/iomanip [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ios [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/iosfwd [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/iostream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/istream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/iterator [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/limits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/locale [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/memory [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/mutex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/new [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ostream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/algo.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/algobase.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/algorithmfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/balanced_quicksort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/basic_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/checkers.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/compatibility.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/compiletime_settings.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/equally_split.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/features.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/find.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/find_selectors.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/for_each.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/for_each_selectors.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/list_partition.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/losertree.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/merge.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/multiseq_selection.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/multiway_merge.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/multiway_mergesort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/numericfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/omp_loop.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/omp_loop_static.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/par_loop.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/parallel.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/partial_sum.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/partition.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/queue.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/quicksort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/random_number.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/random_shuffle.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/search.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/set_operations.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/settings.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/sort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/tags.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/types.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/unique_copy.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/workstealing.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/deque [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/forward_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_algos.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_container_size.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_hash_func.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_hashtable_size.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_list_to_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_list_to_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_map_to_unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_node.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_state.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_trace.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_vector_size.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/profiler_vector_to_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/iterator_tracker.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/multimap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/multiset.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/unordered_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/vector [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/queue [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/random [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/ratio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/regex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/scoped_allocator [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/sstream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/stack [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/stdexcept [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/streambuf [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/string [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/system_error [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tgmath.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/thread [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/bessel_function.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/beta_function.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ccomplex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cfenv [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cinttypes [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/climits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/complex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/complex.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cstdarg [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cstdbool [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ctgmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/cwctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ell_integral.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/exp_integral.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/fenv.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/float.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/functional [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/functional_hash.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/gamma.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/hashtable_policy.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/hypergeometric.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/inttypes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/legendre_function.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/limits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/math.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/memory [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/modified_bessel_func.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/poly_hermite.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/poly_laguerre.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/random [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/random.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/regex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/riemann_zeta.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/shared_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/special_function_util.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/stdarg.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/stdbool.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/stdint.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/stdio.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/stdlib.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/tgmath.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/tuple [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/unordered_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/utility [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/wchar.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/wctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/bool_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/bool_set.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/dynamic_bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/ratio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/tuple [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/typeindex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/utility [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/valarray [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/include/vector [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/thumb/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/thumb/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a-hard/thumb/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/thumb/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/thumb/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/thumb/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/thumb/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/thumb/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/thumb/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/atomic [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/auto_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/backward_warning.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/binders.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/hash_fun.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/hash_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/hash_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/strstream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/algorithmfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/alloc_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/atomic_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/atomic_lockfree_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/basic_ios.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/basic_ios.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/basic_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/basic_string.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/boost_concept_check.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/c++0x_warning.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/c++14_warning.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/char_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/codecvt.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/concept_check.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/cpp_type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/cxxabi_forced.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/deque.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/enable_special_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/exception_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/exception_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/forward_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/forward_list.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/fstream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/functexcept.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/functional_hash.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/gslice.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/gslice_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/hash_bytes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/hashtable_policy.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/indirect_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ios_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/istream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/list.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/locale_classes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/locale_classes.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/locale_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/locale_facets.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/locale_facets_nonio.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/locale_facets_nonio.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/localefwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/mask_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/memoryfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/move.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/nested_exception.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ostream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ostream_insert.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/parse_numbers.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/postypes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/predefined_ops.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ptr_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/random.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/range_access.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_automaton.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_automaton.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_compiler.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_compiler.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_error.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_executor.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_executor.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_scanner.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/regex_scanner.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/shared_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/shared_ptr_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/slice_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/sstream.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_algo.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_algobase.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_bvector.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_construct.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_function.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_heap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_iterator_base_funcs.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_iterator_base_types.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_multimap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_multiset.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_numeric.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_pair.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_queue.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_raw_storage_iter.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_relops.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_stack.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_tempbuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_tree.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_uninitialized.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stream_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/streambuf.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/streambuf_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stringfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/unique_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/unordered_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/uses_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/valarray_after.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/valarray_array.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/valarray_array.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/valarray_before.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/vector.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ccomplex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cfenv [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/chrono [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cinttypes [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ciso646 [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/climits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/clocale [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/complex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/complex.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/condition_variable [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdalign [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdarg [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdbool [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ctgmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cwctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/cxxabi.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/debug.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/deque [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/formatter.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/forward_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/functions.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/macros.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/multimap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/multiset.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_iterator.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_local_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_local_iterator.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_sequence.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_sequence.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_unordered_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_unordered_container.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/safe_unordered_container.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/string [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/vector [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/decimal/decimal [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/decimal/decimal.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/deque [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/exception [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/optional [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/string_view [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/string_view.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/aligned_buffer.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/alloc_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/array_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/atomicity.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/bitmap_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/cast.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/codecvt_specializations.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/concurrence.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/debug_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/enc_filebuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/extptr_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/functional [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/hash_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/hash_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/iterator [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/malloc_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/memory [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/mt_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/new_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/numeric_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/assoc_container.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cond_dealtor.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/container_base_dispatch.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/debug_map_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/node.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/node.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/standard_policies.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/tree_trace_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/type_utils.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/types_traits.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/exception.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/hash_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/list_update_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/priority_queue.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/tag_and_trait.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/tree_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/trie_policy.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pod_char_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pointer.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pool_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/random [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/random.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/rb_tree [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/rc_string_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/rope [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ropeimpl.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/slist [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/sso_string_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/stdio_filebuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/stdio_sync_filebuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/string_conversions.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/throw_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/typelist.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/vstring.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/vstring.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/vstring_fwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/vstring_util.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/fenv.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/forward_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/fstream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/functional [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/future [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/initializer_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/iomanip [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ios [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/iosfwd [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/istream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/iterator [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/limits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/locale [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/memory [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/mutex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/new [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ostream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/algo.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/algobase.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/algorithmfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/balanced_quicksort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/basic_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/checkers.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/compatibility.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/compiletime_settings.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/equally_split.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/features.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/find.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/find_selectors.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/for_each.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/for_each_selectors.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/list_partition.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/losertree.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/merge.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/multiseq_selection.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/multiway_merge.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/multiway_mergesort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/numericfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/omp_loop.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/omp_loop_static.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/par_loop.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/parallel.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/partial_sum.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/partition.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/queue.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/quicksort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/random_number.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/random_shuffle.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/search.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/set_operations.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/settings.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/sort.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/tags.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/types.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/unique_copy.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/workstealing.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/deque [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/forward_list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_algos.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_container_size.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_hash_func.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_hashtable_size.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_list_to_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_list_to_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_map_to_unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_node.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_state.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_trace.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_vector_size.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/profiler_vector_to_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/iterator_tracker.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/list [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/multimap.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/multiset.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/unordered_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/vector [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/queue [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/random [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/ratio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/regex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/scoped_allocator [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/shared_mutex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/sstream [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/stack [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/stdexcept [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/streambuf [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/string [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/system_error [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tgmath.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/thread [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/array [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/bessel_function.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/beta_function.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ccomplex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cfenv [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cinttypes [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/climits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/complex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/complex.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cstdarg [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cstdbool [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ctgmath [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/cwctype [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ell_integral.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/exp_integral.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/fenv.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/float.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/functional [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/functional_hash.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/gamma.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/hashtable_policy.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/hypergeometric.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/inttypes.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/legendre_function.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/limits.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/math.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/memory [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/modified_bessel_func.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/poly_hermite.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/poly_laguerre.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/random [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/random.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/regex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/riemann_zeta.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/shared_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/special_function_util.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/stdarg.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/stdbool.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/stdint.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/stdio.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/stdlib.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/tgmath.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/tuple [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/unordered_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/utility [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/wchar.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/wctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/bool_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/bool_set.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/dynamic_bitset [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/dynamic_bitset.tcc [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/ratio [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/tuple [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/typeindex [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/utility [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/valarray [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/include/vector [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/thumb/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/thumb/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/thumb/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/thumb/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/thumb/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/thumb/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/lib/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/lib/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/lib/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libr2/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libr2/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libr2/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libr6/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libr6/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libr6/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/mips64-r2/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib64/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib64/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib64/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib64r2/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib64r2/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/lib64r2/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libr2/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libr2/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libr2/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libr6/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libr6/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libr6/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/atomic_word.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/basic_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/c++allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/c++config.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/c++io.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/c++locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/cpu_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/ctype_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/ctype_inline.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/cxxabi_tweaks.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/error_constants.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/extc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/gthr-default.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/gthr-posix.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/gthr-single.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/gthr.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/messages_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/opt_random.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/os_defines.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/stdc++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/stdtr1c++.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/time_members.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/lib/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/lib/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/lib/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/lib64/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/lib64/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/lib64/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/libx32/libgnustl_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/libx32/libgnustl_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/libx32/libsupc++.a [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/README [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/README.NDK [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/export_symbols.txt [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/CREDITS.TXT [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/LICENSE.TXT [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__bit_reference [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__config [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__debug [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__functional_03 [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__functional_base [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__functional_base_03 [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__hash_table [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__locale [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__mutex_base [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__refstring [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__split_buffer [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__sso_allocator [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__std_stream [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__tree [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__tuple [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__tuple_03 [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__undef_min_max [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/array [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/atomic [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ccomplex [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cfenv [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/chrono [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cinttypes [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ciso646 [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/climits [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/clocale [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/codecvt [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/complex [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/complex.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/condition_variable [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cstdarg [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cstdbool [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ctgmath [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/cwctype [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/deque [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/exception [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/dynarray [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/optional [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/__hash [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/hash_map [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/hash_set [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/forward_list [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/fstream [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/functional [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/future [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/initializer_list [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/iomanip [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ios [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/iosfwd [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/iostream [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/istream [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/iterator [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/limits [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/list [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/locale [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/map [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/memory [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/mutex [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/new [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ostream [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/queue [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/random [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ratio [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/regex [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/scoped_allocator [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/set [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/shared_mutex [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/sstream [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/stack [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/stdexcept [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/streambuf [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/string [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/strstream [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/limits.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/support.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/xlocale.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/floatingpoint.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/wchar.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/xlocale.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/limits_win32.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/locale_win32.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/math_win32.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/support.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/system_error [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/tgmath.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/thread [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/tuple [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/typeindex [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/utility [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/valarray [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/include/vector [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/algorithm.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/bind.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/chrono.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/condition_variable.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/debug.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/exception.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/future.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/hash.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ios.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/iostream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/locale.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/memory.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/mutex.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/new.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/optional.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/random.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/regex.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/shared_mutex.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/stdexcept.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/string.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/strstream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/android/locale_android.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/README [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/mbsnrtowcs.inc [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/wcsnrtombs.inc [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/xlocale.c [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/locale_win32.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/support.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/system_error.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/thread.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/typeinfo.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/utility.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/src/valarray.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.c.library/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/iter_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.transform/binary_transform.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique_copy_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/search.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/search_n_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/search_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/max_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/max_init_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/max_init_list_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/min_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/min_init_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/min_init_list_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/minmax.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_init_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_init_list_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.nth.element/nth_element.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.nth.element/nth_element_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/includes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/includes_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/sort_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/algorithms.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.fences/atomic_signal_fence.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.fences/atomic_thread_fence.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/atomic_flag_clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/copy_assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/copy_ctor.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/copy_volatile_assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/test_and_set.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.lockfree/lockfree.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.order/kill_dependency.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.order/memory_order.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.syn/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/address.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/cstdint_typedefs.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/integral.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/integral_typedefs.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_is_lock_free.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_load.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_load_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_store.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_store_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_var_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.templ/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/Copyable.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/Emplaceable.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/MoveOnly.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/NotConstructible.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/at.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/index_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/index_rv_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/index_tuple.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/default_recursive.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/initializer_list_compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/initializer_list_compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/iter_iter_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/iter_iter_comp_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/insert_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/insert_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/insert_iter_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/insert_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/insert_iter_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/insert_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/equal_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/lower_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/upper_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/initializer_list_compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/initializer_list_compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/iter_iter_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/iter_iter_comp_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/insert_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/insert_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/insert_iter_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/insert_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/insert_iter_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/insert_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/equal_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/upper_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/scary.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/equal_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/insert_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/insert_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/insert_iter_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/insert_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/insert_iter_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/insert_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/lower_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/initializer_list_compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/initializer_list_compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/iter_iter_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/scary.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/upper_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/equal_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/insert_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/insert_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/insert_iter_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/insert_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/insert_iter_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/insert_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/lower_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/initializer_list_compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/initializer_list_compare_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/iter_iter_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/upper_bound.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/tree_balance_after_insert.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/tree_left_rotate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/tree_remove.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/tree_right_rotate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_cont_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_rcont_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_container.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_rcontainer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_cont.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_rcont.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/pop.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/push.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/push_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/top.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_queue_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_container.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/back_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/front_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/pop.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/push.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.ops/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.ops/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_container_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_container.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_rcontainer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/pop.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/push.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/push_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/top.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/top_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.ops/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.ops/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/associative.reqmts/associative.reqmts.except/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/associative.reqmts/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/container.requirements.dataraces/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/container.requirements.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/sequence.reqmts/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/unord.req/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.requirements/unord.req/unord.req.except/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/containers.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.data/data.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.data/data_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.fill/fill.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.size/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.swap/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/get.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/get_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/get_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/tuple_element.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.tuple/tuple_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/at.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/begin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/front_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/indexing.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/access.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/resize_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/resize_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/shrink_to_fit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/assign_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/initializer_list_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/iter_iter_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/op_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/op_equal_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/size_value_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/emplace_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/emplace_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/insert_iter_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/insert_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/insert_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/insert_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/pop_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/pop_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/push_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/push_back_exception_safety.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/push_back_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/push_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/push_front_exception_safety.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/push_front_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/copy_backward.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/move_backward.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.data/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/at.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/begin_end.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/capacity.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/front_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/indexing.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.traits/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.zero/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.access/front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/alloc.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_op_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/default_recursive.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/init_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/range_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size_value_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.iter/before_begin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.iter/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/emplace_after.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/emplace_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/erase_after_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/erase_after_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/pop_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/push_front_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/push_front_exception_safety.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/push_front_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/merge.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/merge_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/remove.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/remove_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/reverse.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/sort.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/sort_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/splice_after_flist.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/splice_after_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/splice_after_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/unique.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/unique_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/relational.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_cback.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_cfront.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_iterators_6.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/db_iterators_9.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.capacity/resize_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.capacity/resize_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/default_stack_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/initializer_list_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/input_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/op_equal_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/size_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/size_value_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/emplace_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/emplace_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter_iter_db3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/erase_iter_iter_db4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/insert_iter_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/insert_iter_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/insert_iter_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/insert_iter_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/insert_iter_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/pop_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/pop_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/push_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/push_back_exception_safety.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/push_back_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/push_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/push_front_exception_safety.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/push_front_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/merge.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/merge_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/remove.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/remove_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/reverse.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/sort.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/sort_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/splice_pos_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/splice_pos_list_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/splice_pos_list_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/unique.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/unique_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/db_swap_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/capacity.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/construct_iter_iter_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/construct_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/construct_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/construct_size_value_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/emplace_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/initializer_list_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/insert_iter_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/insert_iter_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/insert_iter_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/insert_iter_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/op_equal_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/push_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/reserve.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/resize_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/resize_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/shrink_to_fit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/vector_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/asan.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/const_value_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_cback.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_cindex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/capacity.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/reserve.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/resize_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/resize_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/shrink_to_fit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/assign_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/construct_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/construct_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/construct_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/construct_size_value_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/default.recursive.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/initializer_list_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/op_equal_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.data/data.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.data/data_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/emplace_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/emplace_extra.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_iter_db3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_iter_db4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_size_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/pop_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/push_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/push_back_exception_safety.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/push_back_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/db_swap_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/stack_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/test_compare.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/test_hash.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/next_prime.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/bucket.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/bucket_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/db_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/db_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/db_local_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/db_local_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/equal_range_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/equal_range_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/find_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/find_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/local_iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/max_bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/max_load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/rehash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/reserve.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/swap_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/assign_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/size.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/at.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/index_tuple.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/db_swap_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/swap_non_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_const_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_iter_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_iter_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_iter_iter_db3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_iter_iter_db4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_hint_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_hint_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/bucket.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/bucket_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/db_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/db_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/db_local_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/db_local_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/equal_range_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/equal_range_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/find_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/find_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/iterators.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/local_iterators.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/local_iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/max_bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/max_load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/rehash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/reserve.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/scary.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/swap_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/assign_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_const_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/db_swap_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/swap_non_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/bucket.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/bucket_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/db_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/db_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/db_local_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/db_local_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/equal_range_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/equal_range_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_const_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_iter_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_iter_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_iter_iter_db3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_iter_iter_db4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/erase_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/find_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/find_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/insert_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/insert_hint_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/insert_hint_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/insert_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/insert_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/insert_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/iterators.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/local_iterators.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/local_iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/max_bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/max_load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/rehash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/reserve.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/scary.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/swap_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/assign_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/db_swap_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/swap_non_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/bucket.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/bucket_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/db_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/db_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/db_local_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/db_local_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/emplace_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/equal_range_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/equal_range_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_const_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_iter_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_iter_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_iter_iter_db3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_iter_iter_db4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_key.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/erase_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/find_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/find_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/insert_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/insert_hint_const_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/insert_hint_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/insert_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/insert_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/insert_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/iterators.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/local_iterators.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/local_iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/max_bucket_count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/max_load_factor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/rehash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/reserve.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/swap_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/assign_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/assign_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/size.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/size_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/size_hash_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/size_hash_equal_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.swap/db_swap_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.swap/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.swap/swap_non_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/A.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/AB.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/explicit.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/assign_from_auto_ptr_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_from_auto_ptr_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/deref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/release.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/reset.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/assert_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ciso646.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/complex.h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ctype_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/errno_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/fenv_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/float_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/inttypes_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/iso646_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/limits_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/locale_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/math_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/setjmp_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/signal_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/stdbool_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/stddef_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/stdint_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/stdio_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/stdlib_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/string_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/tgmath_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/time_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/wchar_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/wctype_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/binary_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/unary_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/io_state.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/open_mode.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/seek_dir.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/streamoff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/streampos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/test_func.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ccp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ccp_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/cp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/cp_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/cp_size_mode.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/freeze.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/pcount.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/cp_size_mode.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/freeze.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/pcount.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ccp_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cp_size_cp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cscp_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cucp_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/custom_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/scp_size_scp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ucp_size_ucp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/freeze.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/pcount.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/overflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/pbackfail.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/setbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/underflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/unexpected.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/assertions/cassert.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/diagnostics.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/cerrno.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/errc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.compare/eq_error_code_error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/message.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/default_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/neq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/error_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/default_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/equivalent_error_code_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/equivalent_int_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/int_error_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ErrorCodeEnum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/make_error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/default_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/message.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/int_error_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ErrorConditionEnum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/make_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/message.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.hash/error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_const_char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_const_char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/extensions/hash/specializations.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/extensions/hash/specializations.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/extensions/hash_map/const_iterator.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/extensions/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/cinttypes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/cstdio.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/gets.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/version_ccstdio.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/version_cinttypes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/open_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/pbackfail.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/seekoff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow_utf8.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/close.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/open_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/test.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/test2.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/close.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/open_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/open_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/close.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/open_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/open_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/input.output.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/get_money.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/get_time.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/put_money.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/put_time.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/float.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/short.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_short.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/basic_ios.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/chart.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ios_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/istream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/wchar_t_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.manip/ws.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_chart.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_pointer_size_chart.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_streambuf_chart.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/getline_pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/getline_pointer_size_chart.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ignore.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ignore_0xff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/putback.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/read.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/readsome.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/seekg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/seekg_off.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/sync.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/tellg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/unget.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/float.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/short.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/basic_ios.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ios_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ostream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/endl.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ends.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/flush.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/seekp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/seekp2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/tellp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/flush.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/put.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/write.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/construct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/destruct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/quoted.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/quoted_char.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/quoted_traits.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/resetiosflags.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/setbase.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/setfill.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/setiosflags.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/setprecision.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/setw.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/iosfwd.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/clog.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cout.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/wcerr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/wcin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/wclog.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/wcout.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.members/state.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/addition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/ctor_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/difference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/eq_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/offset.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/streamsize.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/subtraction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/flags.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/flags_fmtflags.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/precision.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/precision_streamsize.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags_mask.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/unsetf_mask.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/width.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/width_streamsize.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/getloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/iword.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/pword.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/xalloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.members.static/sync_with_stdio.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_Init/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ctor_char_pointer_error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ctor_string_error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/fmtflags.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_iostate/iostate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/openmode.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/seekdir.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/ctor_streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/fill.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/fill_char_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/narow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/rdbuf_streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/set_rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/tie.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/tie_ostream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/widen.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/bad.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/exceptions.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/exceptions_iostate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/fail.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/good.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/rdstate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/setstate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/internal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/left.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/right.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/dec.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/hex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/oct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/iostream_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/make_error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/make_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/defaultfloat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/fixed.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/hexfloat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/scientific.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/boolalpha.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noboolalpha.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowbase.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpoint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noskipws.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/nounitbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/nouppercase.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showbase.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/skipws.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/unitbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/uppercase.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/stream.types/streamoff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/stream.types/streamsize.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.requirements/iostream.limits.imbue/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.requirements/iostreams.limits.pos/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.requirements/iostreams.threadsafety/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf.reqts/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekoff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekpos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsetbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/in_avail.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sbumpc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetn.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/snextc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sputbackc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sungetc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputn.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/gbump.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/setg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/setp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/showmanyc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/uflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/underflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/xsgetn.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/pbackfail.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/overflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/xsputn.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/overflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/setbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/underflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/move2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/advance.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/distance.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/next.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/prev.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/const_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/bidirectional_iterator_tag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/forward_iterator_tag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/input_iterator_tag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/output_iterator_tag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/random_access_iterator_tag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.range/begin-end.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/bidirectional.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/forward.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/input.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/iterator.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/iterator.requirements.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/output.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.requirements/random.access.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.synopsis/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterators.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/pre.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/lv_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/rv_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.opEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/pre.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/lv_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/rv_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.opEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/pre.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/lv_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/rv_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.opEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/minus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/plus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/pre.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/pre.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref/op_arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/op_star.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!EQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/pre.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+EQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/pre.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-EQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/op_star.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opEQEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgtEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opltEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/op_arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/istream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/post_increment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/pre_increment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/istream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/proxy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/not_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!EQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/dereference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_opEQEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/post_increment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/pre_increment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/proxy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/iterator.range/begin_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/iterator.range/begin_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/iterator.range/begin_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/iterator.range/end_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/iterator.range/end_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/iterator.range/end_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream_delem.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/assign_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/dereference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/increment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/ostream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/streambuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/assign_c.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/deref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/failed.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/increment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/cstdint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/bad_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/bad_array_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/new_handler.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.dataraces/not_testable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/new.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/new_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/bad.exception/bad_exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/ctor_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/rethrow_nested.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/throw_with_nested.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/get_terminate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/set_terminate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/terminate_handler.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate/terminate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception/exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/current_exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/exception_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/make_exception_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/rethrow_exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.initlist/support.initlist.access/access.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.initlist/support.initlist.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.initlist/support.initlist.range/begin_end.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.initlist/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.initlist/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/cfloat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/climits.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/version_cfloat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/version_climits.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/denorm.style/check_values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/is_specialized.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/denorm_min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/digits.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/digits10.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/epsilon.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_denorm.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_denorm_loss.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_infinity.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_quiet_NaN.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_signaling_NaN.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/infinity.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_bounded.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_exact.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_iec559.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_integer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_modulo.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_signed.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/lowest.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/max_digits10.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/max_exponent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/max_exponent10.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/min_exponent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/min_exponent10.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/quiet_NaN.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/radix.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/round_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/round_style.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/signaling_NaN.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/tinyness_before.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.special/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/check_values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.cast/bad_cast.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.typeid/bad_typeid.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/type.info/type_info.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/type.info/type_info_hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/csetjmp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/csignal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/cstdarg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/cstdbool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/cstdlib.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ctime.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/version_csetjmp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/version_csignal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/version_cstdarg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/version_cstdbool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/version_cstdlib.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/version_ctime.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.start.term/quick_exit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/max_align_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/null.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/nullptr_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/offsetof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/ptrdiff_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/size_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/lit.cfg [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/lit.site.cfg.in [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/clocale.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/__scan_keyword.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/transform.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/ctype_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/is_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/is_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/narrow_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/narrow_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/scan_is.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/scan_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/table.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/tolower_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/tolower_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/toupper_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/toupper_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/widen_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/widen_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char16_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char32_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/codecvt_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_wchar_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_always_noconv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_encoding.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_max_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_unshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_always_noconv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_encoding.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_max_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_unshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_always_noconv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_encoding.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_max_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_unshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/utf_sanity_check.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_always_noconv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_encoding.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_max_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_unshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_wchar_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/is_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/is_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/narrow_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/narrow_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/scan_is.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/scan_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/tolower_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/tolower_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/toupper_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/toupper_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/widen_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/widen_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages.byname/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members/not_testable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/messages_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/locale.messages/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.messages/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/curr_symbol.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/decimal_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/frac_digits.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/grouping.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/neg_format.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/negative_sign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/pos_format.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/positive_sign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/thousands_sep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/money_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_min_max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/date_order.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/time_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/decimal_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/falsename.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/grouping.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/thousands_sep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/truename.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facets.examples/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_mode.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16_always_noconv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16_encoding.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16_max_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf16_unshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_always_noconv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_encoding.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_max_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_unshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_always_noconv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_encoding.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_max_length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_unshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.syn/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isalnum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isalpha.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/iscntrl.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isdigit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isgraph.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/islower.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isprint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/ispunct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isspace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isupper.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/isxdigit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/overflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/rdbuf.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/seekoff.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/state.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow_utf8.dat [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/tolower.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/toupper.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/converted.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ctor_codecvt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ctor_codecvt_state.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ctor_err_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/from_bytes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/state.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/to_bytes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/has_facet.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/use_facet.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/combine.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/name.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/classic.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/global.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.facet/facet.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.id/id.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/localization.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/cmath.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ctgmath.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/tgmath_h.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/version_cmath.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/cfenv/cfenv.syn/cfenv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/cfenv/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cases.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/arg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/conj.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/imag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/norm.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/pow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/proj.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/real.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.literals/literals.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.literals/literals1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.literals/literals1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.literals/literals2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.members/construct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.members/real_imag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/stream_input.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/stream_output.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/unary_minus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/unary_plus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/acos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/acosh.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/asin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/asinh.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/atan.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/atanh.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/cos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/cosh.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/exp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/log.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/log10.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/sin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/sinh.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/tan.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/tanh.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/abs.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/arg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/conj.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/imag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/norm.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/polar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/proj.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/real.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/layout.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.gslice/gslice.access/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.gslice/gslice.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.gslice/gslice.cons/start_size_stride.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.gslice/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.slice/cons.slice/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.slice/cons.slice/start_size_stride.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.slice/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.slice/slice.access/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/default.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/gslice_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/addition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/divide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/modulo.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/multiply.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_left.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_right.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/subtraction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/xor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/assign_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/default.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.assign/indirect_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.assign/valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/addition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/divide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/modulo.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/multiply.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_left.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_right.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/subtraction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/xor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.fill/assign_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/default.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/mask_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/addition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/divide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/modulo.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/multiply.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/shift_left.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/shift_right.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/subtraction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/xor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.fill/assign_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/default.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.assign/slice_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.assign/valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/addition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/divide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/modulo.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/multiply.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_left.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_right.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/subtraction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/xor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.fill/assign_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.access/access.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.access/const_access.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/gslice_array_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/indirect_array_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/mask_array_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/slice_array_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/value_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/and_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/and_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/divide_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/divide_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/minus_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/minus_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/modulo_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/modulo_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/or_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/or_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/plus_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/plus_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_left_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_left_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_right_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_right_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/times_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/times_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/xor_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/xor_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/gslice_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/indirect_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/mask_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/slice_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/value_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/apply_cref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/apply_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/cshift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/resize.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/shift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/sum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/gslice_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/gslice_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/indirect_array_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/indirect_array_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/slice_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/slice_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/valarray_bool_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/valarray_bool_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.unary/bit_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.unary/negate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.unary/not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.unary/plus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/and_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/and_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/and_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/divide_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/divide_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/divide_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/minus_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/minus_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/minus_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/or_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/or_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/or_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/plus_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/plus_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/plus_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/times_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/times_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/times_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/xor_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/xor_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/xor_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/and_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/and_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/and_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/or_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/or_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/or_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/abs_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/acos_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/asin_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/cos_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/cosh_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/exp_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/log10_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/log_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_valarray_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_valarray_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_value_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/sin_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/sinh_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/sqrt_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/tan_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/tanh_valarray.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.range/begin_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.range/begin_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.range/end_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.range/end_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.syn/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numerics.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_engine_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_engine_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/discard.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/seed_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/seed_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_engine_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_engine_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/discard.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/seed_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/seed_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_engine_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_engine_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/discard.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/seed_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/seed_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/entropy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ctor_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ctor_int_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ctor_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ctor_int_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ctor_double_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ctor_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ctor_double_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ctor_double_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ctor_double_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ctor_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ctor_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ctor_double_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_double_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ctor_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ctor_double_double.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ctor_int_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_int_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eval_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/get_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/set_param.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ctor_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ctor_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/discard.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/seed_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/seed_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ctor_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ctor_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/discard.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/seed_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/seed_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ctor_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ctor_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/discard.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/eval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/seed_result_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/seed_sseq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/default_random_engine.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/knuth_b.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/minstd_rand.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/minstd_rand0.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/mt19937.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/mt19937_64.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/ranlux24.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/ranlux24_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/ranlux48.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/ranlux48_base.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.req/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.req/rand.req.adapt/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.req/rand.req.dst/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.req/rand.req.eng/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.req/rand.req.genl/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.req/rand.req.seedseq/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.req/rand.req.urng/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.synopsis/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/awk.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/basic.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ecma.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/egrep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/extended.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/grep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/lookahead_capture.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/parse_curly_brackets.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/test1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/test2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/test3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/test4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/test5.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/test6.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/awk.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/backup.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/basic.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/basic.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ecma.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/egrep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/extended.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/grep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/lookahead.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/no_update_pos.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.except/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/regex_error.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.err/error_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.matchflag/match_flag_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/syntax_option_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.def/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.grammar/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.cnstr/cnstr.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.cnstr/cnstr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.comp/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.deref/deref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.incr/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/array.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/init.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/init.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/int.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/vector.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/vector.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.deref/deref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.incr/post.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/assign.il.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/assign_ptr_flag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/assign_ptr_size_flag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/assign_string_flag.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/il.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/constants.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/awk_oct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/bad_escape.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/il_flg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ptr_flg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ptr_size_flg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.locale/imbue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.nonmemb/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.operations/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.swap/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.req/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/begin_end.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/cbegin_cend.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/position.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/prefix.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/suffix.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.all/get_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/form1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/form2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/form3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/form4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.nonmember/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.size/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.size/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.state/ready.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.swap/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.swap/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/compare_string_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/compare_sub_match.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/compare_value_type_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/operator_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/stream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/cmatch.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/cregex_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/cregex_token_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/csub_match.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/regex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/smatch.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/sregex_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/sregex_token_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/ssub_match.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wcmatch.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wcregex_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wcregex_token_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wcsub_match.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wregex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wsmatch.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wsregex_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wsregex_token_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/wssub_match.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/getloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/imbue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/isctype.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/lookup_classname.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/lookup_collatename.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/lookup_collatename.xlocale.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/transform.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/transform_primary.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/translate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/translate_nocase.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/std/iterators/iterators.general/gcc_workaround.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/strings.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/literal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/literal1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/literal1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/literal2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/literal2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/literal3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/input_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/at.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/db_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/db_cback.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/db_cfront.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/db_cindex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/db_front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/db_index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/front.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/capacity.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/clear.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/reserve.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/resize_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/resize_size_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/shrink_to_fit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/char_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/copy_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/copy_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/default_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/dtor_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/initializer_list_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/iter_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/move_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/move_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/pointer_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/pointer_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/pointer_size_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/size_char_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/substr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/begin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/cbegin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/cend.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/crbegin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/crend.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/db_iterators_2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/db_iterators_3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/db_iterators_4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/db_iterators_5.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/db_iterators_6.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/db_iterators_7.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/db_iterators_8.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/end.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/iterators.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/rbegin.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/rend.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/push_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/size_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/string_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/rv_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/size_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/string_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_copy/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/erase_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/erase_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/erase_iter_iter_db1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/erase_iter_iter_db2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/erase_iter_iter_db3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/erase_iter_iter_db4.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/pop_back.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_size_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/size_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/size_pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/size_size_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/size_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/size_string_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_iter_iter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_size_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_size_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_string_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_swap/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line_delim.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line_delim_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/stream_extract.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/stream_insert.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op!=/pointer_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op!=/string_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op!=/string_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op!EQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/char_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/pointer_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/string_char.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/string_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/string_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_operator==/pointer_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_operator==/string_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_operator==/string_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_operatorEQEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt/pointer_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt/string_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt/string_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/pointer_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/string_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/string_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opgtEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_oplt/pointer_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_oplt/string_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_oplt/string_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/pointer_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/string_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/string_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_opltEQ [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string.accessors/c_str.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string.accessors/data.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string.accessors/get_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/size_size_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/size_size_pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/size_size_string_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/char_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/pointer_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/string_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/char_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/pointer_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/string_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/char_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/pointer_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/string_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find/char_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find/pointer_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find/string_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_rfind/char_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_rfind/pointer_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_rfind/pointer_size_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_rfind/string_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_substr/substr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.require/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/test_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/cctype.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/cstring.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/cuchar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/cwchar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/cwctype.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/version_cctype.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/version_cstring.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/version_cuchar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/version_cwchar.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/version_cwctype.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.require/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eq_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/not_eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/to_char_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/to_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eq_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/not_eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/to_char_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/to_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eq_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/not_eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/to_char_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/to_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/compare.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eq_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/find.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/length.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/not_eof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/to_char_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/to_int_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.typedefs/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/typedefs.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stod.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stoi.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stol.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stold.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stoll.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stoul.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/stoull.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/to_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/to_wstring.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/strings.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/DefaultOnly.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/allocators.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/asan_testing.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/hexfloat.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/min_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/nasty_containers.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/platform_support.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/private_constructor.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/test_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/test_iterators.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/testit [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/testit_android [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/async.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/default_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/equivalent_error_code_int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/equivalent_int_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/future_category.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/make_error_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/make_error_condition.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/what.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/future_errc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/future_status.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/is_error_code_enum_future_errc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/launch.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/alloc_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/copy_assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/copy_ctor.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/get_future.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/move_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_lvalue_at_thread_exit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_rvalue_at_thread_exit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_value_at_thread_exit_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_value_at_thread_exit_void.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_value_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/set_value_void.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/uses_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/copy_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ctor_future.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/get.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/move_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/wait.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/wait_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/wait_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.state/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/assign_copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/assign_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ctor1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ctor2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_func.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_func_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/get_future.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/make_ready_at_thread_exit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/operator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/reset.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/uses_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/copy_assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/copy_ctor.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/get.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/move_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/share.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/wait.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/wait_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/wait_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/test_allocator.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/macro.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/cv_status.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/destructor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/native_handle.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/notify_all.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/notify_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/wait.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_for_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/destructor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/notify_all.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/notify_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait.exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_for.exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_for_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_until_pred.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_ctor.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_adopt_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_defer_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/release.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/mutex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/op_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/owns_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/copy_assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/copy_ctor.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_adopt_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_defer_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_time_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_try_to_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/unlock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/nonmember_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/release.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/mutex.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/op_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/owns_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/native_handle.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/native_handle.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/call_once.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/assign.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.exception/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.lockable/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.basic/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.req/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.timed/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.native/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.paramname/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.req/thread.req.timing/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.destr/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/stream.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/thread_id.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/detach.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/get_id.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/join.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/joinable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/native_handle.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.static/hardware_concurrency.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/get_id.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/yield.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/allocs.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/deallocate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/destroy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/inner_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/outer_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/allocator_pointers.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/inner_allocator_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_copy_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_move_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/divides.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/minus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/modulus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/multiplies.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/negate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/plus.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/transparent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_int_0.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_rvalue.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_void_0.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/is_bind_expression.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/is_placeholder.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/placeholders.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/bit_and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/bit_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/bit_or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/bit_xor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/transparent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/equal_to.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/greater.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/greater_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/less.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/less_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/not_equal_to.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/transparent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.def/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/member_data.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/member_data.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/member_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/member_function_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/member_function_const_volatile.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/member_function_volatile.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/binary_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/invoke.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/unary_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/bad_function_call.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/bad_function_call_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_incomplete.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_int_0.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_void_0.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/assign_F_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_==.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/logical_and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/logical_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/logical_or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/binary_negate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/not1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/not2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/unary_negate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/binary.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.access/conversion.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.const/type_ctor.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/cref_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/cref_2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ref_1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ref_1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke_int_0.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke_void_0.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/unary.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/weak_result.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/enum.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/enum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/floating.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/integral.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/integer_seq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.intseq/integer_seq.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.intseq/integer_seq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.make/make_integer_seq.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.make/make_integer_seq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.tag/allocator_arg.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/allocate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/allocate_hint.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/construct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/destroy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/const_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/const_void_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_copy_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_move_assignment.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/rebind_alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/size_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/void_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/rebind_traits.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/value_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.uses/allocator.uses.construction/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.uses/allocator.uses.trait/uses_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.uses/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/c.malloc/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.globals/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/address.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/construct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/max_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator_pointers.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator_types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator_void.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/element_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/pointer_to.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/difference_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/element_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/rebind.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer_to.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/rebind.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/ptr.align/align.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/addressof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy_n.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/uninitialized_fill_n.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/uninitialized_fill.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/storage.iterator/raw_storag_iterator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/temporary.buffer/temporary_buffer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/deleter.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/make_unique.array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/make_unique.array1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/make_unique.array2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/make_unique.array3.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/make_unique.array4.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/make_unique.single.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/convert_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/incomplete.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/void.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/convert_ctor.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/incomplete.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert05.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert06.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert07.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert08.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert09.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/null_asgn.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/null_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/nullptr_asgn.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/pointer_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert05.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert06.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert07.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert08.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert09.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert10.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert11.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert12.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert13.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert14.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert15.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert16.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert17.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert18.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter03.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter04.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter05.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/release.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/reset1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/reset2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/dereference.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/explicit_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/get.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/get_deleter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/op_arrow.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/pointer_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert03.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert05.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert06.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert13.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/null.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/auto_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/auto_pointer01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/auto_pointer02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert03.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert04.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert05.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert05.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert06.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert06.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert07.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert07.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert08.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert09.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert10.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert11.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert12.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert13.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer03.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter03.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter04.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter04.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter05.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter06.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/null.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/release.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset_self.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/dereference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/explicit_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/get.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/get_deleter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/index.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/op_arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/cmp_nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/rel.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.dynamic.safety/declare_no_pointers.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.dynamic.safety/declare_reachable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.dynamic.safety/get_pointer_safety.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.enab/enable_shared_from_this.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.hash/hash_shared_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.hash/hash_unique_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_strong.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_strong_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_weak.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_weak_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_exchange.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_exchange_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_is_lock_free.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_load.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_load_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_store.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_store_explicit.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/test_deleter.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/auto_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/cmp_nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator_throw.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator_throw.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/weak_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/io.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/owner_before_shared_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/owner_before_weak_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/unique.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/shared_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/shared_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr_Y.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/reset.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/expired.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/lock.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/not_less_than.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_shared_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_weak_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/bad_weak_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.hel/integral_constant.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/is_base_of.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/is_convertible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/is_same.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rqmts/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.arr/remove_all_extents.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.arr/remove_extent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/add_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/add_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/add_volatile.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/remove_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/remove_cv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/remove_volatile.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/conditional.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/decay.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/enable_if.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/enable_if.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/enable_if2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/result_of.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ptr/add_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ptr/remove_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ref/add_lvalue_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ref/add_rvalue_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ref/remove_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.sign/make_unsigned.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.type.synop/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary.prop.query/alignment_of.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary.prop.query/extent.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary.prop.query/rank.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/class.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/enum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/floating_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/integral.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/lvalue_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/member_function_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/member_object_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/rvalue_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/union.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/void.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/class.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/floating_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/function.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/integral.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/lvalue_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/member_function_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/member_object_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/rvalue_ref.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/union.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/void.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/__has_operator_addressof.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/has_virtual_destructor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_abstract.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_copy_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_copy_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_default_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_destructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_empty.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_final.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_literal_type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_move_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_move_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_default_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_pod.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_signed.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_standard_layout.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivial.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivialially_copyable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_default_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_unsigned.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_volatile.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/char_pointer.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/copy_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/derive.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.comp_with_t/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.comp_with_t/less_than.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.defs/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.hash/hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.inplace/in_place_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.nullops/eqaul.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.nullops/less_than.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.nullopt/nullopt_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/emplace_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/const_T.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/nullopt_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/rvalue_T.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.dtor/dtor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/value.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/value_const.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/value_or_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional_const_void.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional_not_destructible.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional_not_noexcept_destructible.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional_void.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.relops/equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.relops/less_than.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.specalg/make_optional.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.specalg/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_const_in_place_t.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_const_lvalue_ref.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_const_nullopt_t.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_in_place_t.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_includes_initializer_list.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_lvalue_ref.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_nullopt_t.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/optional_rvalue_ref.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_add.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_add.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_divide.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_divide.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_multiply.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_multiply.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_subtract.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ratio_subtract.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.comparison/ratio_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.comparison/ratio_greater.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.comparison/ratio_greater_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.comparison/ratio_less.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.comparison/ratio_less_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.comparison/ratio_not_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/ratio.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/ratio1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/ratio2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/ratio3.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.si/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/typedefs.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/string_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.hash/bitset.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/all.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/any.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/count.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/flip_all.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/flip_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/index_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/left_shift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/left_shift_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/none.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/not_all.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/op_and_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/op_eq_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/op_or_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/op_xor_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/reset_all.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/reset_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/right_shift.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/right_shift_eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/set_all.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/set_one.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/to_string.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/to_ullong.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/to_ulong.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/op_and.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/op_not.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/op_or.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/stream_in.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/stream_out.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/includes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/clock.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/hours.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/microseconds.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/milliseconds.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/minutes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/nanoseconds.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/rep.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/seconds.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock.req/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.hires/now.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.steady/now.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/from_time_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/now.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/rep_signed.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system/to_time_t.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/default_ratio.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/duration.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/positive_num.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/ratio.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_++.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_++int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_+.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_+=.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_--.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_--int.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_-.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_-=.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_divide=.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_divideEQ.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_mod=duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_mod=rep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_modEQduration.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_modEQrep.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_times=.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_timesEQ.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cast/duration_cast.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cast/toduration.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.comparisons/op_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.comparisons/op_less.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/convert_exact.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/convert_float_to_int.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/convert_inexact.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/convert_inexact.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/convert_int_to_float.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/convert_overflow.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/rep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/rep01.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/rep02.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/rep02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/rep03.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/literals.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/literals1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/literals2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/literals2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_+.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_-.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_divide_duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_divide_rep.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_divide_rep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_mod_duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_mod_rep.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_mod_rep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_times_rep.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_times_rep1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_times_rep2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.observer/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.special/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.special/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.special/zero.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/default_duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/duration.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.arithmetic/op_+=.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.arithmetic/op_+EQ.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.arithmetic/op_-=.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.arithmetic/op_-EQ.pass.cpp [new symlink]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/time_point_cast.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/toduration.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/op_equal.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/op_equal.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/op_less.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/op_less.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/convert.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/convert.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/duration.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/op_+.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/op_-duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/op_-time_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.observer/tested_elsewhere.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.special/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.special/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.duration_values/max.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.duration_values/min.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.duration_values/zero.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.is_fp/treat_as_floating_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/duration.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/time_point.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/MoveOnly.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/TupleFunction.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/alloc_first.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/alloc_last.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/empty_member.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/const_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/move_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_move_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/convert_move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/copy.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/move.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/move_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/forward_as_tuple.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/make_tuple.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/tie.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_const.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type3.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type4.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.helper/tuple_element.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.helper/tuple_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.swap/member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.traits/uses_allocator.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.hash/hash.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/eq.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/hash_code.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/lt.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/name.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.overview/copy_assign.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.overview/copy_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utilities.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility.requirements/allocator.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility.requirements/hash.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility.requirements/nullablepointer.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility.requirements/swappable.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility.requirements/utility.arg.requirements/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/declval/declval.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/exchange/exchange.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/forward.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/forward1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/forward2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/forward3.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/forward4.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/forward5.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/forward6.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/move_copy.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/move_if_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/move_only.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/move_only1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/move_only2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/move_only3.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/move_only4.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/operators/rel_ops.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/get_const.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/get_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/get_rv.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/pairs.by.type.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/pairs.by.type1.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/pairs.by.type2.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/pairs.by.type3.fail.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/tuple_element.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/tuple_size.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.piecewise/piecewise_construct.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.general/nothing_to_do.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/U_V.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/assign_const_pair_U_V.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/assign_rv_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/assign_rv_pair_U_V.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/const_first_const_second.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/default.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/types.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/comparison.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/make_pair.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/non_member_swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/swap.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/swap_array.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/version.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a-hard/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a-hard/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a-hard/thumb/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a-hard/thumb/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/thumb/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/thumb/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi/thumb/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/armeabi/thumb/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/mips/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/mips/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/mips64/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/mips64/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/x86/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/x86/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/libs/x86_64/libc++_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/libs/x86_64/libc++_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0001-android-Add-locale-support.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0002-Fix-GLibc-specific-check.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0003-Fallback-to-locale-C.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0004-std-terminate-should-not-specify-throw-in-C-98.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0005-Fix-gabi-stlport-llvm-libc-build.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0006-Emulate-__has_feature-for-GCC.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0007-Fix-libc-compiler-error-when-calling-std-feof.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0009-Fix-locale-stuff-for-LP64.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0011-Fix-tests-for-Android.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0012-Relax-some-__always_inline__-for-GCC-4.9.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/patches.android/0013-temp-collective-ndk-hackathon-fixes.patch [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/test/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/test/test_1.cc [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++/tools/upgrade-upstream.sh [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++/upstream.config [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/CREDITS.TXT [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/LICENSE.TXT [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/__cxxabi_config.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/cxxabi.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/libunwind.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/compact_unwind_encoding.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/unwind.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/buildit [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/AddressSpace.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/CompactUnwinder.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/DwarfInstructions.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/DwarfParser.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/EHHeaderParser.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/Registers.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/Unwind-EHABI.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/Unwind-EHABI.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/Unwind-sjlj.c [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/UnwindCursor.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/UnwindLevel1-gcc-ext.c [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/UnwindLevel1.c [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/UnwindRegistersRestore.S [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/UnwindRegistersSave.S [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/Unwind_AppleExtras.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/assembly.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/config.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/dwarf2.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/libunwind.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/libunwind_ext.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/unwind_ext.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/abort_message.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/abort_message.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/config.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_aux_runtime.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_default_handlers.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_demangle.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_exception.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_exception.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_exception_storage.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_guard.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_handlers.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_handlers.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_new_delete.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_personality.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_thread_atexit.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_unexpected.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_vector.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/cxa_virtual.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/exception.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/fallback_malloc.ipp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/private_typeinfo.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/private_typeinfo.h [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/stdexcept.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/typeinfo.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/backtrace_test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_array_01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_array_02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_class_01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_class_02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_class_03.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_class_04.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_const_pointer_nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_function_01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_function_02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_in_noexcept.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_member_data_pointer_01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_member_function_pointer_01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_member_pointer_nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_pointer_nullptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_pointer_reference.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_ptr.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/catch_ptr_02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/cxa_thread_atexit_test.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/dynamic_cast14.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/dynamic_cast3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/dynamic_cast5.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/dynamic_cast_stress.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/inherited_exception.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/__init__.py [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/__init__.py [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/config.py [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/lit.cfg [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/lit.site.cfg.in [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/support/timer.hpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_aux_runtime.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_demangle.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_exception_storage.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_fallback_malloc.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_guard.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_vector1.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_vector2.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/test_vector3.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/testit [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/testit_android [new file with mode: 0755]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/unwind_01.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/unwind_02.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/unwind_03.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/unwind_04.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/unwind_05.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/unwind_06.pass.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/llvm-libc++abi/sources.mk [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/LICENSE [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/MODULE_LICENSE_BSD_LIKE [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/README [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/README.android [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/README.original [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/arm64-v8a/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/arm64-v8a/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a-hard/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a-hard/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a-hard/thumb/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a-hard/thumb/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/armeabi/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/armeabi/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/armeabi/thumb/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/armeabi/thumb/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/mips/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/mips/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/mips64/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/mips64/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/x86/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/x86/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/libs/x86_64/libstlport_shared.so [new file with mode: 0755]
ndk/sources/cxx-stl/stlport/libs/x86_64/libstlport_static.a [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/_stdio_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/acquire_release.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/aligned_buffer.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/allocators.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/bitset.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_dummy/c_locale_dummy.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_glibc/c_locale_glibc2.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_win32/c_locale_win32.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_win32/c_wlocale_win32.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/codecvt.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/collate.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/complex.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/complex_io.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/complex_trig.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/ctype.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/cxa.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/details/fstream_stdio.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/details/fstream_unistd.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/details/fstream_win32io.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/dll_main.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/facets_byname.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/fstream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/ios.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/iostream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/istream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale_catalog.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale_impl.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale_impl.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/lock_free_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/message_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/messages.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/monetary.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_get.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_get_float.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_put.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_put_float.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/numpunct.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/ostream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/sparc_atomic.s [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/sparc_atomic64.s [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/sstream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stdio_streambuf.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stdio_streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stlport.rc [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stlport_prefix.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/string.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/strstream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/time_facets.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/warning_disable.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/assert.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ciso646 [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/climits [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/clocale [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/complex [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstdarg [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cwctype [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/deque [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/errno.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/exception [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/exception.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/float.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/fstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/fstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/functional [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/hash_map [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/hash_set [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iomanip [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iomanip.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ios [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ios.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iosfwd [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iso646.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/istream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/istream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iterator [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/limits [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/limits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/list [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/locale [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/map [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/math.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/mem.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/memory [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/new [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/new.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/pthread.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/pthread_alloc [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/queue [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/rlocks.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/rope [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/set [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/setjmp.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/signal.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/slist [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/sstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stack [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdarg.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stddef.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdexcept [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdio.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdiostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdlib.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_abbrevs.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algo.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algo.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algobase.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algobase.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_alloc.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_alloc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_auto_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_bitset.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_bitset.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_bvector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_carray.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_clocale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cmath.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_codecvt.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_collate.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_complex.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_complex.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_config_compat_post.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_construct.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cprolog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_csetjmp.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_csignal.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstdarg.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstddef.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstdio.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstdlib.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstring.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ctime.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ctraits_fns.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cwchar.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cwctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_deque.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_epilog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_exception.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_facets_fwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_fstream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_fstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_function.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_function_adaptors.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_function_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hash_fun.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hash_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hash_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hashtable.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_heap.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_heap.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iomanip.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ios.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ios.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ios_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ioserr.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iosfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iostream_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_istream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_istream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_istreambuf_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iterator_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iterator_old.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_limits.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_limits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_list.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_mbstate_t.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_messages_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_monetary.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_monetary.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_move_construct_fwk.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_new.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_get.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_get.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_put.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_put.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_numeric.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_numeric.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_numpunct.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ostream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ostreambuf_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_pair.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_prolog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_pthread_alloc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ptrs_specialize.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_queue.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_range_errors.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_range_errors.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_raw_storage_iter.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_relops_cont.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_relops_hash_cont.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_rope.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_rope.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist_base.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_sparc_atomic.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_sstream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_sstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stack.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stdexcept.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stdexcept_base.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stdexcept_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stlport_version.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stream_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_streambuf.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_fwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_hash.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_io.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_io.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_npos.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_operators.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_sum.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_sum_methods.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_workaround.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_strstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tempbuf.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tempbuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_threads.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_threads.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_time_facets.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_time_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tree.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tree.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_typeinfo.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_uninitialized.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_unordered_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_valarray.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_valarray.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_vector.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/boost_type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/c_locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/char_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/concept_checks.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_aix.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_android.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_apcc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_apple.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_as400.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_auto_link.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_bc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_como.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_cray.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_cygwin.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_dec.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_dec_vms.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_detect_dll_or_lib.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_dm.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_epilog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_evc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_feedback.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_freebsd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_fujitsu.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_gcc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_hpacc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_hpux.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_ibm.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_icc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_intel.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_kai.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_linux.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_mac.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_mlc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_msvc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_mwerks.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_native_headers.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_openbsd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_prolog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_sgi.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_solaris.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_sunprocc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_system.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_warnings_off.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_watcom.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_windows.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/compat.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/features.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/host.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/stl_confix.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/stl_mycomp.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/user_config.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_debug.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_debug.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_string_sum_methods.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_tree.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/msl_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_tools.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/type_manips.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/streambuf [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/string [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/strstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/strstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/time.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/typeinfo.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/export [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/fstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/fstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/iomanip.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/iostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/ostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/strstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/iomanip [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/ios [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/iosfwd [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/iostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/istream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/locale [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/ostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/sstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/streambuf [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/strstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/utility [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/valarray [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/vector [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/wchar.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/wctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/system/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/system/MODULE_LICENSE_BSD [new file with mode: 0644]
ndk/sources/cxx-stl/system/NOTICE [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/climits [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cwctype_is_not_supported [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/new [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/stl_pair.h [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/utility [new file with mode: 0644]
ndk/sources/cxx-stl/system/setup.mk [new file with mode: 0644]
ndk/sources/third_party/googletest/Android.mk [new file with mode: 0644]
ndk/sources/third_party/googletest/README.NDK [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/CHANGES [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/LICENSE [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/README [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-death-test.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-message.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-param-test.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-param-test.h.pump [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-printers.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-spi.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-test-part.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest-typed-test.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/gtest_prod.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-port.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-string.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-tuple.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-tuple.h.pump [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h.pump [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/prime_tables.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample1.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample1.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample10_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample1_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample2.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample2.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample2_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample3-inl.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample3_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample4.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample4.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample4_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample5_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample6_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample7_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample8_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/samples/sample9_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-all.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-death-test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-filepath.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-internal-inl.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-port.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-printers.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-test-part.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest-typed-test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/src/gtest_main.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-death-test_ex_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-death-test_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-filepath_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-linked_ptr_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-listener_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-message_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-options_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-param-test2_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-param-test_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-param-test_test.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-port_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-printers_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-test-part_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-tuple_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-typed-test2_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-typed-test_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-typed-test_test.h [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest-unittest-api_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_all_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_break_on_failure_unittest.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_break_on_failure_unittest_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_catch_exceptions_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_catch_exceptions_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_color_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_color_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_env_var_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_env_var_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_environment_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_filter_unittest.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_filter_unittest_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_help_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_help_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_list_tests_unittest.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_list_tests_unittest_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_main_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_no_test_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_output_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_output_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_output_test_golden_lin.txt [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_pred_impl_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_prod_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_repeat_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_shuffle_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_shuffle_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_sole_header_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_stress_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_test_utils.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_throw_on_failure_ex_test.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_throw_on_failure_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_throw_on_failure_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_uninitialized_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_uninitialized_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_unittest.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_xml_outfile1_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_xml_outfile2_test_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_xml_outfiles_test.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_xml_output_unittest.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/gtest_xml_output_unittest_.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/gtest_xml_test_utils.py [new file with mode: 0755]
ndk/sources/third_party/googletest/googletest/test/production.cc [new file with mode: 0644]
ndk/sources/third_party/googletest/googletest/test/production.h [new file with mode: 0644]
ndk/sources/third_party/googletest/patches.ndk/0001-Allow-clone-usage-on-MIPS.patch [new file with mode: 0644]
ndk/sources/third_party/googletest/patches.ndk/0002-Work-around-broken-abort-on-Android-MIPS.patch [new file with mode: 0644]
ndk/sources/third_party/googletest/patches.ndk/0003-Allow-clone-usage-on-X86.patch [new file with mode: 0644]
ndk/tests/README [new file with mode: 0644]
ndk/tests/abcc/Android.mk [new file with mode: 0644]
ndk/tests/abcc/AndroidManifest.xml [new symlink]
ndk/tests/abcc/AndroidManifest.xml.debug [new file with mode: 0644]
ndk/tests/abcc/build-abcc.sh [new file with mode: 0755]
ndk/tests/abcc/jni/Abcc.cpp [new file with mode: 0644]
ndk/tests/abcc/jni/Abcc.h [new file with mode: 0644]
ndk/tests/abcc/jni/Android.mk [new file with mode: 0644]
ndk/tests/abcc/jni/Application.mk [new file with mode: 0644]
ndk/tests/abcc/jni/device/Abcc_device.cpp [new file with mode: 0644]
ndk/tests/abcc/jni/device/Abcc_device.h [new file with mode: 0644]
ndk/tests/abcc/jni/device/main.cpp [new file with mode: 0644]
ndk/tests/abcc/jni/host/Abcc_host.cpp [new file with mode: 0644]
ndk/tests/abcc/jni/host/Abcc_host.h [new file with mode: 0644]
ndk/tests/abcc/jni/host/main.cpp [new file with mode: 0644]
ndk/tests/abcc/jni/llvm_34.h [new file with mode: 0644]
ndk/tests/abcc/jni/llvm_35.h [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/LICENSE.TXT [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/Makefile [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/README.TXT [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/configure [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/mman.c [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/mman.h [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/mman.vcproj [new file with mode: 0644]
ndk/tests/abcc/jni/mman-win32/test.c [new file with mode: 0644]
ndk/tests/abcc/src/compiler/abcc/AbccService.java [new file with mode: 0644]
ndk/tests/awk/extract-launchable/multiple-categories.in [new file with mode: 0644]
ndk/tests/awk/extract-launchable/multiple-categories.out [new file with mode: 0644]
ndk/tests/awk/extract-launchable/multiple-launchables.in [new file with mode: 0644]
ndk/tests/awk/extract-launchable/multiple-launchables.out [new file with mode: 0644]
ndk/tests/awk/extract-launchable/no-launchable.in [new file with mode: 0644]
ndk/tests/awk/extract-launchable/no-launchable.out [new file with mode: 0644]
ndk/tests/awk/extract-launchable/one-launchable.in [new file with mode: 0644]
ndk/tests/awk/extract-launchable/one-launchable.out [new file with mode: 0644]
ndk/tests/awk/extract-pid/test-1.in [new file with mode: 0644]
ndk/tests/awk/extract-pid/test-1.out [new file with mode: 0644]
ndk/tests/awk/gen-cygwin-deps-converter/test-1.in [new file with mode: 0644]
ndk/tests/awk/gen-cygwin-deps-converter/test-1.out [new file with mode: 0644]
ndk/tests/awk/gen-cygwin-deps-converter/test-2.in [new file with mode: 0644]
ndk/tests/awk/gen-cygwin-deps-converter/test-2.out [new file with mode: 0644]
ndk/tests/awk/gen-windows-host-path/test-1.in [new file with mode: 0644]
ndk/tests/awk/gen-windows-host-path/test-1.out [new file with mode: 0644]
ndk/tests/build/absolute-src-file-paths/build.sh [new file with mode: 0755]
ndk/tests/build/absolute-src-file-paths/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/absolute-src-file-paths/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/absolute-src-file-paths/src/foo.c [new file with mode: 0644]
ndk/tests/build/absolute-src-file-paths/src/main.c [new file with mode: 0644]
ndk/tests/build/ansi/README [new file with mode: 0644]
ndk/tests/build/ansi/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/ansi/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/ansi/jni/test_ansi.c [new file with mode: 0644]
ndk/tests/build/ansi/jni/test_ansi.cpp [new file with mode: 0644]
ndk/tests/build/awk-trailing-r/AndroidManifest.xml [new file with mode: 0644]
ndk/tests/build/awk-trailing-r/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/awk-trailing-r/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/awk-trailing-r/jni/awk-trailing-r.c [new file with mode: 0644]
ndk/tests/build/b14811006-GOT_PREL-optimization/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/b14811006-GOT_PREL-optimization/build.sh [new file with mode: 0755]
ndk/tests/build/b14811006-GOT_PREL-optimization/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/b14811006-GOT_PREL-optimization/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/b14811006-GOT_PREL-optimization/jni/SkAlphaMulQ.cc [new file with mode: 0644]
ndk/tests/build/b14825026-aarch64-FP_LO_REGS/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/idct_dequant_full_2x_neon.c [new file with mode: 0644]
ndk/tests/build/b8247455-hidden-cxa/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/b8247455-hidden-cxa/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/b8247455-hidden-cxa/jni/idiv.cpp [new file with mode: 0644]
ndk/tests/build/b8247455-hidden-cxa/jni/throw.cpp [new file with mode: 0644]
ndk/tests/build/b9193874-neon/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/b9193874-neon/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/b9193874-neon/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/b9193874-neon/jni/b9193874-neon.c [new file with mode: 0644]
ndk/tests/build/build-assembly-file/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/build-assembly-file/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/build-assembly-file/jni/assembly-mips.S [new file with mode: 0644]
ndk/tests/build/build-assembly-file/jni/assembly-x86.S [new file with mode: 0644]
ndk/tests/build/build-assembly-file/jni/assembly1.s [new file with mode: 0644]
ndk/tests/build/build-assembly-file/jni/assembly2.S [new file with mode: 0644]
ndk/tests/build/build-mode/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/build-mode/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/build-mode/jni/main.c [new file with mode: 0644]
ndk/tests/build/c++-stl-source-extensions/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/c++-stl-source-extensions/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/c++-stl-source-extensions/jni/main.C [new symlink]
ndk/tests/build/c++-stl-source-extensions/jni/main.CPP [new symlink]
ndk/tests/build/c++-stl-source-extensions/jni/main.c++ [new symlink]
ndk/tests/build/c++-stl-source-extensions/jni/main.cc [new file with mode: 0644]
ndk/tests/build/c++-stl-source-extensions/jni/main.cp [new symlink]
ndk/tests/build/c++-stl-source-extensions/jni/main.cpp [new symlink]
ndk/tests/build/c++-stl-source-extensions/jni/main.cxx [new symlink]
ndk/tests/build/check-armeabi-v7a-prebuilts/build.sh [new file with mode: 0755]
ndk/tests/build/check-armeabi-v7a-prebuilts/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/check-armeabi-v7a-prebuilts/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/clang-include-gnu-libc++/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/clang-include-gnu-libc++/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/clang-include-gnu-libc++/jni/clang-include-gnu-libc++.cc [new file with mode: 0644]
ndk/tests/build/clang-multiple-arm-enable-ehabi/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/clang-multiple-arm-enable-ehabi/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/clang-multiple-arm-enable-ehabi/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/clang-multiple-arm-enable-ehabi/jni/clang-multiple-arm-enable-ehabi.cpp [new file with mode: 0644]
ndk/tests/build/cortex-a53-835769/build.sh [new file with mode: 0755]
ndk/tests/build/cortex-a53-835769/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/cortex-a53-835769/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/cortex-a53-835769/jni/cortex-a53-835769-1.c [new file with mode: 0644]
ndk/tests/build/cortex-a53-835769/jni/cortex-a53-835769-2.c [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/foo1.cc [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/foo2.cp [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/foo3.cxx [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/foo4.cpp [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/foo5.C [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/foo6.CPP [new file with mode: 0644]
ndk/tests/build/cpp-extensions/jni/main.c++ [new file with mode: 0644]
ndk/tests/build/deprecate-__set_errno/BUILD_SHOULD_FAIL [new file with mode: 0644]
ndk/tests/build/deprecate-__set_errno/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/deprecate-__set_errno/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/deprecate-__set_errno/jni/deprecate-__set_errno.c [new file with mode: 0644]
ndk/tests/build/deprecate-__set_errno/jni/foo.c [new file with mode: 0644]
ndk/tests/build/fenv/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/fenv/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/fenv/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/fenv/jni/test_fenv.c [new file with mode: 0644]
ndk/tests/build/fenv/jni/test_fenv.cpp [new file with mode: 0644]
ndk/tests/build/flto/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/flto/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/flto/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/flto/jni/flto.c [new file with mode: 0644]
ndk/tests/build/gnustl-force-all/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-all/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-all/jni/forced_all.cpp [new file with mode: 0644]
ndk/tests/build/gnustl-force-exceptions/BUILD_SHOULD_FAIL [new file with mode: 0644]
ndk/tests/build/gnustl-force-exceptions/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-exceptions/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-exceptions/jni/forced_exceptions.cpp [new file with mode: 0644]
ndk/tests/build/gnustl-force-none/BUILD_SHOULD_FAIL [new file with mode: 0644]
ndk/tests/build/gnustl-force-none/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-none/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-none/jni/force_none.cpp [new file with mode: 0644]
ndk/tests/build/gnustl-force-rtti/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-rtti/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/gnustl-force-rtti/jni/forced_rtti.cpp [new file with mode: 0644]
ndk/tests/build/graphite-loop/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/graphite-loop/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/graphite-loop/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/graphite-loop/jni/graphite-loop-transformation.c [new file with mode: 0644]
ndk/tests/build/import-install/README [new file with mode: 0644]
ndk/tests/build/import-install/build.sh [new file with mode: 0755]
ndk/tests/build/import-install/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/import-install/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/import-install/jni/main.c [new file with mode: 0644]
ndk/tests/build/import-install/path1/Android.mk [new file with mode: 0644]
ndk/tests/build/import-install/path1/path1.c [new file with mode: 0644]
ndk/tests/build/import-install/path1/path1.h [new file with mode: 0644]
ndk/tests/build/import-install/path2/Android.mk [new file with mode: 0644]
ndk/tests/build/import-install/path2/path2.c [new file with mode: 0644]
ndk/tests/build/import-install/path2/path2.h [new file with mode: 0644]
ndk/tests/build/import-static/README [new file with mode: 0644]
ndk/tests/build/import-static/bar/Android.mk [new file with mode: 0644]
ndk/tests/build/import-static/bar/bar.c [new file with mode: 0644]
ndk/tests/build/import-static/bar/bar.h [new file with mode: 0644]
ndk/tests/build/import-static/build.sh [new file with mode: 0755]
ndk/tests/build/import-static/foo/Android.mk [new file with mode: 0644]
ndk/tests/build/import-static/foo/foo.c [new file with mode: 0644]
ndk/tests/build/import-static/foo/foo.h [new file with mode: 0644]
ndk/tests/build/import-static/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/import-static/jni/main.c [new file with mode: 0644]
ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/issue-gcc59052-partial-specialization-of-template.cc [new file with mode: 0644]
ndk/tests/build/issue17144-byteswap/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue17144-byteswap/build.sh [new file with mode: 0755]
ndk/tests/build/issue17144-byteswap/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue17144-byteswap/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue17144-byteswap/jni/issue17144-byteswap.c [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/png.h [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/pngconf.h [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/pngdebug.h [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/pnginfo.h [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/pnglibconf.h [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/pngpriv.h [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/pngrtran.c [new file with mode: 0644]
ndk/tests/build/issue20862-libpng-O0/jni/pngstruct.h [new file with mode: 0644]
ndk/tests/build/issue21132-__ARM_ARCH__/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue21132-__ARM_ARCH__/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue21132-__ARM_ARCH__/jni/issue21132-__ARM_ARCH__.c [new file with mode: 0644]
ndk/tests/build/issue22336-ICE-emit-rtl/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue22336-ICE-emit-rtl/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue22336-ICE-emit-rtl/jni/issue22336-ICE-emit-rtl.cpp [new file with mode: 0644]
ndk/tests/build/issue22345-ICE-postreload/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue22345-ICE-postreload/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue22345-ICE-postreload/jni/issue22345-ICE-postreload.cpp [new file with mode: 0644]
ndk/tests/build/issue34613-neon/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue34613-neon/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue34613-neon/jni/issue34613-neon.cpp [new file with mode: 0644]
ndk/tests/build/issue36131-flto-c++11/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue36131-flto-c++11/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue36131-flto-c++11/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue36131-flto-c++11/jni/issue36131-flto-c++11.cxx [new file with mode: 0644]
ndk/tests/build/issue38441-Elf32_auxv_t/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue38441-Elf32_auxv_t/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue38441-Elf32_auxv_t/jni/issue38441-Elf32_auxv_t.c [new file with mode: 0644]
ndk/tests/build/issue39824-__BYTE_ORDER/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue39824-__BYTE_ORDER/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue39824-__BYTE_ORDER/jni/issue39824-_BYTE_ORDER.c [new file with mode: 0644]
ndk/tests/build/issue39824-__BYTE_ORDER/jni/issue39824-__BYTE_ORDER.c [new file with mode: 0644]
ndk/tests/build/issue39983-PAGE_SIZE/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue39983-PAGE_SIZE/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue39983-PAGE_SIZE/jni/issue39983-PAGE_SIZE.c [new file with mode: 0644]
ndk/tests/build/issue40625-SL_IID_ANDROIDBUFFERQUEUESOURCE/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue40625-SL_IID_ANDROIDBUFFERQUEUESOURCE/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue40625-SL_IID_ANDROIDBUFFERQUEUESOURCE/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue40625-SL_IID_ANDROIDBUFFERQUEUESOURCE/jni/issue40625-SL_IID_ANDROIDBUFFERQUEUESOURCE.c [new file with mode: 0644]
ndk/tests/build/issue41297-atomic-64bit/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue41297-atomic-64bit/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue41297-atomic-64bit/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue41297-atomic-64bit/jni/issue41297-atomic-64bit.c [new file with mode: 0644]
ndk/tests/build/issue41387-uniform-initialized-rvalue/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/issue41387-uniform-initialized-rvalue.cpp [new file with mode: 0644]
ndk/tests/build/issue41770-_GLIBCXX_HAS_GTHREADS/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue41770-_GLIBCXX_HAS_GTHREADS/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue41770-_GLIBCXX_HAS_GTHREADS/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue41770-_GLIBCXX_HAS_GTHREADS/jni/issue41770-_GLIBCXX_HAS_GTHREADS.cpp [new file with mode: 0644]
ndk/tests/build/issue42841-LOCAL_PATH/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue42841-LOCAL_PATH/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue42841-LOCAL_PATH/jni/issue42841-LOCAL_PATH.c [new file with mode: 0644]
ndk/tests/build/issue52805-set_new_handler/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue52805-set_new_handler/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue52805-set_new_handler/jni/new_handler.cpp [new file with mode: 0644]
ndk/tests/build/issue52819-STLPORT_FORCE_REBUILD/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue52819-STLPORT_FORCE_REBUILD/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue52819-STLPORT_FORCE_REBUILD/jni/my_jni_module.cpp [new file with mode: 0644]
ndk/tests/build/issue53163-OpenSLES_AndroidConfiguration/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue53163-OpenSLES_AndroidConfiguration/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue53163-OpenSLES_AndroidConfiguration/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue53163-OpenSLES_AndroidConfiguration/jni/issue53163-OpenSLES_AndroidConfiguration.c [new file with mode: 0644]
ndk/tests/build/issue53404-backward-compatibility/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue53404-backward-compatibility/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue53404-backward-compatibility/jni/issue53404-backward-compatibility.cpp [new file with mode: 0644]
ndk/tests/build/issue53646-stlport-stl_confix_h/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue53646-stlport-stl_confix_h/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue53646-stlport-stl_confix_h/jni/issue53646-stlport-stl_confix_h.cpp [new file with mode: 0644]
ndk/tests/build/issue53711-un_h/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue53711-un_h/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue53711-un_h/jni/issue53711-un_h.c [new file with mode: 0644]
ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/issue54465-invalid-asm-operand-out-of-range.cpp [new file with mode: 0644]
ndk/tests/build/issue54623-dcraw_common-x86-segfault/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue54623-dcraw_common-x86-segfault/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue54623-dcraw_common-x86-segfault/jni/issue54623-dcraw_common-x86-segfault.cpp [new file with mode: 0644]
ndk/tests/build/issue56508-gcc4.7-ICE/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue56508-gcc4.7-ICE/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue56508-gcc4.7-ICE/jni/extraMachine.c [new file with mode: 0644]
ndk/tests/build/issue58135-_C_LABEL_STRING/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue58135-_C_LABEL_STRING/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue58135-_C_LABEL_STRING/jni/issue58135-_C_LABEL_STRING.cpp [new file with mode: 0644]
ndk/tests/build/issue64679-prctl/build.sh [new file with mode: 0755]
ndk/tests/build/issue64679-prctl/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue64679-prctl/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue64679-prctl/jni/issue64679-prctl.cc [new file with mode: 0644]
ndk/tests/build/issue65705-asm-pc/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue65705-asm-pc/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue65705-asm-pc/jni/issue65705-asm-pc.c [new file with mode: 0644]
ndk/tests/build/issue66668-libc++-std-feof/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue66668-libc++-std-feof/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue66668-libc++-std-feof/jni/issue66668-libc++-std-feof.cpp [new file with mode: 0644]
ndk/tests/build/issue79114-__builtin___stpncpy_chk/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/issue79114-__builtin___stpncpy_chk/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue79114-__builtin___stpncpy_chk/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue79114-__builtin___stpncpy_chk/jni/__builtin___stpncpy_chk.c [new file with mode: 0644]
ndk/tests/build/issue79115-confusing-ld.gold-warning/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue79115-confusing-ld.gold-warning/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue79115-confusing-ld.gold-warning/jni/issue79115-confusing-ld.gold-warning.c [new file with mode: 0644]
ndk/tests/build/issue81440-non-ascii-comment/build.sh [new file with mode: 0755]
ndk/tests/build/issue81440-non-ascii-comment/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/issue81440-non-ascii-comment/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/issue81440-non-ascii-comment/jni/issue81440-non-ascii-comment.cpp [new file with mode: 0644]
ndk/tests/build/lambda-defarg3/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/lambda-defarg3/COPYING [new file with mode: 0644]
ndk/tests/build/lambda-defarg3/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/lambda-defarg3/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/lambda-defarg3/jni/lambda-defarg3.C [new file with mode: 0644]
ndk/tests/build/libc_no_atexit/build.sh [new file with mode: 0755]
ndk/tests/build/merge-string-literals/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/merge-string-literals/build.sh [new file with mode: 0755]
ndk/tests/build/merge-string-literals/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/merge-string-literals/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/merge-string-literals/jni/merge-string-literals-1.c [new file with mode: 0644]
ndk/tests/build/merge-string-literals/jni/merge-string-literals-2.c [new file with mode: 0644]
ndk/tests/build/mips-fp4/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/mips-fp4/build.sh [new file with mode: 0755]
ndk/tests/build/mips-fp4/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/mips-fp4/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/mips-fp4/jni/mips-fp4-test1-2.c [new file with mode: 0644]
ndk/tests/build/mips-fp4/jni/mips-fp4-test3-6.c [new file with mode: 0644]
ndk/tests/build/multi-abi/README [new file with mode: 0644]
ndk/tests/build/multi-abi/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/multi-abi/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/multi-abi/jni/main.c [new file with mode: 0644]
ndk/tests/build/multi-module-path/build.sh [new file with mode: 0755]
ndk/tests/build/multi-module-path/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/multi-module-path/jni/test.c [new file with mode: 0644]
ndk/tests/build/multi-module-path/path1/foo/Android.mk [new file with mode: 0644]
ndk/tests/build/multi-module-path/path1/foo/foo.h [new file with mode: 0644]
ndk/tests/build/multi-module-path/path1/foo/libfoo.c [new file with mode: 0644]
ndk/tests/build/multi-module-path/path2/bar/Android.mk [new file with mode: 0644]
ndk/tests/build/multi-module-path/path2/bar/bar.h [new file with mode: 0644]
ndk/tests/build/multi-module-path/path2/bar/libbar.c [new file with mode: 0644]
ndk/tests/build/multiple-static-const/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/multiple-static-const/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/multiple-static-const/jni/foo.cpp [new file with mode: 0644]
ndk/tests/build/multiple-static-const/jni/main.cpp [new file with mode: 0644]
ndk/tests/build/multiple-static-const/jni/main.h [new file with mode: 0644]
ndk/tests/build/ndk-build-unit-tests/build.sh [new file with mode: 0755]
ndk/tests/build/ndk-build-unit-tests/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/ndk-out/build.sh [new file with mode: 0755]
ndk/tests/build/ndk-out/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/ndk-out/jni/main.c [new file with mode: 0644]
ndk/tests/build/no-installable-modules/build.sh [new file with mode: 0755]
ndk/tests/build/no-installable-modules/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/no-installable-modules/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/no-installable-modules/jni/foo.c [new file with mode: 0644]
ndk/tests/build/prebuild-stlport/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/prebuild-stlport/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/prebuild-stlport/jni/build_stlport.cpp [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/README [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/build.sh [new file with mode: 0755]
ndk/tests/build/prebuilt-copy/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/jni/main.c [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/prebuilts/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/prebuilts/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/prebuilts/jni/bar.c [new file with mode: 0644]
ndk/tests/build/prebuilt-copy/prebuilts/jni/foo.c [new file with mode: 0644]
ndk/tests/build/project-properties/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/project-properties/default.properties [new file with mode: 0644]
ndk/tests/build/project-properties/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/project-properties/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/project-properties/project.properties [new file with mode: 0644]
ndk/tests/build/pthread-rwlock-initializer/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/pthread-rwlock-initializer/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/pthread-rwlock-initializer/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/pthread-rwlock-initializer/jni/test_pthread_rwlock_initializer.c [new file with mode: 0644]
ndk/tests/build/short-commands/build.sh [new file with mode: 0755]
ndk/tests/build/ssax-instructions/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/build/ssax-instructions/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/ssax-instructions/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/ssax-instructions/jni/test.S [new file with mode: 0644]
ndk/tests/build/stdint-c++/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/stdint-c++/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/stdint-c++/jni/gen-sources.sh [new file with mode: 0755]
ndk/tests/build/stdint-c++/jni/test_all_macros.cpp [new file with mode: 0644]
ndk/tests/build/stdint-c++/jni/test_c.c [new file with mode: 0644]
ndk/tests/build/stdint-c++/jni/test_constant_macros.cpp [new file with mode: 0644]
ndk/tests/build/stdint-c++/jni/test_limit_macros.cpp [new file with mode: 0644]
ndk/tests/build/stdint-c++/jni/test_no_macros.cpp [new file with mode: 0644]
ndk/tests/build/stlport-src-suffix/README [new file with mode: 0644]
ndk/tests/build/stlport-src-suffix/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/stlport-src-suffix/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/stlport-src-suffix/jni/test_stlport.cpp [new file with mode: 0644]
ndk/tests/build/stlport-static-assert/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/stlport-static-assert/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/stlport-static-assert/jni/stlport-static-assert.cpp [new file with mode: 0644]
ndk/tests/build/system-cpp-headers/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/system-cpp-headers/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/system-cpp-headers/jni/main.cpp [new file with mode: 0644]
ndk/tests/build/target-c-includes/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/target-c-includes/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/target-c-includes/jni/check.c [new file with mode: 0644]
ndk/tests/build/target-c-includes/jni/include/math.h [new file with mode: 0644]
ndk/tests/build/test-c-only-flags/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/test-c-only-flags/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/test-c-only-flags/jni/test-c-only-flags.cpp [new file with mode: 0644]
ndk/tests/build/test-gnustl-chrono/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/test-gnustl-chrono/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/test-gnustl-chrono/jni/hanoi.c [new file with mode: 0644]
ndk/tests/build/test-gnustl-chrono/jni/hanoi.h [new file with mode: 0644]
ndk/tests/build/test-gnustl-chrono/jni/main.cpp [new file with mode: 0644]
ndk/tests/build/test-inet-defs/README [new file with mode: 0644]
ndk/tests/build/test-inet-defs/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/test-inet-defs/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/test-inet-defs/jni/test-in.c [new file with mode: 0644]
ndk/tests/build/test-inet-defs/jni/test-in6.c [new file with mode: 0644]
ndk/tests/build/test-stlport_static-exception-force-rebuild/COPYING [new file with mode: 0644]
ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/MODULE_LICENSE_GPL [new file with mode: 0644]
ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/alias1.cpp [new file with mode: 0644]
ndk/tests/build/thin-archives/build.sh [new file with mode: 0755]
ndk/tests/build/thin-archives/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/thin-archives/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/thin-archives/jni/bar.c [new file with mode: 0644]
ndk/tests/build/thin-archives/jni/foo.c [new file with mode: 0644]
ndk/tests/build/thin-archives/jni/main.c [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/bar.c [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/bar.h [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/foo.c [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/foo.h [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/foo2.c [new file with mode: 0644]
ndk/tests/build/topological-sort/jni/main.c [new file with mode: 0644]
ndk/tests/build/ucontext/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/ucontext/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/ucontext/jni/ucontext.c [new file with mode: 0644]
ndk/tests/build/warn-bad-modules/build.sh [new file with mode: 0755]
ndk/tests/build/warn-bad-modules/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/warn-bad-modules/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/warn-bad-modules/jni/foo.cpp [new file with mode: 0644]
ndk/tests/build/warn-no-ldflags-in-static-libraries/build.sh [new file with mode: 0755]
ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/foo.c [new file with mode: 0644]
ndk/tests/build/warn-no-ldlibs-in-static-libraries/build.sh [new file with mode: 0755]
ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/foo.c [new file with mode: 0644]
ndk/tests/build/warn-no-modules/build.sh [new file with mode: 0755]
ndk/tests/build/warn-no-modules/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/warn-noabi/build.sh [new file with mode: 0755]
ndk/tests/build/warn-noabi/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/warn-noabi/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/warn-non-system-libs-in-linker-flags/build.sh [new file with mode: 0755]
ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/foo.c [new file with mode: 0644]
ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/main.c [new file with mode: 0644]
ndk/tests/build/warn-thin-archive-is-for-static-libraries/build.sh [new file with mode: 0755]
ndk/tests/build/warn-thin-archive-is-for-static-libraries/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/warn-thin-archive-is-for-static-libraries/jni/foo.c [new file with mode: 0644]
ndk/tests/build/wchar_t-size/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/wchar_t-size/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/wchar_t-size/jni/test_8bit.c [new file with mode: 0644]
ndk/tests/build/wchar_t-size/jni/test_8bit_cplusplus.cpp [new file with mode: 0644]
ndk/tests/build/wchar_t-size/jni/test_8bit_cplusplus_stdc_limit_macros.cpp [new file with mode: 0644]
ndk/tests/build/wchar_t-size/jni/test_always_signed.c [new file with mode: 0644]
ndk/tests/build/wchar_t-size/jni/test_default.c [new file with mode: 0644]
ndk/tests/check-release.sh [new file with mode: 0755]
ndk/tests/device/b16355626-bad-atof-strtod/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/b16355626-bad-atof-strtod/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/b16355626-bad-atof-strtod/jni/b16355626-bad-atof-strtod.cpp [new file with mode: 0644]
ndk/tests/device/b16355858/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/b16355858/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/b16355858/jni/sample.c [new file with mode: 0644]
ndk/tests/device/b16355858/jni/sample_lib.c [new file with mode: 0644]
ndk/tests/device/b8708181-Vector4/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/b8708181-Vector4/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/b8708181-Vector4/jni/Vector4.cpp [new file with mode: 0644]
ndk/tests/device/bitfield/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/bitfield/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/bitfield/jni/func.c [new file with mode: 0644]
ndk/tests/device/bitfield/jni/header.h [new file with mode: 0644]
ndk/tests/device/bitfield/jni/main.c [new file with mode: 0644]
ndk/tests/device/clone/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/clone/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/clone/jni/clone.c [new file with mode: 0644]
ndk/tests/device/crazy_linker/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/crazy_linker/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/emm/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/emm/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/emm/jni/emm.c [new file with mode: 0644]
ndk/tests/device/exceptions-crash/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/exceptions-crash/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/exceptions-crash/jni/foo.cpp [new file with mode: 0644]
ndk/tests/device/exceptions-crash/jni/main.cpp [new file with mode: 0644]
ndk/tests/device/fenv/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/fenv/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/fenv/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/fenv/jni/test_fenv.c [new file with mode: 0644]
ndk/tests/device/gnustl-shared-1/README [new file with mode: 0644]
ndk/tests/device/gnustl-shared-1/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/gnustl-shared-1/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/gnustl-shared-1/jni/foo.cpp [new file with mode: 0644]
ndk/tests/device/gnustl-shared-1/jni/main.cpp [new file with mode: 0644]
ndk/tests/device/hard-float/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/hard-float/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/hard-float/jni/test-float.c [new file with mode: 0644]
ndk/tests/device/issue19851-sigsetjmp/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue19851-sigsetjmp/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue19851-sigsetjmp/jni/issue19851-sigsetjmp.c [new file with mode: 0644]
ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/issue20176-__gnu_Unwind_Find_exidx.cpp [new file with mode: 0644]
ndk/tests/device/issue22165-typeinfo/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue22165-typeinfo/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue22165-typeinfo/jni/main.cpp [new file with mode: 0644]
ndk/tests/device/issue22165-typeinfo/jni/myexception.h [new file with mode: 0644]
ndk/tests/device/issue22165-typeinfo/jni/throwable.cpp [new file with mode: 0644]
ndk/tests/device/issue22165-typeinfo/jni/throwable.h [new file with mode: 0644]
ndk/tests/device/issue28598-linker-global-ref/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue28598-linker-global-ref/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue28598-linker-global-ref/jni/liba.cpp [new file with mode: 0644]
ndk/tests/device/issue28598-linker-global-ref/jni/liba.h [new file with mode: 0644]
ndk/tests/device/issue28598-linker-global-ref/jni/main.cpp [new file with mode: 0644]
ndk/tests/device/issue35933-lambda/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/issue35933-lambda/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue35933-lambda/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue35933-lambda/jni/issue35933-lambda.cpp [new file with mode: 0644]
ndk/tests/device/issue38121/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue38121/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue38121/jni/main.c [new file with mode: 0644]
ndk/tests/device/issue39680-chrono-resolution/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue39680-chrono-resolution/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue39680-chrono-resolution/jni/issue39680-chrono-resolution.cpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/COPYING [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/compare.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/concept.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/constants.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/find_format.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/find_format_all.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/find_format_store.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/finder.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/formatter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/replace_storage.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/sequence.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/util.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/find_format.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/finder.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/formatter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/replace.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/sequence_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/yes_no_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/aligned_storage.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/array.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/assert.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/arg.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/bind.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/bind_cc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/bind_mf2_cc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/bind_mf_cc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/bind_template.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/mem_fn.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/mem_fn_cc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/mem_fn_template.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/placeholders.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/storage.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/call_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/checked_delete.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/assert.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/backward_compatibility.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/concept_def.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/concept_undef.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/general.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/has_constraints.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/usage.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept_check.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/clang.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/gcc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/no_tr1/cmath.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/no_tr1/complex.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/no_tr1/memory.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/no_tr1/utility.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/platform/linux.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/posix_features.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/select_compiler_config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/select_platform_config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/select_stdlib_config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/stdlib/libstdcpp3.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/suffix.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/user.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/container_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/cstdint.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/cstdlib.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/current_function.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/binary_search.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/call_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/endian.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/fenv.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/indirect_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/lcast_precision.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/reference_content.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/sp_typeinfo.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/workaround.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/current_exception_cast.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/attribute_noreturn.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/error_info_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/type_info.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/exception.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/get_error_info.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/functional/hash/hash_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/functional/hash_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/get_pointer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/integer_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/ios_state.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/is_placeholder.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/config_def.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/config_undef.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/enable_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/facade_iterator_category.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/interoperable.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/iterator_adaptor.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/iterator_categories.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/iterator_concepts.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/iterator_facade.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/iterator_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/reverse_iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/lexical_cast.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/limits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/policy.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/fp_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/round_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/fpclassify.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/math_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/sign.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/promotion.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/real_cast.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/user.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mem_fn.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/memory_order.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/O1_size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/O1_size_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/advance.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/advance_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/always.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/and.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/apply.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/apply_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/apply_wrap.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/arg.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/arg_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/assert.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/at.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/at_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/O1_size_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/adl_barrier.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/advance_backward.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/advance_forward.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/arg_typedef.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/arithmetic_op.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/arity.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/arity_spec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/at_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/begin_end_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/clear_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/common_name_wknd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/comparison_op.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/adl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/arrays.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/bcc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/bind.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/compiler.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/ctps.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/dtp.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/eti.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/forwarding.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/gcc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/has_apply.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/has_xxx.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/integral.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/intel.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/lambda.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/msvc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/msvc_typename.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/nttp.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/overload_resolution.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/pp_counter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/preprocessor.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/static_constant.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/ttp.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/typeof.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/use_preprocessed.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/workaround.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/contains_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/find_if_pred.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/fold_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/full_lambda.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/has_apply.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/has_begin.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/has_size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/has_tag.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/has_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/include_preprocessed.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/inserter_algorithm.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/integral_wrapper.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/is_msvc_eti_arg.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/iter_apply.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/iter_fold_if_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/iter_fold_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/lambda_arity_param.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/lambda_spec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/lambda_support.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/largest_int.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/msvc_eti_base.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/msvc_never_true.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/msvc_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/na.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/na_assert.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/na_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/na_spec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/nested_type_wknd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/nttp_decl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/numeric_cast_utils.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/numeric_op.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/and.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/apply.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/arg.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/bind.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/greater.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/less.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/list.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/minus.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/or.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/plus.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/quote.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/times.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/vector.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/def_params_tail.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/default_params.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/enum.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/params.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/push_back_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/push_front_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/reverse_fold_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/size_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/static_cast.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/template_arity.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/template_arity_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/traits_lambda_spec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/type_wrapper.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/unwrap.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/value_wknd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/yes_no.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/back_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/back_inserter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/begin_end.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/begin_end_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/bind.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/bind_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/bool.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/bool_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/clear.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/clear_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/comparison.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/contains.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/contains_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/deref.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/distance.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/distance_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/empty_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/equal_to.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/eval_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/find.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/find_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/fold.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/for_each.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/front_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/front_inserter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/greater.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/greater_equal.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/has_xxx.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/identity.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/inserter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/int.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/int_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/integral_c.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/integral_c_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/integral_c_tag.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/is_sequence.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/iter_fold.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/iter_fold_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/iterator_range.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/iterator_tags.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/lambda.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/lambda_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/less.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/less_equal.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/limits/arity.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/limits/list.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/limits/vector.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/O1_size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/begin_end.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/clear.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/empty.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/front.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/include_preprocessed.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/item.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/pop_front.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/list10.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/list20.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/push_back.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/push_front.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/tag.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/list0.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/list10.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/list20.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/logical.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/long.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/long_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/minus.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/multiplies.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/negate.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/next.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/next_prior.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/not.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/not_equal_to.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/numeric_cast.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/or.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/pair.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/placeholders.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/plus.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/pop_back_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/pop_front_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/prior.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/protect.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/push_back.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/push_back_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/push_front.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/push_front_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/quote.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/remove_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/reverse_fold.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/same_as.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/sequence_tag.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/sequence_tag_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/size_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/size_t.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/size_t_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/tag.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/times.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/O1_size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/at.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/back.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/begin_end.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/clear.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/empty.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/front.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/include_preprocessed.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/item.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/pop_back.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/pop_front.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/push_back.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/push_front.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/tag.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/vector0.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/vector0.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/vector10.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/vector20.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/void.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/void_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/next_prior.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/noncopyable.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/none.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/none_t.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/bounds.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/cast.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/conversion_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/converter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/converter_policies.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/bounds.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/conversion_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/converter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/int_float_mixture.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/is_subranged.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/meta.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/numeric_cast_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/sign_mixture.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/udt_builtin_mixture.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/int_float_mixture_enum.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/numeric_cast_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/sign_mixture_enum.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/udt_builtin_mixture_enum.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/optional.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/optional_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/add.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/dec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/div_base.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/inc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/mod.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/sub.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/array/data.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/array/elem.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/array/size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/cat.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comma_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comparison/less_equal.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/config/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/deduce_d.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/detail/while.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/expr_iif.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/iif.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/while.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/debug/error.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/auto_rec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/check.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/is_binary.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/empty.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/empty.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/identity.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/overload.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/identity.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/inc.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/bounds/lower1.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/bounds/upper1.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/forward1.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/iterate.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/adt.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/append.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/detail/fold_left.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/detail/fold_right.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/fold_left.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/fold_right.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/for_each_i.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/reverse.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/transform.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/and.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/bitand.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/bool.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/compl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/not.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/comma.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/comma_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/paren.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repeat.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/detail/for.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/enum.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/enum_binary_params.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/enum_params.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/enum_trailing_params.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/for.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/repeat.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/repeat_from_to.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/cat.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/elem.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/enum.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/fold_left.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/for_each.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/for_each_i.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/seq.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/transform.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/def.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/shared.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/slot.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/stringize.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/eat.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/elem.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/rem.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/to_list.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/elem.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/progress.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/equal.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/as_literal.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/begin.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/concepts.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/const_iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/common.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/extract_optional_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/implementation_help.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/misc_concept.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/safe_bool.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/sfinae.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/str_types.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/difference_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/distance.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/empty.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/end.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/functions.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/iterator_range.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/iterator_range_core.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/iterator_range_io.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/mutable_iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/rbegin.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/rend.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/reverse_iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/size.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/size_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/value_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ref.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/scoped_array.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/scoped_ptr.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/shared_array.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/shared_ptr.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/bad_weak_ptr.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/operator_bool.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/shared_count.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/sp_convertible.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/sp_counted_base.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/sp_counted_base_spin.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/sp_counted_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/sp_has_sync.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/spinlock.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/spinlock_pool.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/spinlock_pt.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/spinlock_sync.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/yield_k.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/scoped_array.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/scoped_ptr.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/shared_array.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/shared_ptr.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/static_assert.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/swap.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/debug.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/debug_config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/enable_warnings.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/fwd_decl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/global_typedef.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/log_level.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/suppress_warnings.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/unit_test_parameters.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/workaround.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/execution_monitor.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/floating_point_comparison.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/framework.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/compiler_log_formatter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/debug.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/exception_safety.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/execution_monitor.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/framework.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/interaction_based.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/logged_expectations.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/plain_report_formatter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/progress_monitor.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/results_collector.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/results_reporter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/test_tools.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/unit_test_log.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/unit_test_main.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/unit_test_monitor.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/unit_test_parameters.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/unit_test_suite.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/xml_log_formatter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/xml_report_formatter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/included/unit_test.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/interaction_based.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/mock_object.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/compiler_log_formatter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/plain_report_formatter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/xml_log_formatter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/xml_report_formatter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output_test_stream.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/predicate_result.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/progress_monitor.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/results_collector.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/results_reporter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/test_observer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/test_tools.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/unit_test.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/unit_test_log.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/unit_test_log_formatter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/unit_test_monitor.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/unit_test_suite.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/unit_test_suite_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/algorithm.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/assign_op.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/basic_cstring.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/bcs_char_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/compare.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/io.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/callback.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/class_properties.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/custom_manip.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/fixed_mapping.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/foreach.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/input_iterator_facade.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/token_iterator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/lazy_ostream.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/named_params.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/rtti.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/argument.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/argument_factory.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/argv_traverser.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/argv_traverser.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/basic_parameter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/char_parameter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/char_parameter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/detail/argument_value_usage.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/dual_name_parameter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/dual_name_parameter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/id_policy.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/id_policy.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/argument_factory.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/id_policy.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/modifier.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/named_parameter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/named_parameter.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/parameter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/parser.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/parser.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/typed_parameter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/validation.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/validation.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/value_generator.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/value_handler.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/environment.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/environment.ipp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/modifier.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/variable.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/fwd.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/interpret_argument_value.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/parameter.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/trace.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/validation.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/trivial_singleton.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/wrap_stringstream.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/xml_printer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/throw_exception.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/timer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/add_const.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/add_cv.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/add_pointer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/add_reference.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/add_rvalue_reference.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/add_volatile.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/alignment_of.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/broken_compiler_spec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/config.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/conversion_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/cv_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/bool_trait_def.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/bool_trait_undef.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/cv_traits_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/false_result.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ice_and.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ice_eq.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ice_not.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ice_or.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/is_function_ptr_helper.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/size_t_trait_def.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/size_t_trait_undef.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/template_arity_spec.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/type_trait_def.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/type_trait_undef.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/yes_no_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/function_traits.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/has_nothrow_constructor.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/has_nothrow_copy.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/has_trivial_constructor.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/has_trivial_copy.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ice.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/integral_constant.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/intrinsics.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_abstract.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_arithmetic.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_array.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_class.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_const.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_convertible.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_enum.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_float.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_floating_point.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_function.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_integral.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_lvalue_reference.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_member_function_pointer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_member_pointer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_pod.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_pointer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_reference.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_rvalue_reference.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_same.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_scalar.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_signed.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_unsigned.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_void.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/is_volatile.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/make_unsigned.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/remove_const.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/remove_cv.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/remove_pointer.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/remove_reference.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/remove_volatile.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/type_with_alignment.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/utility.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/addressof.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/base_from_member.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/binary.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/compare_pointees.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/in_place_factory_prefix.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/in_place_factory_suffix.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/enable_if.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/identity_type.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/in_place_factory.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/swap.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/value_init.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/version.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/visit_each.hpp [new file with mode: 0644]
ndk/tests/device/issue42891-boost-1_52/jni/main.cpp [new file with mode: 0644]
ndk/tests/device/issue46718-iostream-crash-gnustl/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue46718-iostream-crash-gnustl/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue46718-iostream-crash-gnustl/jni/issue46718-iostream-crash.cpp [new file with mode: 0644]
ndk/tests/device/issue46718-iostream-crash-stlport/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue46718-iostream-crash-stlport/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue46718-iostream-crash-stlport/jni/issue46718-iostream-crash.cpp [new file with mode: 0644]
ndk/tests/device/issue61659-neon-assignment/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue61659-neon-assignment/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue61659-neon-assignment/jni/issue61659-neon-assignment.c [new file with mode: 0644]
ndk/tests/device/issue62910-gcc4.8.2-libstdc++-nth-element-segfault/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/issue62910-gcc4.8.2-libstdc++-nth-element-segfault/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/issue62910-gcc4.8.2-libstdc++-nth-element-segfault/jni/issue62910-gcc4.8.2-libstdc++-nth-element-segfault.cpp [new file with mode: 0644]
ndk/tests/device/math/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/math/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/math/jni/math.c [new file with mode: 0644]
ndk/tests/device/math/jni/math.cpp [new symlink]
ndk/tests/device/multi-static-instances/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/multi-static-instances/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/multi-static-instances/jni/main.cpp [new file with mode: 0644]
ndk/tests/device/stat/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/stat/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/stat/jni/stat.c [new file with mode: 0644]
ndk/tests/device/static-executable/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/static-executable/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/static-executable/jni/main.cxx [new file with mode: 0644]
ndk/tests/device/test-android-support/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-android-support/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-basic-exceptions/README [new file with mode: 0644]
ndk/tests/device/test-basic-exceptions/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-basic-exceptions/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-basic-exceptions/jni/test_basic_exceptions.cpp [new file with mode: 0644]
ndk/tests/device/test-basic-rtti/README [new file with mode: 0644]
ndk/tests/device/test-basic-rtti/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-basic-rtti/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-basic-rtti/jni/test_basic_rtti.cpp [new file with mode: 0644]
ndk/tests/device/test-compiler-bug-1/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-compiler-bug-1/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-compiler-bug-1/jni/main.c [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/test_android_setCpuArm_1.c [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/test_android_setCpu_1.c [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/test_android_setCpu_2.c [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/test_arm_idiv.c [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/test_cpufeatures.c [new file with mode: 0644]
ndk/tests/device/test-cxx-init-array/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-cxx-init-array/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-cxx-init-array/jni/global_ctor.cpp [new file with mode: 0644]
ndk/tests/device/test-cxx-init-array/jni/global_ctor.h [new file with mode: 0644]
ndk/tests/device/test-cxx-init-array/jni/test.cpp [new file with mode: 0644]
ndk/tests/device/test-gabi++/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/test-gabi++/README [new file with mode: 0644]
ndk/tests/device/test-gabi++/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gabi++/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gabi++/jni/dummy.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-1/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-1/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-1/jni/hello.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-2/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-2/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-2/jni/hello.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/copy_vector_into_a_set.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/_template.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/accum_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/adj_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/advance_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/alg_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/algorithm_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/allocator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/assert_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bcompos_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bind_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/binsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bitset_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bitset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bnegate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/boost_check.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bound_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bsearch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bvector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/c_limits_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/c_locale_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cassert_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cerrno_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cfloat_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ciso646_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/climits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/clocale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cmath_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cmath_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/codecvt_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/collate_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/complete_digits.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/complex_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/config_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/copy_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/count_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/cppunit_mini.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/cppunit_proxy.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/cppunit_timer.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/file_reporter.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/test_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/csetjmp_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/csignal_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstdarg_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstddef_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstdio_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstdlib_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstring_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstring_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ctime_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ctype_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ctype_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cwchar_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cwctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/deque_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/deque_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/divides_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/epilog_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/equal_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/errno_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/exception_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/exception_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fadapter.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fib.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fill_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/find_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/finsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/float_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/foreach_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/full_streambuf.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/func_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/functional_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/generator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/greater_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/hash_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/heap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/includes_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/innerprod_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/inplace_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/insert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ioiter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iomanip_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ios_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iosfwd_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iostream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iota.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iota_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iso646_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/istmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/istream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iterator_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/less_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/lexcmp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/limits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/limits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/list_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/list_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/locale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/locale_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/locale_test.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/logic_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/macro_checks.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/map_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/map_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/math_aux.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/math_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/max_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/memory_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/memory_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/merge_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/messages_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mfunptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/min_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mismatch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/modulus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/money_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/multiset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_declaration_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_test.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/neq_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/new_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/nthelm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/num_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/num_put_get_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/numeric_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ostmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/pair_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/partial_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/partition_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/perm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/plusminus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ptr2_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ptrspec_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/queue_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/queue_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rawriter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/reference_wrapper_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/resolve_name.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/reviter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rm_cp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rndshf_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rope_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rotate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/search_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/set_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/set_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setdiff_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setinter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setjmp_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setjmp_header_test2.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setunion_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/shared_ptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/signal_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/slist_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/sort_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/sstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/sstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stack_allocator.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stack_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stack_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdarg_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stddef_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdexcept_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdio_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdlib_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stldbg_include.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/streambuf_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/string_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/string_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/string_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/strstream_buffer_read_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/strstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/strstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/swap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/test_errno.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/time_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/time_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/times_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/transform_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/type_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/typeinfo_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unary.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unary_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/uninitialized_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unique_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unordered_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/utility_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/valarray_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/valarray_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/vector_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/vector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/wchar_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/wctype_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test0_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test0_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test1_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test1_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test2_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test2_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test3_bar.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test3_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test3_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test4_bar.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test4_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_shared-exception/jni/test4_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test0_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test0_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test1_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test1_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test2_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test2_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test3_bar.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test3_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test3_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test4_bar.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test4_foo.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl_static-exception/jni/test4_main.cpp [new file with mode: 0644]
ndk/tests/device/test-googletest-full/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-googletest-full/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-googletest-gnustl/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-googletest-gnustl/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-googletest-stlport/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-googletest-stlport/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-shared-full/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/test-libc++-shared-full/BROKEN_RUN [new file with mode: 0644]
ndk/tests/device/test-libc++-shared-full/DATA [new file with mode: 0644]
ndk/tests/device/test-libc++-shared-full/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-shared-full/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-shared/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-shared/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-shared/jni/test_1.cc [new file with mode: 0644]
ndk/tests/device/test-libc++-static-full/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/test-libc++-static-full/BROKEN_RUN [new file with mode: 0644]
ndk/tests/device/test-libc++-static-full/DATA [new file with mode: 0644]
ndk/tests/device/test-libc++-static-full/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-static-full/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-static/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-static/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-libc++-static/jni/test_1.cc [new file with mode: 0644]
ndk/tests/device/test-libc++/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/test-libc++/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-libc++/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-libc++/jni/test_1.cc [new file with mode: 0644]
ndk/tests/device/test-openmp/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/test-openmp/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-openmp/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-openmp/jni/fib.c [new file with mode: 0644]
ndk/tests/device/test-openmp/jni/openmp.c [new file with mode: 0644]
ndk/tests/device/test-openmp/jni/openmp2.c [new file with mode: 0644]
ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/copy_vector_into_a_set.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport-rtti/README [new file with mode: 0644]
ndk/tests/device/test-stlport-rtti/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-stlport-rtti/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-stlport-rtti/jni/test_stlport_rtti.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-stlport/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/_template.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/accum_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/adj_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/advance_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/alg_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/algorithm_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/allocator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/assert_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bcompos_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bind_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/binsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bitset_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bitset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bnegate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/boost_check.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bound_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bsearch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bvector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/c_limits_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/c_locale_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cassert_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cerrno_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cfloat_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ciso646_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/climits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/clocale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cmath_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cmath_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/codecvt_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/collate_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/complete_digits.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/complex_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/config_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/copy_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/count_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/cppunit_mini.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/cppunit_proxy.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/cppunit_timer.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/file_reporter.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/test_main.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/csetjmp_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/csignal_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstdarg_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstddef_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstdio_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstdlib_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstring_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstring_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ctime_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ctype_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ctype_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cwchar_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cwctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/deque_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/deque_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/divides_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/epilog_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/equal_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/errno_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/exception_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/exception_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fadapter.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fib.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fill_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/find_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/finsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/float_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/foreach_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/full_streambuf.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/func_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/functional_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/generator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/greater_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/hash_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/heap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/includes_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/innerprod_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/inplace_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/insert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ioiter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iomanip_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ios_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iosfwd_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iostream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iota.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iota_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iso646_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/istmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/istream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iterator_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/less_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/lexcmp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/limits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/limits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/list_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/list_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/locale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/locale_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/locale_test.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/logic_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/macro_checks.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/map_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/map_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/math_aux.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/math_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/max_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/memory_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/memory_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/merge_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/messages_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mfunptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/min_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mismatch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/modulus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/money_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/multiset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_declaration_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_test.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/neq_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/new_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/nthelm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/num_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/num_put_get_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/numeric_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ostmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/pair_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/partial_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/partition_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/perm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/plusminus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ptr2_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ptrspec_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/queue_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/queue_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rawriter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/reference_wrapper_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/resolve_name.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/reviter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rm_cp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rndshf_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rope_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rotate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/search_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/set_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/set_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setdiff_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setinter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setjmp_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setjmp_header_test2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setunion_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/shared_ptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/signal_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/slist_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/sort_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/sstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/sstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stack_allocator.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stack_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stack_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdarg_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stddef_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdexcept_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdio_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdlib_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stldbg_include.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/streambuf_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/string_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/string_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/string_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/strstream_buffer_read_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/strstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/strstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/swap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/test_errno.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/time_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/time_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/times_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/transform_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/type_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/typeinfo_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unary.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unary_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/uninitialized_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unique_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unordered_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/utility_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/valarray_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/valarray_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/vector_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/vector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/wchar_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/wctype_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/BROKEN_RUN [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/COPYING [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/MODULE_LICENSE_GPL [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/alias1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/alias2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/array1_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/array5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/arraynew.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/badalloc1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch11.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch12.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch3p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch4p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch5p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch6p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch7p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch8.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch8p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catch9p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/catchptr1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/check.h [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/cleanup1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/cleanup2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/cond1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/const.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/crossjump1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ctor1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ctor1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ctor2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/delayslot1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/delete1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/delete2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/delete3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/delete3_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/dtor1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/dyncast1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/dyncast2_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/dyncast7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eb50.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eb88.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh-alloca-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh-global-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh-inline-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh-inline-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh-vararg-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh-vararg-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh10.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh12.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh14.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh16.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh17.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh18.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh21.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh23.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh24.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh25.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh26.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh27.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh28.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh29.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh31.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh33.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh34.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh35.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh36.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh37.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh38.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh39.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh3_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh3_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh40.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh41.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh42.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh44.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh47.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh48.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh49.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh50.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh51.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh53.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh55.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh8.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh990323-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh990323-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh990323-3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh990323-4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/eh990323-5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ehopt1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/elide1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/elide2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/explarg1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/filter1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/filter2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/flow1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/fntry1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/fntry1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/fp-regs.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/gcsec1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_assign.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_assign_odr.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_constructor.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_constructor_odr.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy-3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy-4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy-5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy-6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy-7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/has_nothrow_copy_odr.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ia64-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ice990323-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/init7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/inline2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/label3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/loop1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/loop2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new11.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new16.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new1_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new1_3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new1_4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new23.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new2_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/new7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/omit-frame-pointer2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/operators23.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/operators27.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/overload12_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/p11667.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/p755.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/p755a.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/p7912.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/p8155.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/p9706.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pdel1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pdel2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/placement2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pr17697-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pr17697-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pr22167.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pr23299.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pr29166.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pr36449.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/pretty2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ptr1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ptrmem1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/ref9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/reg-stack.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/registers1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/rethrow1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/rethrow2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/rethrow3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/rethrow4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/rethrow5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/rethrow6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/rvalue1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/singleton.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spbp.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec3_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec7_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/spec9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/synth2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/template1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/terminate1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/terminate2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/throw-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/throw-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/throw-3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/throw-4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/tmpl1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/unexpected1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/unroll1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/unwind1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/variadic73.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/vbase1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/vbase2_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/vbase2_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/vbase4_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/vtable2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_shared-exception/jni/weak1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/BROKEN_RUN [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/COPYING [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/MODULE_LICENSE_GPL [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/alias1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/alias2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/array1_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/array5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/arraynew.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/badalloc1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch11.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch12.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch3p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch4p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch5p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch6p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch7p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch8.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch8p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catch9p.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/catchptr1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/check.h [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/cleanup1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/cleanup2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/cond1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/const.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/crossjump1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ctor1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ctor1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ctor2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/delayslot1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/delete1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/delete2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/delete3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/delete3_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/dtor1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/dyncast1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/dyncast2_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/dyncast7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eb50.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eb88.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh-alloca-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh-global-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh-inline-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh-inline-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh-vararg-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh-vararg-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh10.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh12.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh14.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh16.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh17.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh18.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh21.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh23.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh24.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh25.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh26.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh27.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh28.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh29.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh31.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh33.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh34.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh35.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh36.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh37.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh38.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh39.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh3_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh3_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh40.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh41.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh42.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh44.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh47.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh48.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh49.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh50.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh51.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh53.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh55.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh8.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh990323-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh990323-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh990323-3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh990323-4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/eh990323-5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ehopt1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/elide1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/elide2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/explarg1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/filter1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/filter2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/flow1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/fntry1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/fntry1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/fp-regs.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/gcsec1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_assign.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_assign_odr.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_constructor.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_constructor_odr.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy-3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy-4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy-5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy-6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy-7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/has_nothrow_copy_odr.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ia64-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ice990323-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/init7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/inline2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/label3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/loop1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/loop2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new11.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new16.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new1_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new1_3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new1_4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new23.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new2_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/new7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/omit-frame-pointer2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/operators23.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/operators27.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/overload12_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/p11667.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/p755.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/p755a.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/p7912.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/p8155.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/p9706.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pdel1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pdel2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/placement2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pr17697-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pr17697-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pr22167.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pr23299.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pr29166.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pr36449.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/pretty2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ptr1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ptrmem1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/ref9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/reg-stack.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/registers1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/rethrow1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/rethrow2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/rethrow3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/rethrow4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/rethrow5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/rethrow6.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/rvalue1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/singleton.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spbp.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec3_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec5.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec7.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec7_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/spec9.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/synth2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/template1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/terminate1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/terminate2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/throw-1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/throw-2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/throw-3.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/throw-4.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/tmpl1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/unexpected1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/unroll1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/unwind1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/variadic73.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/vbase1_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/vbase2_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/vbase2_2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/vbase4_1.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/vtable2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport_static-exception/jni/weak1.cpp [new file with mode: 0644]
ndk/tests/device/test-unwind-struct/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-unwind-struct/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-unwind-struct/jni/main.c [new file with mode: 0644]
ndk/tests/device/test-wait/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-wait/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-wait/jni/test_wait.c [new file with mode: 0644]
ndk/tests/device/test-yasm/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-yasm/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-yasm/jni/print_hello.asm [new file with mode: 0644]
ndk/tests/device/test-yasm/jni/test-yasm.c [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/foo.c [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/foo2.c [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/main.c [new file with mode: 0644]
ndk/tests/run-libcxx.sh [new file with mode: 0755]
ndk/tests/run-tests-all.sh [new file with mode: 0755]
ndk/tests/run-tests.sh [new file with mode: 0755]
ndk/tests/standalone/basic-c-compile/main.c [new file with mode: 0644]
ndk/tests/standalone/basic-cxx-compile/main.cpp [new file with mode: 0644]
ndk/tests/standalone/builtin-macros/run.sh [new file with mode: 0644]
ndk/tests/standalone/init-fini-arrays/README [new file with mode: 0644]
ndk/tests/standalone/init-fini-arrays/foo.cpp [new file with mode: 0644]
ndk/tests/standalone/init-fini-arrays/run.sh [new file with mode: 0644]
ndk/tests/standalone/run.sh [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/config.mk [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/ar [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/as [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/ld [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/ld.bfd [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/ld.gold [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/ld.mcld [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/nm [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/objcopy [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/objdump [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/ranlib [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/bin/strip [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elf32b.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64elfb.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xd [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xdc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xdw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xd [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xdc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xdw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xd [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xdc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xdw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linux32b.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xd [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xdc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xdw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/aarch64linuxb.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xd [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xdc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xdw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelf_linux_eabi.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.x [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xbn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xd [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xdc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xdw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xn [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xr [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xs [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xsc [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xsw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xu [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib/ldscripts/armelfb_linux_eabi.xw [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib64/libatomic.a [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib64/libgomp.a [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/aarch64-linux-android/lib64/libgomp.spec [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-addr2line [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-as [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-c++ [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-c++filt [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-cpp [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-dwp [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-elfedit [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-g++ [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc-4.9 [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc-ar [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc-nm [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcov [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcov-tool [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gdb [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gprof [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld.bfd [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld.gold [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld.mcld [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-nm [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-objcopy [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ranlib [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-readelf [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-size [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-strings [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/crtbegin.o [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/crtend.o [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/crtendS.o [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/gcov-src/gcov-io.c [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/gcov-src/gcov-io.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/gcov-src/gcov-iov.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/gcov-src/libgcov-driver.c [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include-fixed/README [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/float.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/iso646.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/omp.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdatomic.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stddef.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdint.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/unwind.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/include/varargs.h [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/libgcc.a [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/aarch64-linux-android/4.9/libgcov.a [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/cc1 [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/cc1plus [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/collect2 [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/libfunction_reordering_plugin.so [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/libfunction_reordering_plugin.so.0 [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/libfunction_reordering_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/liblto_plugin.so [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/liblto_plugin.so.0 [new symlink]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/lto-wrapper [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/lto1 [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/aarch64-linux-android/4.9/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-4.9/setup.mk [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-clang3.5/config.mk [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-clang3.5/setup.mk [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-clang3.6/config.mk [new file with mode: 0644]
ndk/toolchains/aarch64-linux-android-clang3.6/setup.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/config.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ar [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/as [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/c++ [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/g++ [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/gcc [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld.bfd [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld.gold [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld.mcld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/nm [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/objcopy [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/objdump [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ranlib [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/bin/strip [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/hard/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/hard/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/hard/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/hard/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/hard/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/hard/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.x [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xbn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xd [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xdc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xdw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xr [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xs [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xsc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xsw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xu [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.x [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xbn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xd [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xdc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xdw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xr [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xs [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xsc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xsw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xu [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/thumb/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/thumb/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/arm-linux-androideabi/lib/thumb/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-addr2line [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-as [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-c++ [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-c++filt [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-cpp [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-elfedit [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-4.8 [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-ar [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-nm [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcov [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gdb [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gprof [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld.bfd [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld.gold [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld.mcld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objcopy [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ranlib [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-readelf [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-size [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strings [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/hard/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/hard/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/hard/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/hard/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/hard/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/hard/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/hard/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/hard/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/hard/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/hard/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/hard/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/hard/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/hard/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/hard/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/armv7-a/thumb/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include-fixed/README [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/float.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/iso646.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/omp.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stddef.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stdint.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/unwind-arm-common.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/unwind.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/include/varargs.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/thumb/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/thumb/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/thumb/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/thumb/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/thumb/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/thumb/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.8/thumb/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib/libarm-linux-android-sim.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/lib64/libiberty.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/cc1 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/cc1plus [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/collect2 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/liblto_plugin.so [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/liblto_plugin.so.0 [new symlink]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/lto1 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.8/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.8/setup.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/config.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ar [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/as [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld.bfd [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld.gold [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ld.mcld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/nm [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/objcopy [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/objdump [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/ranlib [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/bin/strip [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/hard/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/hard/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/hard/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/hard/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/hard/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/hard/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a/thumb/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.x [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xbn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xd [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xdc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xdw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xr [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xs [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xsc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xsw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xu [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelf_linux_eabi.xw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.x [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xbn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xd [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xdc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xdw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xn [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xr [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xs [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xsc [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xsw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xu [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/thumb/libatomic.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/thumb/libgomp.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/thumb/libgomp.spec [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-addr2line [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-as [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-c++ [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-c++filt [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-cpp [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-elfedit [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-4.9 [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-ar [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-nm [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcov [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcov-tool [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gdb [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gprof [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld.bfd [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld.gold [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld.mcld [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objcopy [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ranlib [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-readelf [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-size [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strings [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/hard/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/hard/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/hard/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/hard/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/hard/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/hard/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/hard/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/hard/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/hard/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/hard/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/hard/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/hard/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/hard/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/hard/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/gcov-src/gcov-io.c [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/gcov-src/gcov-io.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/gcov-src/gcov-iov.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/gcov-src/libgcov-driver.c [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include-fixed/README [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/arm_acle.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/float.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/iso646.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/omp.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdatomic.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stddef.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdint.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/unwind-arm-common.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/unwind.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include/varargs.h [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/thumb/crtbegin.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/thumb/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/thumb/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/thumb/crtend.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/thumb/crtendS.o [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/thumb/libgcc.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/thumb/libgcov.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/libarm-linux-android-sim.a [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/cc1 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/cc1plus [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/collect2 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/libfunction_reordering_plugin.so [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/libfunction_reordering_plugin.so.0 [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/libfunction_reordering_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/liblto_plugin.so [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/liblto_plugin.so.0 [new symlink]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/lto-wrapper [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/lto1 [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/libexec/gcc/arm-linux-androideabi/4.9/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.9/setup.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-clang3.5/config.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-clang3.5/setup.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-clang3.6/config.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-clang3.6/setup.mk [new file with mode: 0644]
ndk/toolchains/llvm-3.5/config.mk [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/arm64-v8a/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/arm64-v8a/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/armeabi-v7a-hard/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/armeabi-v7a-hard/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/armeabi-v7a/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/armeabi-v7a/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/armeabi/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/armeabi/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/asan_device_setup [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/clang [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/clang++ [new symlink]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/ld.mcld [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/le32-none-ndk-link [new symlink]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/le32-none-ndk-strip [new symlink]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/le32-none-ndk-translate [new symlink]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/le64-none-ndk-link [new symlink]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/le64-none-ndk-strip [new symlink]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/le64-none-ndk-translate [new symlink]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/llc [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/llvm-ar [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/llvm-as [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/llvm-dis [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/llvm-link [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/mips/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/mips/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/mips64/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/mips64/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/ndk-bc2native [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/ndk-link [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/ndk-strip [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/ndk-translate [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/opt [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/x86/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/x86/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/x86_64/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/bin/x86_64/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/LLVMgold.so [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/Intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/__wmmintrin_aes.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/__wmmintrin_pclmul.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/altivec.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/ammintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/arm_acle.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/arm_neon_x86.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/avx2intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/avx512erintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/avx512fintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/avxintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/bmi2intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/bmiintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/cpuid.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/emmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/f16cintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/float.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/fma4intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/fmaintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/ia32intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/immintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/iso646.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/limits.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/lzcntintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/mm3dnow.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/mm_malloc.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/module.modulemap [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/nmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/pmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/popcntintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/prfchwintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/rdseedintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/rtmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/allocator_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/asan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/common_interface_defs.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/dfsan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/linux_syscall_hooks.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/lsan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/msan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/sanitizer/tsan_interface_atomic.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/shaintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/smmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/stddef.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/stdint.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/tbmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/tgmath.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/tmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/unwind.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/varargs.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/wmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/x86intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/xmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/include/xopintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan-arm-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan-arm-android.a.syms [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan-arm-android.so [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan-i686-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan-i686-android.so [new file with mode: 0755]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan-preinit-arm-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan-preinit-i686-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan_cxx-arm-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan_cxx-arm-android.a.syms [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/clang/3.5/lib/linux/libclang_rt.asan_cxx-i686-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.5/prebuilt/linux-x86_64/lib/libLTO.so [new file with mode: 0755]
ndk/toolchains/llvm-3.5/setup-common.mk [new file with mode: 0644]
ndk/toolchains/llvm-3.5/setup.mk [new file with mode: 0644]
ndk/toolchains/llvm-3.6/config.mk [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/arm64-v8a/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/arm64-v8a/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/armeabi-v7a-hard/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/armeabi-v7a-hard/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/armeabi-v7a/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/armeabi-v7a/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/armeabi/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/armeabi/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/asan_device_setup [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/clang [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/clang++ [new symlink]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/ld.mcld [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/le32-none-ndk-link [new symlink]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/le32-none-ndk-strip [new symlink]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/le32-none-ndk-translate [new symlink]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/le64-none-ndk-link [new symlink]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/le64-none-ndk-strip [new symlink]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/le64-none-ndk-translate [new symlink]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/llc [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/llvm-ar [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/llvm-as [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/llvm-dis [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/llvm-link [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/mips/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/mips/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/mips64/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/mips64/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/ndk-link [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/ndk-strip [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/ndk-translate [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/opt [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/x86/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/x86/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/x86_64/analyzer [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/bin/x86_64/analyzer++ [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/LLVMgold.so [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/Intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/__stddef_max_align_t.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/__wmmintrin_aes.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/__wmmintrin_pclmul.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/adxintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/altivec.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/ammintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/arm_acle.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/arm_neon_x86.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/avx2intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/avx512bwintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/avx512erintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/avx512fintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/avx512vlbwintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/avx512vlintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/avxintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/bmi2intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/bmiintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/cpuid.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/emmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/f16cintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/float.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/fma4intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/fmaintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/ia32intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/immintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/iso646.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/limits.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/lzcntintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/mm3dnow.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/mm_malloc.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/module.modulemap [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/nmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/pmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/popcntintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/prfchwintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/rdseedintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/rtmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/allocator_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/asan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/common_interface_defs.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/dfsan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/linux_syscall_hooks.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/lsan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/msan_interface.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/sanitizer/tsan_interface_atomic.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/shaintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/smmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/stdatomic.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/stddef.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/stdint.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/tbmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/tgmath.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/tmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/unwind.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/vadefs.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/varargs.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/wmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/x86intrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/xmmintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/include/xopintrin.h [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan-arm-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan-arm-android.a.syms [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan-arm-android.so [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan-i686-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan-i686-android.so [new file with mode: 0755]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan-preinit-arm-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan-preinit-i686-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan_cxx-arm-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan_cxx-arm-android.a.syms [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/clang/3.6/lib/linux/libclang_rt.asan_cxx-i686-android.a [new file with mode: 0644]
ndk/toolchains/llvm-3.6/prebuilt/linux-x86_64/lib/libLTO.so [new file with mode: 0755]
ndk/toolchains/llvm-3.6/setup-common.mk [new file with mode: 0644]
ndk/toolchains/llvm-3.6/setup.mk [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/config.mk [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-addr2line [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-ar [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-as [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-c++ [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-c++filt [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-cpp [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-elfedit [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-g++ [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gcc [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gcc-4.9 [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gcc-ar [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gcc-nm [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gcov [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gcov-tool [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gdb [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-gprof [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-ld [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-ld.bfd [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-ld.mcld [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-nm [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-objcopy [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-objdump [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-ranlib [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-readelf [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-size [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-strings [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-strip [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtend.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtendS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/libgcc.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/libgcov.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtend.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtendS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/libgcc.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/libgcov.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtend.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtendS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/libgcc.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/libgcov.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/crtend.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/crtendS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/gcov-src/gcov-io.c [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/gcov-src/gcov-io.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/gcov-src/gcov-iov.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/gcov-src/libgcov-driver.c [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include-fixed/README [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/nameser_compat.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/float.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/iso646.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/loongson.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/msa.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/omp.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdatomic.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stddef.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdint.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/unwind.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/include/varargs.h [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/libgcc.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/libgcov.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/crtend.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/crtendS.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/libgcc.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mips64el-linux-android/4.9/mips64-r2/libgcov.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/lib/libmips64el-unknown-linux-android-sim.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/cc1 [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/cc1plus [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/collect2 [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/libfunction_reordering_plugin.so [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/libfunction_reordering_plugin.so.0 [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/libfunction_reordering_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/liblto_plugin.so [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/liblto_plugin.so.0 [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/lto-wrapper [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/lto1 [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mips64el-linux-android/4.9/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/ar [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/as [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/ld [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/ld.bfd [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/ld.mcld [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/nm [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/objcopy [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/objdump [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/ranlib [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/bin/strip [new symlink]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.x [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xbn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xd [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xdc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xdw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xr [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xs [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xsc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xsw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xu [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmip.xw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.x [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xbn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xd [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xdc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xdw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xr [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xs [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xsc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xsw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xu [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32btsmipn32.xw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.x [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xbn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xd [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xdc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xdw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xr [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xs [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xsc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xsw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xu [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmip.xw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.x [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xbn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xd [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xdc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xdw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xr [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xs [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xsc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xsw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xu [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf32ltsmipn32.xw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.x [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xbn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xd [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xdc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xdw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xr [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xs [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xsc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xsw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xu [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64btsmip.xw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.x [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xbn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xd [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xdc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xdw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xn [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xr [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xs [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsc [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xsw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xu [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/ldscripts/elf64ltsmip.xw [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib64/libatomic.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib64/libgomp.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib64/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib64r2/libatomic.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib64r2/libgomp.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/lib64r2/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/libr2/libatomic.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/libr2/libgomp.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/libr2/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/libr6/libatomic.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/libr6/libgomp.a [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/mips64el-linux-android/libr6/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-4.9/setup.mk [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-clang3.5/config.mk [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-clang3.5/setup.mk [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-clang3.6/config.mk [new file with mode: 0644]
ndk/toolchains/mips64el-linux-android-clang3.6/setup.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/config.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-addr2line [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-ar [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-as [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-c++ [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-c++filt [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-cpp [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-elfedit [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-g++ [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-4.8 [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-ar [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-nm [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcov [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gdb [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gprof [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld.bfd [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld.mcld [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-nm [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-objcopy [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-objdump [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-ranlib [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-readelf [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-size [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-strings [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-strip [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/crtend.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/crtendS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include-fixed/README [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/float.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/iso646.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/loongson.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/omp.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stddef.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stdint.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/unwind.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/include/varargs.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/libgcc.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/libgcov.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/crtend.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/crtendS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/libgcc.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.8/mips-r2/libgcov.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib/libmipsel-unknown-linux-android-sim.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/lib64/libiberty.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/cc1 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/cc1plus [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/collect2 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/liblto_plugin.so [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/liblto_plugin.so.0 [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/lto-wrapper [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/lto1 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.8/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/ar [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/as [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/c++ [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/g++ [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/gcc [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/ld [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/ld.bfd [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/ld.mcld [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/nm [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/objcopy [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/objdump [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/ranlib [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/bin/strip [new symlink]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/mips-r2/libatomic.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/mips-r2/libgomp.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/mipsel-linux-android/lib/mips-r2/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.8/setup.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/config.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-addr2line [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ar [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-as [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-c++ [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-c++filt [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-cpp [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-elfedit [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-g++ [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-4.9 [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-ar [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-nm [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcov [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcov-tool [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gdb [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-gprof [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld.bfd [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld.mcld [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-nm [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-objcopy [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-objdump [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ranlib [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-readelf [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-size [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-strings [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-strip [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/crtend.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/crtendS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/gcov-src/gcov-io.c [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/gcov-src/gcov-io.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/gcov-src/gcov-iov.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/gcov-src/libgcov-driver.c [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include-fixed/README [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/float.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/iso646.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/loongson.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/msa.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/omp.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdatomic.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stddef.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdint.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/unwind.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/include/varargs.h [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/libgcc.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/libgcov.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtend.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtendS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/libgcc.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r2/libgcov.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtbegin.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtend.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtendS.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/libgcc.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/mips-r6/libgcov.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/libmipsel-unknown-linux-android-sim.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/cc1 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/cc1plus [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/collect2 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/libfunction_reordering_plugin.so [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/libfunction_reordering_plugin.so.0 [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/libfunction_reordering_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/liblto_plugin.so [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/liblto_plugin.so.0 [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/lto-wrapper [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/lto1 [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/libexec/gcc/mipsel-linux-android/4.9/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/ar [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/as [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/ld [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/ld.bfd [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/ld.mcld [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/nm [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/objcopy [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/objdump [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/ranlib [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/bin/strip [new symlink]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32btsmipn32.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf32ltsmipn32.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64btsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.x [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xbn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xdw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xn [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xr [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xs [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xsc [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xsw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xu [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/ldscripts/elf64ltsmip.xw [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/libr2/libatomic.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/libr2/libgomp.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/libr2/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/libr6/libatomic.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/libr6/libgomp.a [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/mipsel-linux-android/libr6/libgomp.spec [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-4.9/setup.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-clang3.5/config.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-clang3.5/setup.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-clang3.6/config.mk [new file with mode: 0644]
ndk/toolchains/mipsel-linux-android-clang3.6/setup.mk [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/bin/bcc_compat [new file with mode: 0755]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/bin/llvm-rs-cc [new file with mode: 0755]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/CMakeLists.txt [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/Intrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/__wmmintrin_aes.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/__wmmintrin_pclmul.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/altivec.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/ammintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/arm_acle.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/avx2intrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/avxintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/bmi2intrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/bmiintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/cpuid.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/emmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/f16cintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/float.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/fma4intrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/fmaintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/ia32intrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/immintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/iso646.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/limits.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/lzcntintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/mm3dnow.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/mm_malloc.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/module.modulemap [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/nmmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/pmmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/popcntintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/prfchwintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/rdseedintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/rtmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/shaintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/smmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/stddef.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/stdint.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/tbmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/tgmath.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/tmmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/unwind.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/varargs.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/wmmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/x86intrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/xmmintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/clang/3.5/include/xopintrin.h [new file with mode: 0644]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/libLLVM.so [new file with mode: 0755]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/libbcc.so [new file with mode: 0755]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/libbcinfo.so [new file with mode: 0755]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/libc++.so [new file with mode: 0755]
ndk/toolchains/renderscript/prebuilt/linux-x86_64/lib/libclang.so [new file with mode: 0755]
ndk/toolchains/x86-4.8/config.mk [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-addr2line [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-ar [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-as [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-c++ [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-c++filt [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-cpp [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-dwp [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-elfedit [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-g++ [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gcc [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-4.8 [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-ar [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-nm [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gcov [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gdb [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-gprof [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-ld [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-ld.bfd [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-ld.gold [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-ld.mcld [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-nm [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-objcopy [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-objdump [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-ranlib [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-readelf [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-size [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-strings [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/bin/i686-linux-android-strip [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/ar [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/as [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/c++ [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/g++ [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/gcc [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/ld [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/ld.bfd [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/ld.gold [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/ld.mcld [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/nm [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/objcopy [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/objdump [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/ranlib [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/bin/strip [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.x [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xd [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xr [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xs [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xu [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.x [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xd [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xr [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xs [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xu [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.x [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xd [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xr [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xs [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xu [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.x [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xd [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xr [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xs [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xu [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.x [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xd [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xr [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xs [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xu [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xw [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.x [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xn [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xr [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xu [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/i686-linux-android/lib/libquadmath.a [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtbegin.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtend.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtendS.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtprec32.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtprec64.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/crtprec80.o [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include-fixed/README [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include-fixed/asm/posix_types.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/adxintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/ammintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/avx2intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/avxintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/bmi2intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/bmiintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/bmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/cpuid.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/cross-stdarg.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/emmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/f16cintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/float.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/fma4intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/fmaintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/fxsrintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/ia32intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/immintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/iso646.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/lwpintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/lzcntintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/mm3dnow.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/mm_malloc.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/nmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/omp.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/pmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/popcntintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/prfchwintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/quadmath.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/quadmath_weak.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/rdseedintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/rtmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/smmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stddef.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stdint.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/tbmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/tmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/unwind.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/varargs.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/wmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/x86intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/xmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/xopintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/xsaveintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/xsaveoptintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/include/xtestintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/libgcc.a [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.8/libgcov.a [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/lib64/libiberty.a [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/cc1 [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/cc1plus [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/collect2 [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/liblto_plugin.so [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/liblto_plugin.so.0 [new symlink]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/lto-wrapper [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/lto1 [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.8/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/x86-4.8/setup.mk [new file with mode: 0644]
ndk/toolchains/x86-4.9/config.mk [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-addr2line [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ar [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-as [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-c++ [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-c++filt [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-cpp [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-dwp [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-elfedit [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-g++ [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gcc [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-4.9 [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-ar [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-nm [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gcov [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gcov-tool [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gdb [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-gprof [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld.bfd [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld.gold [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ld.mcld [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-nm [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-objcopy [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-objdump [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-ranlib [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-readelf [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-size [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-strings [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-strip [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/ar [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/as [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/ld [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/ld.bfd [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/ld.gold [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/ld.mcld [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/nm [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/objcopy [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/objdump [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/ranlib [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/bin/strip [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.x [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xd [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xr [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xs [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xu [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf32_x86_64.xw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.x [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xd [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xr [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xs [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xu [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_i386.xw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.x [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xd [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xr [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xs [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xu [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_k1om.xw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.x [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xd [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xr [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xs [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xu [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_l1om.xw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.x [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xd [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xdc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xdw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xr [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xs [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xsc [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xsw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xu [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/elf_x86_64.xw [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.x [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xbn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xn [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xr [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/ldscripts/i386linux.xu [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/i686-linux-android/lib/libquadmath.a [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtbegin.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtend.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtendS.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtprec32.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtprec64.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/crtprec80.o [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/gcov-src/gcov-io.c [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/gcov-src/gcov-io.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/gcov-src/gcov-iov.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/gcov-src/libgcov-driver.c [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include-fixed/README [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include-fixed/asm/posix_types.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/adxintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/ammintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/avx2intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/avx512cdintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/avx512erintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/avx512fintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/avx512pfintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/avxintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/bmi2intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/bmiintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/bmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/cpuid.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/cross-stdarg.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/emmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/f16cintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/float.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/fma4intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/fmaintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/fxsrintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/ia32intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/immintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/iso646.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/lwpintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/lzcntintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/mm3dnow.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/mm_malloc.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/nmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/omp.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/pmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/popcntintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/prfchwintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/quadmath.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/quadmath_weak.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/rdseedintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/rtmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/shaintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/smmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdatomic.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stddef.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdint.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/tbmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/tmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/unwind.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/varargs.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/wmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/x86intrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/xmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/xopintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/xsaveintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/xsaveoptintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/include/xtestintrin.h [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/libgcc.a [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9/libgcov.a [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/cc1 [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/cc1plus [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/collect2 [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/libfunction_reordering_plugin.so [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/libfunction_reordering_plugin.so.0 [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/libfunction_reordering_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/liblto_plugin.so [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/liblto_plugin.so.0 [new symlink]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/lto-wrapper [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/lto1 [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/libexec/gcc/i686-linux-android/4.9/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/x86-4.9/setup.mk [new file with mode: 0644]
ndk/toolchains/x86-clang3.5/config.mk [new file with mode: 0644]
ndk/toolchains/x86-clang3.5/setup.mk [new file with mode: 0644]
ndk/toolchains/x86-clang3.6/config.mk [new file with mode: 0644]
ndk/toolchains/x86-clang3.6/setup.mk [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/config.mk [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/COPYING [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/COPYING.LIB [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/COPYING.RUNTIME [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/COPYING3 [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/COPYING3.LIB [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/SOURCES [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-addr2line [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-ar [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-as [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-c++ [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-c++filt [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-cpp [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-dwp [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-elfedit [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-g++ [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcc [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcc-4.9 [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcc-ar [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcc-nm [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcc-ranlib [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcov [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gcov-tool [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gdb [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-gprof [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-ld [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-ld.bfd [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-ld.gold [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-ld.mcld [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-nm [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-objcopy [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-objdump [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-ranlib [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-readelf [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-size [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-strings [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-strip [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/include/gdb/jit-reader.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtbegin.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtend.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtendS.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtprec32.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtprec64.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/crtprec80.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/libgcc.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/32/libgcov.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtbegin.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtend.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtendS.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtprec32.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtprec64.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/crtprec80.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/gcov-src/gcov-io.c [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/gcov-src/gcov-io.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/gcov-src/gcov-iov.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/gcov-src/libgcov-driver.c [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include-fixed/README [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include-fixed/limits.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include-fixed/syslimits.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/adxintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/ammintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/arm_neon.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/avx2intrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/avx512cdintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/avx512erintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/avx512fintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/avx512pfintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/avxintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/bmi2intrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/bmiintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/bmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/cpuid.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/cross-stdarg.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/emmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/f16cintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/float.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/fma4intrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/fmaintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/fxsrintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/ia32intrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/immintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/iso646.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/lwpintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/lzcntintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/mm3dnow.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/mm_malloc.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/mmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/nmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/omp.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/pmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/popcntintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/prfchwintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/quadmath.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/quadmath_weak.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/rdseedintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/rtmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/shaintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/smmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdalign.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdarg.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdatomic.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdbool.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stddef.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdfix.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdint-gcc.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdint.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/stdnoreturn.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/tbmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/tmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/unwind.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/varargs.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/wmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/x86intrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/xmmintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/xopintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/xsaveintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/xsaveoptintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/include/xtestintrin.h [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/libgcc.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/libgcov.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtbegin.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtbeginS.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtbeginT.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtend.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtendS.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtfastmath.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtprec32.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtprec64.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/crtprec80.o [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/libgcc.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/lib/gcc/x86_64-linux-android/4.9/x32/libgcov.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/cc1 [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/cc1plus [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/collect2 [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/libfunction_reordering_plugin.so [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/libfunction_reordering_plugin.so.0 [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/libfunction_reordering_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/liblto_plugin.so [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/liblto_plugin.so.0 [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/liblto_plugin.so.0.0.0 [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/lto-wrapper [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/lto1 [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/libexec/gcc/x86_64-linux-android/4.9/plugin/gengtype [new file with mode: 0755]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameDecorator.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/FrameIterator.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/__init__.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/__init__.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/bound_registers.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/explore.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/frame_filters.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/pretty_printers.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/prompt.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/command/type_printers.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/frames.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/__init__.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/function/strfns.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/printing.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/prompt.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/python/gdb/types.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/amd64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/arm-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/i386-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n32-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-n64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/mips-o32-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/ppc64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/syscalls/sparc64-linux.xml [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/elinos.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/share/gdb/system-gdbinit/wrs-linux.py [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/ar [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/as [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/ld [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/ld.bfd [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/ld.gold [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/ld.mcld [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/nm [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/objcopy [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/objdump [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/ranlib [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/bin/strip [new symlink]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.x [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xbn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xd [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xdc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xdw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xr [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xs [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xsc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xsw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xu [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf32_x86_64.xw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.x [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xbn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xd [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xdc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xdw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xr [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xs [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xsc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xsw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xu [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_i386.xw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.x [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xbn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xd [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xdc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xdw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xr [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xs [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xsc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xsw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xu [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_k1om.xw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.x [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xbn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xd [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xdc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xdw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xr [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xs [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xsc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xsw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xu [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_l1om.xw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.x [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xbn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xd [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xdc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xdw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xr [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xs [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xsc [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xsw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xu [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/elf_x86_64.xw [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/i386linux.x [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/i386linux.xbn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/i386linux.xn [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/i386linux.xr [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/ldscripts/i386linux.xu [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/libatomic.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/libgomp.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/libgomp.spec [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib/libquadmath.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib64/libatomic.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib64/libgomp.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib64/libgomp.spec [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/lib64/libquadmath.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/libx32/libatomic.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/libx32/libgomp.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/libx32/libgomp.spec [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64/x86_64-linux-android/libx32/libquadmath.a [new file with mode: 0644]
ndk/toolchains/x86_64-4.9/setup.mk [new file with mode: 0644]
ndk/toolchains/x86_64-clang3.5/config.mk [new file with mode: 0644]
ndk/toolchains/x86_64-clang3.5/setup.mk [new file with mode: 0644]
ndk/toolchains/x86_64-clang3.6/config.mk [new file with mode: 0644]
ndk/toolchains/x86_64-clang3.6/setup.mk [new file with mode: 0644]