Skip to content
Snippets Groups Projects
Commit fd803f55 authored by yangbill's avatar yangbill Committed by Bill Yang
Browse files

Convert keyboards artifacts to soong

Bug: 337993945
Test: m
Change-Id: I762f41500fb9b360245fbf58a6526dd594ff332e
parent 9ed9d621
No related branches found
No related tags found
No related merge requests found
......@@ -27,3 +27,24 @@ 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",
],
}
......@@ -14,9 +14,8 @@
# Warning: this is actually a product definition, to be inherited from
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)
PRODUCT_PACKAGES += \
keylayout_data \
keychars_data \
idc_data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment