Lines Matching refs:ndk
17 // The platform needs to provide the following artifacts for the NDK:
20 // 3. NDK stub shared libraries.
34 // The shared libraries in the NDK are not the actual shared libraries they
45 // The NDK only provides static libraries for bionic, not the platform APIs.
48 // prebuilt to development/ndk, and a current version is built and archived as
50 // NDK build rules only need to archive them for retrieval so they can be added
65 android.RegisterSingletonType("ndk", NdkSingleton)
71 return android.PathForOutput(ctx, "ndk")
74 // Returns the main install directory for the NDK sysroot. Usable with --sysroot.
80 return android.PathForOutput(ctx, "ndk.timestamp")
125 // There's a dummy "ndk" rule defined in ndk/Android.mk that depends on
126 // this. `m ndk` will build the sysroots.