Skip to content

Commit

Permalink
mako: fix keychars location
Browse files Browse the repository at this point in the history
Change-Id: I107e6c9e1b4c8e83f00d4592c03f8491d7940eab
  • Loading branch information
voron00 committed Mar 7, 2018
1 parent 3a99d83 commit ab77e73
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,18 @@ PRODUCT_COPY_FILES += \

# Keylayouts
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/apq8064-tabla-snd-card_Button_Jack.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/apq8064-tabla-snd-card_Button_Jack.kcm \
$(LOCAL_PATH)/keylayout/apq8064-tabla-snd-card_Button_Jack.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/apq8064-tabla-snd-card_Button_Jack.kl \
$(LOCAL_PATH)/keylayout/hs_detect.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hs_detect.kcm \
$(LOCAL_PATH)/keylayout/hs_detect.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/hs_detect.kl \
$(LOCAL_PATH)/keylayout/keypad_8064.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/keypad_8064.kcm \
$(LOCAL_PATH)/keylayout/keypad_8064.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/keypad_8064.kl \
$(LOCAL_PATH)/keylayout/pmic8xxx_pwrkey.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/pmic8xxx_pwrkey.kcm \
$(LOCAL_PATH)/keylayout/pmic8xxx_pwrkey.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/pmic8xxx_pwrkey.kl

# Keychars
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keychars/apq8064-tabla-snd-card_Button_Jack.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keychars/apq8064-tabla-snd-card_Button_Jack.kcm \
$(LOCAL_PATH)/keychars/hs_detect.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keychars/hs_detect.kcm \
$(LOCAL_PATH)/keychars/keypad_8064.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keychars/keypad_8064.kcm \
$(LOCAL_PATH)/keychars/pmic8xxx_pwrkey.kcm:$(TARGET_COPY_OUT_VENDOR)/usr/keychars/pmic8xxx_pwrkey.kcm

# Keymaster
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ab77e73

Please sign in to comment.