Home
last modified time | relevance | path

Searched refs:ndksPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/versioning/android/
H A Dindex.ts441 const ndksPath = path.join(versionedReactAndroidPath, 'build', 'react-ndk', 'exported'); constant
442 const exists = await fs.pathExists(ndksPath);
448 const exportedSO = await glob(path.join(ndksPath, '**/*.so'));