Closed
Bug 1095091
Opened 11 years ago
Closed 11 years ago
Check for constness of usable_ptr in configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1083116
People
(Reporter: rillian, Assigned: rillian)
Details
Attachments
(1 file)
|
1.67 KB,
patch
|
Details | Diff | Splinter Review |
We don't build with more android ndk > v8 because the usable_ptr has become const in later, but memory/build/malloc_decls.h only checks the android SDK version.
Instead we should check for this in configure so we don't have to guess with targets are which.
| Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → giles
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•