OSDN Git Service

generic_x86: add GPS configuration
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 1 Jan 2012 09:38:36 +0000 (17:38 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 1 Jan 2012 09:38:36 +0000 (17:38 +0800)
generic_x86/device.mk

index 7f2408b..d778f1d 100644 (file)
@@ -55,6 +55,9 @@ PRODUCT_CHARACTERISTICS := tablet
 # Get the touchscreen calibration tool
 $(call inherit-product-if-exists,external/tslib/tslib.mk)
 
+# Get GPS configuration
+$(call inherit-product-if-exists,device/common/gps/gps_as.mk)
+
 # Get the hardware acceleration libraries
 $(call inherit-product-if-exists,device/common/gpu/gpu_mesa.mk)