Closed
Bug 968631
Opened 12 years ago
Closed 12 years ago
Port some LOCAL_INCLUDES variables to moz.build
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla30
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 3 obsolete files)
|
12.52 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8371229 -
Flags: review?(mh+mozilla)
Attachment #8371229 -
Flags: review?(gps)
| Assignee | ||
Comment 2•12 years ago
|
||
Note that I removed some of the LOCAL_INCLUDES which did not point to existing paths here.
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Comment on attachment 8371229 [details] [diff] [review]
Port some LOCAL_INCLUDES variables to moz.build
Review of attachment 8371229 [details] [diff] [review]:
-----------------------------------------------------------------
::: hal/moz.build
@@ +184,5 @@
> +
> +if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
> + # So that we can call nsScreenManagerGonk::GetConfiguration().
> + LOCAL_INCLUDES += [
> + CONFIG['ANDROID_SOURCE'] + 'hardware/libhardware_legacy/include',
This is unlikely to work, as ANDROID_SOURCE is outside the source directory.
Attachment #8371229 -
Flags: review?(mh+mozilla)
Attachment #8371229 -
Flags: review?(gps)
Attachment #8371229 -
Flags: review-
| Assignee | ||
Comment 5•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8371237 -
Flags: review?(mh+mozilla)
| Assignee | ||
Updated•12 years ago
|
Attachment #8371229 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Comment on attachment 8371237 [details] [diff] [review]
Port some LOCAL_INCLUDES variables to moz.build
Review of attachment 8371237 [details] [diff] [review]:
-----------------------------------------------------------------
::: hal/Makefile.in
@@ +8,5 @@
> CFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
> CXXFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
>
> ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
> + LOCAL_INCLUDES += -I$(ANDROID_SOURCE)/hardware/libhardware_legacy/include
I've put those into CXXFLAGS elsewhere
| Assignee | ||
Comment 8•12 years ago
|
||
(In reply to :Ms2ger from comment #7)
> Comment on attachment 8371237 [details] [diff] [review]
> Port some LOCAL_INCLUDES variables to moz.build
>
> Review of attachment 8371237 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: hal/Makefile.in
> @@ +8,5 @@
> > CFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
> > CXXFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
> >
> > ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
> > + LOCAL_INCLUDES += -I$(ANDROID_SOURCE)/hardware/libhardware_legacy/include
>
> I've put those into CXXFLAGS elsewhere
We'll have to deal with that when moving CXXFLAGS then. The important thing here is that we need to have a solution before we can build libxul from moz.build. I don't particularly care where the remaining stuff live in the mean time!
| Assignee | ||
Comment 9•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8372710 -
Flags: review?(mshal)
Attachment #8372710 -
Flags: review?(mh+mozilla)
Attachment #8372710 -
Flags: review?(gps)
| Assignee | ||
Updated•12 years ago
|
Attachment #8371237 -
Attachment is obsolete: true
Attachment #8371237 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 10•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8372710 -
Attachment is obsolete: true
Attachment #8372710 -
Flags: review?(mshal)
Attachment #8372710 -
Flags: review?(mh+mozilla)
Attachment #8372710 -
Flags: review?(gps)
| Assignee | ||
Updated•12 years ago
|
Attachment #8373011 -
Flags: review?(mshal)
Attachment #8373011 -
Flags: review?(mh+mozilla)
Attachment #8373011 -
Flags: review?(gps)
| Assignee | ||
Comment 11•12 years ago
|
||
Comment 12•12 years ago
|
||
Comment on attachment 8373011 [details] [diff] [review]
Port some LOCAL_INCLUDES variables to moz.build
Looks good to me!
Attachment #8373011 -
Flags: review?(mshal)
Attachment #8373011 -
Flags: review?(mh+mozilla)
Attachment #8373011 -
Flags: review?(gps)
Attachment #8373011 -
Flags: review+
| Assignee | ||
Comment 13•12 years ago
|
||
Comment 14•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
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
•