Closed
Bug 1150904
Opened 11 years ago
Closed 11 years ago
[gonk-lmr1] update platform_build
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(blocking-b2g:2.2+, b2g-v2.2 fixed, b2g-master fixed)
People
(Reporter: seinlin, Assigned: seinlin)
References
Details
Attachments
(1 file, 1 obsolete file)
Without 'frameworks/rs', there is a compile issue. Update platform_build not to build libhwui can solve this error.
--
make: *** No rule to make target `out/target/product/hammerhead/obj/SHARED_LIBRARIES/libRS_intermediates/export_includes', needed by `out/target/product/hammerhead/obj/SHARED_LIBRARIES/libhwui_intermediates/import_includes'. Stop
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8587989 [details] [review]
Disable libhwui and hwuitest.
Michael, could you review this PR? You could also see bug 1150345 comment 7 about the dependency of libhwui. Thanks!
Attachment #8587989 -
Flags: review?(mwu)
Comment 3•11 years ago
|
||
I think tests are always built in engineering builds, so hwuitest would automatically get built and pull in libhwui.
The other dependency on libhwui is libtilerenderer, but I haven't found any dependencies on libtilerenderer.
So, I think I'd like to see if disabling just hwuitest works. If it does, let's do that. If not, I'll stamp the current PR. Thanks!
Updated•11 years ago
|
blocking-b2g: --- → 2.2+
Comment 4•11 years ago
|
||
Comment on attachment 8587989 [details] [review]
Disable libhwui and hwuitest.
Due to MR1 build is blocked by this issue, please land this first.
--
Keven
Attachment #8587989 -
Flags: review?(mwu) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•11 years ago
|
||
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 7•11 years ago
|
||
Michael, could you have a review to this PR? Thanks!
Attachment #8587989 -
Attachment is obsolete: true
Attachment #8590914 -
Flags: review?(mwu)
Comment 8•11 years ago
|
||
Comment on attachment 8590914 [details] [review]
Disable libhwui and hwuitest.
I already reviewed this in comment 3 and suggested a change. I just verified that the suggestion works, so please update the PR.
Attachment #8590914 -
Flags: review?(mwu)
| Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 8590914 [details] [review]
Disable libhwui and hwuitest.
Michael, Just disable hwuitest does work. I also update the patch to fix error in [1]. I didn't get this error when I working on nexus-5-l, but I can see this error on emulator-l when it is building on my PC. With this fix, the issue can be solved. Could you review this patch? Thanks!
[1] https://treeherder.mozilla.org/logviewer.html#?job_id=1687768&repo=b2g-inbound
Attachment #8590914 -
Flags: review?(mwu)
Comment 10•11 years ago
|
||
Comment on attachment 8590914 [details] [review]
Disable libhwui and hwuitest.
Looks good, thanks
Attachment #8590914 -
Flags: review?(mwu) → review+
| Assignee | ||
Comment 11•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•