Merge m-c to inbound.
[gecko.git] / widget / gonk / Makefile.in
blobe2479ef0dc9b9dc3d814d618d8bb9415d6100e45
1 # Copyright 2012 Mozilla Foundation and Mozilla contributors
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 VPATH = \
16 $(srcdir) \
17 $(srcdir)/libui \
18 $(NULL)
20 include $(topsrcdir)/config/rules.mk
22 DEFINES += -DHAVE_OFF64_T -DSK_BUILD_FOR_ANDROID_NDK
24 ifdef MOZ_OMX_DECODER
25 DEFINES += -DMOZ_OMX_DECODER
26 endif
28 LOCAL_INCLUDES += \
29 -I$(ANDROID_SOURCE)/hardware/libhardware/include \
30 -I$(ANDROID_SOURCE)/hardware/libhardware_legacy/include \
31 -I$(ANDROID_SOURCE)/frameworks/native/opengl/include \
32 -I$(topsrcdir)/widget/xpwidgets \
33 -I$(topsrcdir)/widget/shared \
34 -I$(topsrcdir)/dom/system/android \
35 -I$(topsrcdir)/content/events/src \
36 -I$(topsrcdir)/gfx/skia/include/core \
37 -I$(topsrcdir)/gfx/skia/include/config \
38 -I$(topsrcdir)/content/media/omx/mediaresourcemanager \
39 -I$(srcdir) \
40 $(NULL)