dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(board): fix adc awlays input event & usb camera kernel config
huangcm
2024-10-12
802402a809d86fa522f3e9d0f8a1727d73d441cb
[~lzh/A133.git]
/
android
/
packages
/
providers
/
UserDictionaryProvider
/
Android.bp
1
2
3
4
5
6
7
8
9
10
11
android_app {
name: "UserDictionaryProvider",
srcs: ["**/*.java"],
libs: ["ext"],
platform_apis: true,
certificate: "shared",
privileged: true,
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}