Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Farzin Kazemzadeh
platform_frameworks_base-old
Commits
fd803f55
Commit
fd803f55
authored
10 months ago
by
yangbill
Committed by
Bill Yang
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Convert keyboards artifacts to soong
Bug: 337993945 Test: m Change-Id: I762f41500fb9b360245fbf58a6526dd594ff332e
parent
9ed9d621
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/keyboards/Android.bp
+21
-0
21 additions, 0 deletions
data/keyboards/Android.bp
data/keyboards/keyboards.mk
+4
-5
4 additions, 5 deletions
data/keyboards/keyboards.mk
with
25 additions
and
5 deletions
data/keyboards/Android.bp
+
21
−
0
View file @
fd803f55
...
...
@@ -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",
],
}
This diff is collapsed.
Click to expand it.
data/keyboards/keyboards.mk
+
4
−
5
View file @
fd803f55
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment