diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-03-25 10:50:21 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-03-25 10:50:21 +0000 |
commit | a99f64e2534b621e7d023cca87b84d851daa061d (patch) | |
tree | a0d421e9edf403fca6d489b0022d4ec8db3169c7 | |
parent | 850c4689e0ec222f2739ec75425e4f6a2e1f490e (diff) | |
download | device_samsung_i9305-a99f64e2534b621e7d023cca87b84d851daa061d.zip device_samsung_i9305-a99f64e2534b621e7d023cca87b84d851daa061d.tar.gz device_samsung_i9305-a99f64e2534b621e7d023cca87b84d851daa061d.tar.bz2 |
i9305: use qcom gps hal
Change-Id: I682e4e900a46393b5030564decb2b3fe69f6bd56
-rw-r--r-- | BoardConfig.mk | 1 | ||||
-rw-r--r-- | cm.dependencies | 4 | ||||
-rw-r--r-- | i9305.mk | 3 | ||||
-rw-r--r-- | proprietary-files.txt | 5 |
4 files changed, 7 insertions, 6 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index c405919..f6efe1f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -18,6 +18,7 @@ # by BoardConfigVendor.mk -include device/samsung/smdk4412-common/BoardCommonConfig.mk +-include device/samsung/smdk4412-qcom-common/BoardCommonConfig.mk LOCAL_PATH := device/samsung/i9305 diff --git a/cm.dependencies b/cm.dependencies index a1ab9d7..2f9b3f6 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -4,6 +4,10 @@ "target_path": "device/samsung/smdk4412-common" }, { + "repository": "android_device_samsung_smdk4412-qcom-common", + "target_path": "device/samsung/smdk4412-qcom-common" + }, + { "repository": "android_kernel_samsung_smdk4412", "target_path": "kernel/samsung/smdk4412" }, @@ -37,7 +37,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/tiny_hw.xml:system/etc/sound/m3 -# Gps +# GPS PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf @@ -88,5 +88,6 @@ PRODUCT_COPY_FILES += \ # Include common makefile $(call inherit-product, device/samsung/smdk4412-common/common.mk) +$(call inherit-product, device/samsung/smdk4412-qcom-common/common.mk) $(call inherit-product-if-exists, vendor/samsung/i9305/i9305-vendor.mk) diff --git a/proprietary-files.txt b/proprietary-files.txt index a479eb7..a4d89e2 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -18,12 +18,8 @@ system/lib/libdiag.so system/lib/libdsi_netctrl.so system/lib/libdsutils.so system/lib/libfactoryutil.so -system/lib/libgps.so -system/lib/libgps.utils.so system/lib/libidl.so -system/lib/libloc_adapter.so system/lib/libloc_api_v02.so -system/lib/libloc_eng.so system/lib/libnetmgr.so system/lib/libomission_avoidance.so system/lib/libqcci_legacy.so @@ -42,6 +38,5 @@ system/lib/libril-qcril-hook-oem.so system/lib/libsecnativefeature.so system/lib/libsecril-client.so system/lib/hw/vendor-camera.exynos4.so -system/lib/hw/gps.default.so system/lib/hw/sensors.smdk4x12.so system/usr/keylayout/sec_touchkey.kl |