mozjs
mozjs copied to clipboard
Use ANDROID_NDK_ROOT instead of ANDROID_NDK_HOME
ANDROID_NDK_ROOT seems to be the more common environment variable nowadays.
There is still one use in mc: https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/android.py#270, but there are also (less important) uses of _ROOT https://searchfox.org/mozilla-central/search?q=ANDROID_NDK_ROOT&path=&case=false®exp=false
There is still one use in mc: https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/android.py#270, but there are also (less important) uses of _ROOT https://searchfox.org/mozilla-central/search?q=ANDROID_NDK_ROOT&path=&case=false®exp=false
I did see that usage, but it looks like it only used when executing android.py as a Python script?