diff options
author | Marek Walczak <mwlczk@gmail.com> | 2012-10-06 16:31:00 +0200 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-10-30 18:46:58 -0400 |
commit | 025345c34b2132ce8101640c04e637f03d6bc85b (patch) | |
tree | 568a15a0c217c9a6b10f381a5d6f8d77bf992ba3 | |
parent | 9f9f5510e5e7ae2582665e4c48bee7545227200a (diff) | |
download | device_samsung_n7000-025345c34b2132ce8101640c04e637f03d6bc85b.zip device_samsung_n7000-025345c34b2132ce8101640c04e637f03d6bc85b.tar.gz device_samsung_n7000-025345c34b2132ce8101640c04e637f03d6bc85b.tar.bz2 |
Replace old libion.so with libsecion.so
Patchset 2: Removed trailing space
Patchset 3: Renamed libsamsungion to libsecion
Change-Id: I08ee35c95a680bfa8021c56bb237baf332e393e0
-rw-r--r-- | proprietary-common-files.txt | 2 | ||||
-rwxr-xr-x | proprietary-files.sh | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/proprietary-common-files.txt b/proprietary-common-files.txt index b672a11..f4b5fec 100644 --- a/proprietary-common-files.txt +++ b/proprietary-common-files.txt @@ -52,7 +52,7 @@ system/lib/egl/libGLESv2_mali.so system/lib/hw/gralloc.exynos4.so system/lib/libMali.so system/lib/libUMP.so -system/lib/libion.so +system/lib/libsecion.so system/bin/bintvoutservice system/lib/libTVOut.so system/lib/libcec.so diff --git a/proprietary-files.sh b/proprietary-files.sh index 03f6f56..a6f9c79 100755 --- a/proprietary-files.sh +++ b/proprietary-files.sh @@ -65,7 +65,7 @@ PRODUCT_PACKAGES += \\ libhdmi \\ libhdmiclient \\ libmediayamahaservice \\ - libsamsungion + libsecion PRODUCT_COPY_FILES += \\ vendor/__VENDOR__/__COMMON__/proprietary/system/lib/hw/camera.exynos4.so:system/lib/hw/vendor-camera.exynos4.so \\ @@ -111,9 +111,9 @@ LOCAL_MODULE_PATH := \$(TARGET_OUT)/lib include \$(BUILD_PREBUILT) include \$(CLEAR_VARS) -LOCAL_MODULE := libsamsungion +LOCAL_MODULE := libsecion LOCAL_MODULE_OWNER := samsung -LOCAL_SRC_FILES := system/lib/libion.so +LOCAL_SRC_FILES := system/lib/libsecion.so LOCAL_MODULE_TAGS := optional LOCAL_MODULE_SUFFIX := .so LOCAL_MODULE_CLASS := SHARED_LIBRARIES |