Page MenuHomePhabricator

[Nix] Default value of ANDROID_HOME
ClosedPublic

Authored by jon on Nov 16 2022, 3:04 PM.
Tags
None
Referenced Files
F3523349: D5656.id18600.diff
Mon, Dec 23, 9:02 AM
F3523299: D5656.id18504.diff
Mon, Dec 23, 8:57 AM
F3522010: D5656.diff
Mon, Dec 23, 5:33 AM
Unknown Object (File)
Sun, Dec 15, 6:23 AM
Unknown Object (File)
Sun, Dec 15, 6:23 AM
Unknown Object (File)
Sun, Dec 15, 6:23 AM
Unknown Object (File)
Sun, Dec 15, 6:23 AM
Unknown Object (File)
Sun, Dec 15, 6:19 AM
Subscribers

Details

Summary

Prefer to use ANDROID_HOME as it's the new canonical way to describe
the installation path of the Android SDK. Also alias the value to
ANDROID_SDK_ROOT for compatibility with certain tools such as sdkmanager.

https://linear.app/comm/issue/ENG-2274

Test Plan
nix develop

echo $ANDROID_HOME
echo $ANDROID_SDK_ROOT # should match, and point to sdk installation

Diff Detail

Repository
rCOMM Comm
Branch
jonringer/android-home
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

scripts/source_development_defaults.sh
17

Typo: "the" shouldn't be there

This revision is now accepted and ready to land.Nov 16 2022, 3:16 PM
jon marked an inline comment as done.

Remove extra "the"

Rebase on master, quote everything just-in-case

This revision was automatically updated to reflect the committed changes.