home: direnv: remove 'ANDROID_SDK_HOME'
ci/woodpecker/push/check Pipeline was successful Details

Turns out this is supposed to be used for configuration, and it makes
some tools error out due to a sanity check...

I'm not pleased about this, but whatever.
This commit is contained in:
Bruno BELANYI 2023-11-28 14:39:48 +00:00
parent ec79be2a45
commit f4cc63c711
1 changed files with 1 additions and 2 deletions

View File

@ -47,10 +47,9 @@ use_android() {
esac
done
export ANDROID_SDK_HOME="$ANDROID_HOME"
export ANDROID_NDK_HOME="$ANDROID_HOME/ndk/$ndk_version"
export ANDROID_ROOT="$ANDROID_HOME"
export ANDROID_SDK_ROOT="$ANDROID_SDK_HOME"
export ANDROID_SDK_ROOT="$ANDROID_HOME"
export ANDROID_NDK_ROOT="$ANDROID_NDK_HOME"
PATH_add "$ANDROID_NDK_HOME"