Closed
Bug 952044
Opened 11 years ago
Closed 7 years ago
[DSDS][fugu]build config for both single sim and DSDS
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: thomas, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
merge DSDS build and single sim build config by:
DSDS build
$DSDS=2 ./config.sh fugu
single sim build
$./config.sh fugu
Attachment #8349962 -
Flags: review?(mchen)
Comment 1•11 years ago
|
||
Comment on attachment 8349962 [details] [review]
supporting DSDS and single sim build configuration
1. We can change the name from DSDS to MOZ_B2G_DSDS.
2. We need to add "export MOZ_B2G_DSDS" into setup.sh not in config.sh.
Attachment #8349962 -
Flags: review?(mchen)
Reporter | ||
Comment 2•11 years ago
|
||
Attachment #8349962 -
Attachment is obsolete: true
Attachment #8351089 -
Flags: review?(mchen)
Comment 3•11 years ago
|
||
Comment on attachment 8351089 [details] [review]
supporting fugu dsds build with VGA mode
This version just added "export MOZ_B2G_DSDS" into setup.sh in order to config multi-sim feature on devices like Fugu.
Attachment #8351089 -
Flags: review?(mchen) → review+
Reporter | ||
Comment 4•11 years ago
|
||
DSDS build with full screen by
MOZ_B2G_DSDS=2 ./build.sh
single sim build with HVGA
./build.sh
Reporter | ||
Comment 5•11 years ago
|
||
1. git clone https://github.com/mozilla-b2g/B2G.git
2. config.sh fugu
3. DSDS build
MOZ_B2G_DSDS=2 ./build.sh
or
4. single sim build
./build.sh
Comment 6•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•