mozjs icon indicating copy to clipboard operation
mozjs copied to clipboard

Use ANDROID_NDK_ROOT instead of ANDROID_NDK_HOME

Open mrobinson opened this issue 1 year ago • 2 comments

ANDROID_NDK_ROOT seems to be the more common environment variable nowadays.

mrobinson avatar Jan 15 '24 11:01 mrobinson

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&regexp=false

sagudev avatar Jan 15 '24 11:01 sagudev

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&regexp=false

I did see that usage, but it looks like it only used when executing android.py as a Python script?

mrobinson avatar Jan 15 '24 14:01 mrobinson