From 82d74c2da199eee6e90e0641ebb4ce970b5dd975 Mon Sep 17 00:00:00 2001 From: Brad Lassey Date: Mon, 19 Jul 2010 16:28:08 -0400 Subject: [PATCH] follow up to bug 569680 to fix android build bustage r=khuey --- dom/system/android/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/system/android/Makefile.in b/dom/system/android/Makefile.in index ab87d946c807..bbeb7717a20e 100644 --- a/dom/system/android/Makefile.in +++ b/dom/system/android/Makefile.in @@ -50,6 +50,7 @@ FORCE_STATIC_LIB = 1 EXPORT_LIBRARY = 1 include $(topsrcdir)/config/config.mk +include $(topsrcdir)/ipc/chromium/chromium-config.mk CPPSRCS = \ nsAccelerometerSystem.cpp \