Home
last modified time | relevance | path

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

/expo/tools/src/versioning/android/versionCxx/
H A Dindex.ts41 const abiName = `abi${version.replace(/\./g, '_')}`; constant
52 await transformPackageAsync(packageFiles, abiName);
97 replaceWith: `$1_${abiName}$2`,
102 replaceWith: `$1_${abiName}`,
107 replaceWith: `$1${abiName}/$2`,
112 replaceWith: `$1${abiName}/$2`,
188 abiName: string
202 !s.includes(abiName) ? `${g1}_${abiName}${g3}` : s,
215 abiName: string
225 replaceWith: abiName,
[all …]
/expo/tools/src/versioning/android/
H A Dindex.ts32 const versionedExpoviewAbiPath = (abiName) => path.join(versionedAbisPath, `expoview-${abiName}`);
121 const sdkVersion = abiName.replace(/abi(\d+)_0_0/, 'sdk$1');
210 const abiName = `abi${version.replace(/\./g, '_')}`; constant
218 await removeFromBuildGradleAsync(abiName, buildGradlePath);
313 const abiName = `abi${abiVersion}`; constant
346 const abiName = `abi${abiVersion}`; constant
349 versionedExpoviewAbiPath(abiName),
351 abiName
364 if (!contents.includes(`package ${abiName}`)) {
406 …`xargs -0 ${SED_PREFIX} 's/import ${abiName}\.[^;]*\.R;/import ${abiName}.host.exp.expoview.R;/g'`,
[all …]