From 3f14a234d8f568ab708465aebf8b190f1edc58f0 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Thu, 29 Jun 2023 22:28:55 +0200 Subject: [PATCH] rtwo: fix keylayout path --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 99530d9..5cac9db 100644 --- a/device.mk +++ b/device.mk @@ -68,7 +68,7 @@ $(foreach f,$(wildcard $(LOCAL_PATH)/rootdir/bin/*.sh),\ # Keylayout PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/keylayout/goodix_ts.kl:$(TARGET_COPY_OUT_VENDOR)/keylayout/goodix_ts.kl + $(LOCAL_PATH)/keylayout/goodix_ts.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/goodix_ts.kl # Media PRODUCT_COPY_FILES += \