Skip to content

Commit 7ca71ed

Browse files
committed
Avoid another unnecessary chown
1 parent 6d38a11 commit 7ca71ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sdk-installer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export async function installAndroidSdk(apiLevel: string, target: string, arch:
2323
await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/platform-tools -R`);
2424
await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/cmdline-tools/latest -R`);
2525
await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/build-tools/${BUILD_TOOLS_VERSION} -R`);
26-
await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/emulator -R`);
2726
}
2827

2928
const cmdlineToolsPath = `${process.env.ANDROID_HOME}/cmdline-tools`;

0 commit comments

Comments
 (0)