gts3l: shims: Rename camera things to be commonized as of libcameraclient_shim
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Id86c0c4129ad93a18bf865ca842edf5c6cdf3d98
This commit is contained in:
parent
dd3657fd7e
commit
2d24cb0bbb
5 changed files with 5 additions and 5 deletions
|
@ -215,7 +215,7 @@ BOARD_HAVE_SAMSUNG_WIFI := true
|
||||||
TARGET_LD_SHIM_LIBS := \
|
TARGET_LD_SHIM_LIBS := \
|
||||||
/vendor/lib/libbauthserver.so|libbauthtzcommon_shim.so \
|
/vendor/lib/libbauthserver.so|libbauthtzcommon_shim.so \
|
||||||
/vendor/lib64/libbauthserver.so|libbauthtzcommon_shim.so \
|
/vendor/lib64/libbauthserver.so|libbauthtzcommon_shim.so \
|
||||||
/vendor/lib/hw/camera.msm8996.so|/vendor/lib/libshims_cameraclient.so
|
/vendor/lib/hw/camera.msm8996.so|/vendor/lib/libcameraclient_shim.so
|
||||||
|
|
||||||
# inherit from the proprietary version
|
# inherit from the proprietary version
|
||||||
-include vendor/samsung/gts3llte/BoardConfigVendor.mk
|
-include vendor/samsung/gts3llte/BoardConfigVendor.mk
|
||||||
|
|
|
@ -146,7 +146,7 @@ PRODUCT_PACKAGES += \
|
||||||
camera.device@3.2-impl \
|
camera.device@3.2-impl \
|
||||||
camera.device@3.3-impl \
|
camera.device@3.3-impl \
|
||||||
camera.device@3.4-impl \
|
camera.device@3.4-impl \
|
||||||
libshims_cameraclient \
|
libcameraclient_shim \
|
||||||
Snap
|
Snap
|
||||||
|
|
||||||
# Connectivity Engine support (CNE)
|
# Connectivity Engine support (CNE)
|
||||||
|
|
|
@ -16,9 +16,9 @@ LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_SRC_FILES := camera_cameraclient.cpp
|
LOCAL_SRC_FILES := libcameraclient.cpp
|
||||||
|
|
||||||
LOCAL_MODULE := libshims_cameraclient
|
LOCAL_MODULE := libcameraclient_shim
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
LOCAL_VENDOR_MODULE := true
|
LOCAL_VENDOR_MODULE := true
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "camera_cameraclient.h"
|
#include "libcameraclient.h"
|
||||||
|
|
||||||
namespace android
|
namespace android
|
||||||
{
|
{
|
Loading…
Reference in a new issue