diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-09-01 19:35:49 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-09-01 23:06:29 +0200 |
commit | ec8a59d5657289fea7b9aa60a4b06e3936fd034b (patch) | |
tree | 070ac6c685c81131f6d1e4d078a3dedf5e1cdeed | |
parent | 51ae9937017935e1316261b92584bcf92a8b2de7 (diff) | |
download | device_samsung_i9300-ec8a59d5657289fea7b9aa60a4b06e3936fd034b.zip device_samsung_i9300-ec8a59d5657289fea7b9aa60a4b06e3936fd034b.tar.gz device_samsung_i9300-ec8a59d5657289fea7b9aa60a4b06e3936fd034b.tar.bz2 |
i9300: use opensource camera hal, remove camera blob
Change-Id: Ib9e43b7e62968b2e6033611a219df55446922c94
-rw-r--r-- | i9300.mk | 4 | ||||
-rw-r--r-- | proprietary-files.txt | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -38,6 +38,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/tiny_hw.xml:system/etc/sound/m0 +# Camera +PRODUCT_PACKAGES += \ + camera.smdk4x12 + # Gps PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml diff --git a/proprietary-files.txt b/proprietary-files.txt index e382d7a..4549b90 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -1,6 +1,5 @@ system/bin/gpsd system/lib/hw/gps.exynos4.so -system/lib/hw/vendor-camera.exynos4.so system/lib/hw/sensors.smdk4x12.so system/lib/libakm.so system/lib/libsec-ril.so |