Bug 898898 - Add support for building on gonk-JB MR2, r=glandium

This commit is contained in:
Michael Wu 2013-07-30 13:36:54 -04:00
parent 0e3b95d897
commit 4cde3b930c
3 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ LIBS += \
$(DEPTH)/widget/gonk/libdisplay/$(LIB_PREFIX)display.$(LIB_SUFFIX) \
$(MOZ_ZLIB_LIBS) \
$(NULL)
ifeq (17,$(ANDROID_VERSION))
ifeq (18,$(ANDROID_VERSION))
LIBS += \
-lgui \
-lsuspend \

View File

@ -214,7 +214,7 @@ if test -n "$gonkdir" ; then
AC_DEFINE(MOZ_OMX_DECODER)
AC_SUBST(MOZ_OMX_DECODER)
;;
17)
18)
GONK_INCLUDES="-I$gonkdir/frameworks/native/include"
;;
*)

View File

@ -96,6 +96,9 @@ endif #}
ifdef MOZ_B2G_BT #{
STATIC_LIBS += mozdbus_s
ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
OS_LIBS += -ldbus
endif
endif #}
ifneq ($(strip $(MOZ_B2G_RIL)$(MOZ_B2G_BT)),) #{
@ -446,7 +449,6 @@ OS_LIBS += \
-lsysutils \
-lcamera_client \
-lsensorservice \
-ldbus \
-lstagefright \
-lstagefright_foundation \
-lstagefright_omx \