According to https://developer.android.com/studio/command-line/variables.html, ANDROID_HOME is deprecated.
(however, I'm not sure when it was deprecated, or if HOME was intentionally chosen for compatibility reasons?)
Could the rule check both? i.e. just check that at least one of the two is defined?
According to https://developer.android.com/studio/command-line/variables.html,
ANDROID_HOMEis deprecated.(however, I'm not sure when it was deprecated, or if
HOMEwas intentionally chosen for compatibility reasons?)Could the rule check both? i.e. just check that at least one of the two is defined?