summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Veichtlbauer <georg@vware.at>2021-02-10 16:09:08 +0100
committerGeorg Veichtlbauer <georg@vware.at>2021-02-10 16:09:08 +0100
commitafb0f035192cddfc608cc58dabad367a1dc7f0a4 (patch)
treee1244ac5bcd39a4bd36fce78f250a4468683424c
parentc9e2d89e61668e7c1bea638f4b720902ffcc6a57 (diff)
dumpling: Copy keylayout to vendor
Change-Id: I7bc4a12181f68409cb5ab206cefcef28d9846643
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 66a69e7..3f15be6 100644
--- a/device.mk
+++ b/device.mk
@@ -43,7 +43,7 @@ PRODUCT_COPY_FILES += \
# Keylayouts
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/keylayout/gf_input.kl:system/usr/keylayout/gf_input.kl
+ $(LOCAL_PATH)/keylayout/gf_input.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/gf_input.kl
# Inherit from oneplus msm8998-common
$(call inherit-product, device/oneplus/msm8998-common/common.mk)