sm8250-common: Switch to common QTI vibrator HAL implementation
Change-Id: I2c884e951d2dc9285f86926eb88107be65bcce1f
This commit is contained in:
parent
039cae69d5
commit
8b1be26d37
2 changed files with 1 additions and 33 deletions
|
@ -262,7 +262,7 @@ PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
||||||
# Vibrator
|
# Vibrator
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.qti.hardware.vibrator.service.oneplus_kona
|
vendor.qti.hardware.vibrator.service
|
||||||
|
|
||||||
# WiFi
|
# WiFi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
LOCAL_PATH := vendor/qcom/opensource/vibrator
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
|
|
||||||
LOCAL_MODULE := vendor.qti.hardware.vibrator.service.oneplus_kona
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/bin
|
|
||||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
|
||||||
LOCAL_MODULE_STEM := vendor.qti.hardware.vibrator.service
|
|
||||||
|
|
||||||
LOCAL_CFLAGS += \
|
|
||||||
-Wall \
|
|
||||||
-Werror
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
|
||||||
$(LOCAL_PATH)/aidl/include
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
aidl/service.cpp \
|
|
||||||
aidl/Vibrator.cpp \
|
|
||||||
effect/effect.cpp
|
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
|
||||||
android.hardware.vibrator-ndk_platform \
|
|
||||||
libbase \
|
|
||||||
libbinder_ndk \
|
|
||||||
libcutils \
|
|
||||||
liblog \
|
|
||||||
libutils
|
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
|
Loading…
Reference in a new issue