summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Walczak <mwlczk@gmail.com>2012-10-06 16:31:00 +0200
committerAndrew Dodd <atd7@cornell.edu>2012-10-30 18:46:58 -0400
commit025345c34b2132ce8101640c04e637f03d6bc85b (patch)
tree568a15a0c217c9a6b10f381a5d6f8d77bf992ba3
parent9f9f5510e5e7ae2582665e4c48bee7545227200a (diff)
downloaddevice_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.txt2
-rwxr-xr-xproprietary-files.sh6
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