sdm845-common -> sm8250-common
This commit is contained in:
parent
ebe358dcbf
commit
98a0defd38
24 changed files with 153 additions and 127 deletions
|
|
@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := android.hardware.light@2.0-service.oneplus_sdm845
|
||||
LOCAL_MODULE := android.hardware.light@2.0-service.oneplus_kona
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/bin
|
||||
|
|
@ -14,7 +14,7 @@ LOCAL_SRC_FILES := \
|
|||
Light.cpp
|
||||
|
||||
LOCAL_REQUIRED_MODULES := \
|
||||
android.hardware.light@2.0-service.oneplus_sdm845.rc
|
||||
android.hardware.light@2.0-service.oneplus_kona.rc
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
|
|
@ -30,13 +30,13 @@ include $(BUILD_EXECUTABLE)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := android.hardware.light@2.0-service.oneplus_sdm845.rc
|
||||
LOCAL_MODULE := android.hardware.light@2.0-service.oneplus_kona.rc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/init
|
||||
LOCAL_MODULE_STEM := android.hardware.light@2.0-service.rc
|
||||
|
||||
LOCAL_SRC_FILES := android.hardware.light@2.0-service.oneplus_sdm845.rc
|
||||
LOCAL_SRC_FILES := android.hardware.light@2.0-service.oneplus_kona.rc
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "android.hardware.light@2.0-service.oneplus_sdm845"
|
||||
#define LOG_TAG "android.hardware.light@2.0-service.oneplus_kona"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <hidl/HidlTransportSupport.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue