Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01596715 authored by Ray Chin's avatar Ray Chin Committed by Hongguang Chen
Browse files

Revert "Convert keyboards artifacts to soong"

This reverts commit fd803f55.

Reason for revert: This change break most of the tv targets. Please test building cf_x86_tv_gtv

Bug: 338497361
Change-Id: I5e9063f3099315de4ec6bde966bf8563f5faac56
parent fd803f55
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -27,24 +27,3 @@ genrule {
        targets: ["droidcore"],
    },
}

prebuilt_usr_keylayout {
    name: "keylayout_data",
    srcs: [
        "*.kl",
    ],
}

prebuilt_usr_keychars {
    name: "keychars_data",
    srcs: [
        "*.kcm",
    ],
}

prebuilt_usr_idc {
    name: "idc_data",
    srcs: [
        "*.idc",
    ],
}
+5 −4
Original line number Diff line number Diff line
@@ -14,8 +14,9 @@

# Warning: this is actually a product definition, to be inherited from

PRODUCT_PACKAGES += \
    keylayout_data \
    keychars_data \
    idc_data
PRODUCT_COPY_FILES := \
  $(call find-copy-subdir-files,*.kl,$(LOCAL_PATH),system/usr/keylayout) \
  $(call find-copy-subdir-files,*.kcm,$(LOCAL_PATH),system/usr/keychars) \
  $(call find-copy-subdir-files,*.idc,$(LOCAL_PATH),system/usr/idc)