Closed
Bug 1233961
Opened 10 years ago
Closed 7 years ago
Every time i run ./mach bootstrap it downloads the android sdk. Even if it is already downloaded before.
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: aman.poonia.29, Unassigned, NeedInfo)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151210085006
Steps to reproduce:
./mach bootstrap
Actual results:
It downloads android sdk. And if i do ./mach bootstrap again it again download the same sdk.
Expected results:
It should not download the same sdk if it has been already downloaded.
Comment 1•10 years ago
|
||
Hi Aman, can you provide log output for this? It shouldn't happen; we look for an existing SDK at https://dxr.mozilla.org/mozilla-central/source/python/mozboot/mozboot/android.py#197 but it's possible some paths have to be updated for Debian/Ubuntu. Thanks!
Flags: needinfo?(aman.poonia.29)
Comment 2•10 years ago
|
||
Hi Aman,
please check if the env-vars are set correctly: ANDROID_SDK_HOME, ANDROID_NDK_HOME
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•8 years ago
|
Component: General → Bootstrap Configuration
Comment 3•7 years ago
|
||
2019-03-06
This bug is part of a group of bugs which have had an open needinfo for at least 12 weeks.
The request for information has not been answered, and we can't move forward on the bug so we are closing it.
If the defect is still present, please reopen this bug with an updated report.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•