diff options
| author | Georg Veichtlbauer <georg@vware.at> | 2021-02-10 16:09:08 +0100 |
|---|---|---|
| committer | Georg Veichtlbauer <georg@vware.at> | 2021-02-10 16:09:08 +0100 |
| commit | afb0f035192cddfc608cc58dabad367a1dc7f0a4 (patch) | |
| tree | e1244ac5bcd39a4bd36fce78f250a4468683424c | |
| parent | c9e2d89e61668e7c1bea638f4b720902ffcc6a57 (diff) | |
dumpling: Copy keylayout to vendor
Change-Id: I7bc4a12181f68409cb5ab206cefcef28d9846643
| -rw-r--r-- | device.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
