color_manager: Update display color api libname

Update display color api libname present in /vendor
partition.

Change-Id: I3626975ddff8458c641dc60b3632581512f91b94
This commit is contained in:
Rajesh Yadav
2017-05-10 18:51:57 +05:30
committed by Gerrit - the friendly Code Review server
parent 0518de7f7f
commit e860f97b54
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/qdcm/inc
LOCAL_SRC_FILES := lights.c lights_prv.cpp LOCAL_SRC_FILES := lights.c lights_prv.cpp
LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SHARED_LIBRARIES := liblog libcutils libsdm-disp-apis LOCAL_SHARED_LIBRARIES := liblog libcutils libsdm-disp-vndapis
LOCAL_CFLAGS := -DLOG_TAG=\"qdlights\" LOCAL_CFLAGS := -DLOG_TAG=\"qdlights\"
LOCAL_CLANG := true LOCAL_CLANG := true
LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM) LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM)

View File

@@ -1,4 +1,4 @@
/* Copyright (c) 2015-2016, The Linux Foundataion. All rights reserved. /* Copyright (c) 2015-2017, The Linux Foundataion. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are
@@ -42,7 +42,7 @@ namespace sdm {
// This macro defines name for display APIs interface wrapper library. // This macro defines name for display APIs interface wrapper library.
// This macro shall be used to load library using dlopen(). // This macro shall be used to load library using dlopen().
#define DISPLAY_API_INTERFACE_LIBRARY_NAME "libsdm-disp-apis.so" #define DISPLAY_API_INTERFACE_LIBRARY_NAME "libsdm-disp-vndapis.so"
// This macro defines variable name of display color APIs function tables // This macro defines variable name of display color APIs function tables
// This macro shall be used to specify name of the variable in dlsym(). // This macro shall be used to specify name of the variable in dlsym().

View File

@@ -1,4 +1,4 @@
/* Copyright (c) 2015-2016, The Linux Foundataion. All rights reserved. /* Copyright (c) 2015-2017, The Linux Foundataion. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are
@@ -41,7 +41,7 @@ namespace sdm {
// This macro defines name for display APIs interface wrapper library. // This macro defines name for display APIs interface wrapper library.
// This macro shall be used to load library using dlopen(). // This macro shall be used to load library using dlopen().
#define DISPLAY_API_INTERFACE_LIBRARY_NAME "libsdm-disp-apis.so" #define DISPLAY_API_INTERFACE_LIBRARY_NAME "libsdm-disp-vndapis.so"
// This macro defines variable name of display color APIs function tables // This macro defines variable name of display color APIs function tables
// This macro shall be used to specify name of the variable in dlsym(). // This macro shall be used to specify name of the variable in dlsym().