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:
Deokgyu Yang 2021-05-20 12:23:29 +09:00
parent dd3657fd7e
commit 2d24cb0bbb
5 changed files with 5 additions and 5 deletions

View file

@ -215,7 +215,7 @@ BOARD_HAVE_SAMSUNG_WIFI := true
TARGET_LD_SHIM_LIBS := \
/vendor/lib/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
-include vendor/samsung/gts3llte/BoardConfigVendor.mk

View file

@ -146,7 +146,7 @@ PRODUCT_PACKAGES += \
camera.device@3.2-impl \
camera.device@3.3-impl \
camera.device@3.4-impl \
libshims_cameraclient \
libcameraclient_shim \
Snap
# Connectivity Engine support (CNE)

View file

@ -16,9 +16,9 @@ LOCAL_PATH := $(call my-dir)
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_CLASS := SHARED_LIBRARIES
LOCAL_VENDOR_MODULE := true

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "camera_cameraclient.h"
#include "libcameraclient.h"
namespace android
{