From 4ce79bcc323c640f12af946964a797328b9159de Mon Sep 17 00:00:00 2001 From: Kolja Dummann Date: Sun, 19 Jun 2011 10:00:36 +0200 Subject: [PATCH] gps: wrapper for samsung lib --- BoardConfig.mk | 2 ++ galaxys2.mk | 1 + 2 files changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 81ee144..9a6e6b7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -56,6 +56,8 @@ endif BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true +BOARD_USES_GPSWRAPPER := true + # FM Radio BOARD_HAVE_FM_RADIO := true BOARD_GLOBAL_CFLAGS += -DHAVE_FM_RADIO diff --git a/galaxys2.mk b/galaxys2.mk index 1d0f494..bc4c494 100644 --- a/galaxys2.mk +++ b/galaxys2.mk @@ -92,6 +92,7 @@ PRODUCT_PACKAGES := \ libaudio \ libaudiopolicy \ acoustics.default \ + gps.GT-I9100 \ alsa.default # The OpenGL ES API level that is natively supported by this device.