Open
Bug 1584238
Opened 6 years ago
Updated 3 years ago
Write a `local.properties` file when building Android
Categories
(Firefox Build System :: Bootstrap Configuration, enhancement)
Firefox Build System
Bootstrap Configuration
Tracking
(Not tracked)
NEW
People
(Reporter: snorp, Unassigned)
Details
This will instruct Android Studio to use the SDK downloaded by bootstrap.
Comment 1•6 years ago
|
||
(In reply to James Willcox (:snorp) (jwillcox@mozilla.com) (he/him) from comment #0)
This will instruct Android Studio to use the SDK downloaded by bootstrap.
Should this do it every build? Maybe just as part of mach configure
? Should it overwrite existing files? There's some discussion of this in settings.gradle
.
Reporter | ||
Comment 2•6 years ago
|
||
Yeah, I think as part of mach configure
is probably fine. If there is an existing file that we didn't write, maybe it should error?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•