Lines Matching refs:ANDROID_DIR
24 const ANDROID_DIR = Directories.getAndroidDir(); constant
29 const appPath = path.join(ANDROID_DIR, 'app');
30 const expoviewPath = path.join(ANDROID_DIR, 'expoview');
31 const versionedAbisPath = path.join(ANDROID_DIR, 'versioned-abis');
41 const settingsGradlePath = path.join(ANDROID_DIR, 'settings.gradle');
43 const buildGradlePath = path.join(ANDROID_DIR, 'build.gradle');
44 const sdkVersionsPath = path.join(ANDROID_DIR, 'sdkVersions.json');
57 const versionedReactNativeMonorepoRoot = path.join(ANDROID_DIR, 'versioned-react-native');
171 cwd: ANDROID_DIR,
176 const filePath = path.join(ANDROID_DIR, file);
257 const targetDirectory = path.join(ANDROID_DIR, `versioned-abis/expoview-${abiVersion}`);
456 await updateVersionedReactNativeAsync(ANDROID_DIR, version);
468 await copyExpoviewAsync(version, ANDROID_DIR);