diff options
Diffstat (limited to 'lib/compilers')
-rw-r--r-- | lib/compilers/dex2oat.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/compilers/dex2oat.ts b/lib/compilers/dex2oat.ts index 597d4fa01..5ec489473 100644 --- a/lib/compilers/dex2oat.ts +++ b/lib/compilers/dex2oat.ts @@ -190,9 +190,6 @@ export class Dex2OatCompiler extends BaseCompiler { } let tmpDir = d8DirPath; - if (this.sandboxType === 'nsjail') { - tmpDir = '/app'; - } const profileAndResult = await this.generateProfile(inputFilename, tmpDir, dexFile); if (profileAndResult && profileAndResult.result.code !== 0) { |