Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484976 - dev-util/android-sdk-update-manager should set ANDROID_HOME environment variable
Summary: dev-util/android-sdk-update-manager should set ANDROID_HOME environment variable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Richard Freeman
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-09-15 09:13 UTC by Florian Schmaus
Modified: 2013-09-16 13:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
android_home.patch (android_home.patch,408 bytes, patch)
2013-09-15 09:14 UTC, Florian Schmaus
Details | Diff
android_home.patch (android_home.patch,415 bytes, patch)
2013-09-15 09:16 UTC, Florian Schmaus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Schmaus gentoo-dev 2013-09-15 09:13:46 UTC
Androids build.xml determines the SDK location either by 'sdk.dir' in local.properties or, and this behavior is relatively new, with the ANDROID_HOME environment variable.

Please adjust the ebuild so that this variable is set in env.d. See attached patch.

Reproducible: Always
Comment 1 Florian Schmaus gentoo-dev 2013-09-15 09:14:44 UTC
Created attachment 358690 [details, diff]
android_home.patch
Comment 2 Florian Schmaus gentoo-dev 2013-09-15 09:16:20 UTC
Created attachment 358692 [details, diff]
android_home.patch

Now with '|| die' at the end of the line :)
Comment 3 Richard Freeman gentoo-dev 2013-09-16 13:13:44 UTC
Thanks - committed to portage.