mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
add ANDROID_SDK_ROOT to windows
This commit is contained in:
@@ -71,6 +71,7 @@ $ndkRoot = "C:\Program Files (x86)\Android\android-sdk\ndk-bundle"
|
|||||||
|
|
||||||
if (Test-Path $ndkRoot) {
|
if (Test-Path $ndkRoot) {
|
||||||
setx ANDROID_HOME $sdkRoot /M
|
setx ANDROID_HOME $sdkRoot /M
|
||||||
|
setx ANDROID_SDK_ROOT $sdkRoot /M
|
||||||
setx ANDROID_NDK_HOME $ndkRoot /M
|
setx ANDROID_NDK_HOME $ndkRoot /M
|
||||||
setx ANDROID_NDK_PATH $ndkRoot /M
|
setx ANDROID_NDK_PATH $ndkRoot /M
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user