Home | History | Annotate | Download | only in guides
      1 toc:
      2 - title: Getting Started
      3   path: /ndk/guides/index.html
      4   section:
      5   - title: Setup
      6     path: /ndk/guides/setup.html
      7   - title: Concepts
      8     path: /ndk/guides/concepts.html
      9 
     10 - title: Building
     11   path: /ndk/guides/build.html
     12   section:
     13   - title: Android.mk
     14     path: /ndk/guides/android_mk.html
     15   - title: Application.mk
     16     path: /ndk/guides/application_mk.html
     17   - title: ndk-build
     18     path: /ndk/guides/ndk-build.html
     19   - title: Standalone Toolchain
     20     path: /ndk/guides/standalone_toolchain.html
     21 
     22 - title: Architectures and CPUs
     23   path: /ndk/guides/arch.html
     24   section:
     25   - title: ABI Management
     26     path: /ndk/guides/abis.html
     27   - title: NEON
     28     path: /ndk/guides/cpu-arm-neon.html
     29   - title: x86
     30     path: /ndk/guides/x86.html
     31   - title: x86-64
     32     path: /ndk/guides/x86-64.html
     33   - title: MIPS
     34     path: /ndk/guides/mips.html
     35   - title: The cpufeatures Library
     36     path: /ndk/guides/cpu-features.html
     37 
     38 - title: Debugging
     39   path: /ndk/guides/debug.html
     40   section:
     41   - title: ndk-gdb
     42     path: /ndk/guides/ndk-gdb.html
     43   - title: ndk-stack
     44     path: /ndk/guides/ndk-stack.html
     45 
     46 - title: Libraries
     47   path: /ndk/guides/libs.html
     48   section:
     49   - title: Prebuilt Libraries
     50     path: /ndk/guides/prebuilts.html
     51   - title: C++ Support
     52     path: /ndk/guides/cpp-support.html
     53   - title: Stable APIs
     54     path: /ndk/guides/stable_apis.html
     55 
     56 - title: Audio
     57   path: /ndk/guides/audio/index.html
     58   section:
     59   - title: Basics
     60     path: /ndk/guides/audio/basics.html
     61   - title: OpenSL ES for Android
     62     path: /ndk/guides/audio/opensl-for-android.html
     63   - title: Audio Input Latency
     64     path: /ndk/guides/audio/input-latency.html
     65   - title: Audio Output Latency
     66     path: /ndk/guides/audio/output-latency.html
     67   - title: Floating-Point Audio
     68     path: /ndk/guides/audio/floating-point.html
     69   - title: Sample Rates
     70     path: /ndk/guides/audio/sample-rates.html
     71   - title: OpenSL ES Programming Notes
     72     path: /ndk/guides/audio/opensl-prog-notes.html
     73 
     74 - title: Vulkan
     75   path: /ndk/guides/graphics/index.html
     76   section:
     77   - title: Getting Started
     78     path: /ndk/guides/graphics/getting-started.html
     79   - title: Design Guidelines
     80     path: /ndk/guides/graphics/design-notes.html
     81   - title: Shader Compilers
     82     path: /ndk/guides/graphics/shader-compilers.html
     83   - title: Validation Layers
     84     path: /ndk/guides/graphics/validation-layer.html
     85