home: direnv: remove 'ANDROID_SDK_HOME'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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:
parent
ec79be2a45
commit
f4cc63c711
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue