Page MenuHomePhabricator

[Nix] Default value of ANDROID_HOME
ClosedPublic

Authored by jon on Nov 16 2022, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 2, 9:57 PM
Unknown Object (File)
Thu, Sep 19, 9:59 AM
Unknown Object (File)
Thu, Sep 19, 9:59 AM
Unknown Object (File)
Thu, Sep 19, 9:59 AM
Unknown Object (File)
Thu, Sep 19, 9:59 AM
Unknown Object (File)
Thu, Sep 19, 9:58 AM
Unknown Object (File)
Thu, Sep 19, 9:52 AM
Unknown Object (File)
Fri, Sep 6, 10:47 PM
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.