Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/config/
H A DexpoGoConfig.ts452 const commonLibPath = path.join(targetDirectory, '../../../common/libs', arch, lib); constant
453 await fs.ensureDir(path.dirname(commonLibPath));
454 await fs.unlink(commonLibPath);
456 path.relative(path.dirname(commonLibPath), sourceLibPath),
457 commonLibPath