Loading data/keyboards/Android.bp +6 −5 Original line number Diff line number Diff line Loading @@ -12,12 +12,16 @@ // See the License for the specific language governing permissions and // limitations under the License. package { default_applicable_licenses: ["Android-Apache-2.0"], } genrule { name: "validate_framework_keymaps", srcs: [ "*.kl", "*.kcm", "*.idc", "*.kcm", "*.kl", ], tools: ["validatekeymaps"], out: ["stamp"], Loading @@ -33,7 +37,6 @@ prebuilt_usr_keylayout { srcs: [ "*.kl", ], no_full_install: true, } prebuilt_usr_keychars { Loading @@ -41,7 +44,6 @@ prebuilt_usr_keychars { srcs: [ "*.kcm", ], no_full_install: true, } prebuilt_usr_idc { Loading @@ -49,5 +51,4 @@ prebuilt_usr_idc { srcs: [ "*.idc", ], no_full_install: true, } data/keyboards/keyboards.mk +4 −6 Original line number Diff line number Diff line Loading @@ -14,9 +14,7 @@ # 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 Loading
data/keyboards/Android.bp +6 −5 Original line number Diff line number Diff line Loading @@ -12,12 +12,16 @@ // See the License for the specific language governing permissions and // limitations under the License. package { default_applicable_licenses: ["Android-Apache-2.0"], } genrule { name: "validate_framework_keymaps", srcs: [ "*.kl", "*.kcm", "*.idc", "*.kcm", "*.kl", ], tools: ["validatekeymaps"], out: ["stamp"], Loading @@ -33,7 +37,6 @@ prebuilt_usr_keylayout { srcs: [ "*.kl", ], no_full_install: true, } prebuilt_usr_keychars { Loading @@ -41,7 +44,6 @@ prebuilt_usr_keychars { srcs: [ "*.kcm", ], no_full_install: true, } prebuilt_usr_idc { Loading @@ -49,5 +51,4 @@ prebuilt_usr_idc { srcs: [ "*.idc", ], no_full_install: true, }
data/keyboards/keyboards.mk +4 −6 Original line number Diff line number Diff line Loading @@ -14,9 +14,7 @@ # 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