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

Commit 8c989693 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Convert keyboards artifacts to soong" into main am: fb29891c am: 39708907

parents f524cbac 39708907
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line Diff line number Diff line
@@ -27,3 +27,24 @@ genrule {
        targets: ["droidcore"],
        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",
    ],
}
+4 −5
Original line number Original line Diff line number Diff line
@@ -14,9 +14,8 @@


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


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