Closed
Bug 1171774
Opened 9 years ago
Closed 9 years ago
Include libOpenglRender.so in build for emulator-l
Categories
(Firefox OS Graveyard :: Emulator, defect)
Tracking
(feature-b2g:2.5+)
RESOLVED
DUPLICATE
of bug 1184418
feature-b2g | 2.5+ |
People
(Reporter: jlal, Assigned: edgar)
References
Details
Sometime between KK -> L this file was moved to a prebuilt so a hack around this is to modify the package-emulator scripts to include it if prebuilts for the emulator libs are present.
Assignee | ||
Updated•9 years ago
|
Blocks: Emulator_L_Local
Assignee | ||
Comment 1•9 years ago
|
||
libOpenglRender.so can also be generated by building standalone emulator
- cd $B2G_HOME/external/qemu
- ./android-rebuild.sh
and the result will be put in objs folder.
We have to modify the make system to include the standalone emulator build and put the result to out folder.
Updated•9 years ago
|
feature-b2g: --- → 2.5+
Assignee | ||
Comment 2•9 years ago
|
||
(In reply to Edgar Chen [:edgar][:echen] from comment #1)
> libOpenglRender.so can also be generated by building standalone emulator
> - cd $B2G_HOME/external/qemu
> - ./android-rebuild.sh
>
> and the result will be put in objs folder.
>
> We have to modify the make system to include the standalone emulator build
> and put the result to out folder.
File bug 1184418 for building standalone emulator.
Assignee | ||
Updated•9 years ago
|
Assignee: jlal → echen
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•