Commit 6946629
fix: regenerate code for updated jni dependency, fix code generators
- Fix errcheck and ST1005 lint errors in mcp/auth.go, mcp/server_test.go,
cmd/jnimcp/main.go
- Fix protogen: unify service eligibility check (IsServiceEligible) used
by both protogen and grpcgen (single source of truth)
- Fix protogen: merge ProtoData from multiple specs targeting the same
package instead of overwriting
- Fix grpcgen: generate service-specific client types (ManagerClient,
WindowManagerClient) instead of conflicting generic Client
- Fix grpcgen: merge server/client data per package to handle multi-spec
packages correctly
- Fix grpcgen: support per-service jni imports in server template for
packages where services come from different jni Go packages
- Fix grpcgen: deduplicate composite entries and use package-prefixed
field names in composite client to avoid collisions
- Fix Makefile: clean stale generated files before regenerating
- Fix .gitignore: anchor jnicli/jnimcp patterns to repo root
- Update mcp/tools_workflow.go for renamed client API1 parent 10f61a4 commit 6946629
751 files changed
Lines changed: 130293 additions & 607005 deletions
File tree
- cmd
- jnicli
- jnimcp
- grpc
- client
- accessibility
- accounts
- admin
- advancedprotection
- ad
- alarm
- appwidget
- app
- audiomanager
- aware
- battery
- biometric
- blob
- bluetooth
- camera
- clipboard
- companion
- content
- credentials
- displayhash
- display
- domain
- download
- euicc
- fingerprint
- hardware
- health_connect
- health
- inputmethod
- input
- interactive
- ir
- job
- keyguard
- keystore
- location
- media
- metrics
- midi
- net
- nfc
- notification
- nsd
- om
- os
- p2p
- people
- persistentdata
- pm
- power
- print
- projection
- quality
- role
- satellite
- security
- session
- storage
- telecom
- telephony
- textclassifier
- textservice
- tv
- usage
- usb
- vibrator
- view
- virtual
- wifi_p2p
- wifi_rtt
- wifi
- server
- accessibility
- accounts
- admin
- advancedprotection
- ad
- appwidget
- app
- audiomanager
- aware
- blob
- bluetooth
- camera
- companion
- content
- credentials
- displayhash
- display
- domain
- euicc
- fingerprint
- hardware
- health_connect
- health
- inputmethod
- input
- interactive
- job
- keystore
- location
- media
- metrics
- midi
- net
- nfc
- notification
- om
- os
- p2p
- people
- persistentdata
- pm
- print
- quality
- satellite
- security
- session
- storage
- telecom
- telephony
- textclassifier
- textservice
- tv
- usage
- view
- virtual
- wifi_p2p
- wifi
- mcp
- proto
- accessibilityservice
- accessibility
- accounts
- actions
- adid
- admin
- adselection
- adservices
- advancedprotection
- ad
- alarm
- altitude
- animation
- annotation
- appfunctions
- appsearch
- appsetid
- appwidget
- app
- assist
- audiofx
- audiomanager
- audiorecord
- autofill
- aware
- backup
- biometrics
- biometric
- blob
- bluetooth_le
- bluetooth
- browse
- build
- calendar
- camera2
- camera
- cardemulation
- carrier
- cdma
- changelog
- chooser
- classification
- clipboard
- common
- companion
- connect
- contacts
- contentcapture
- content
- controls
- credentials
- cs
- customaudience
- datatypes
- data
- devicelock
- displayhash
- display
- documents
- domain
- download
- drawable
- dreams
- drm
- eap
- effect
- emergency
- environment
- euicc
- exceptions
- ext
- feature
- fingerprint
- flagging
- fonts
- format
- gesture
- graphics
- gsm
- handlestore
- hardware
- health_connect
- health
- hotspot2
- hpke
- http
- identity
- ike
- ims
- inline
- inputmethodservice
- inputmethod
- input
- inspector
- interactive
- ir
- jank
- job
- keystore
- lang
- le
- lights
- loader
- location
- math
- mbms
- measurement
- mediastore
- media
- method
- metrics
- midi
- models
- mtp
- net
- nfc
- notification
- nsd
- number
- observer
- omadm
- omapi
- om
- ondevicepersonalization
- oob
- opengl
- os
- p2p
- params
- pdf
- people
- permission
- persistentdata
- photopicker
- player
- pm
- power
- pps
- preferences
- preference
- printservice
- print
- projection
- proto
- provider
- quality
- quickaccesswallet
- quicksettings
- ranging
- raw
- recorder
- renderscript
- resolver
- restrictions
- res
- ringtone
- rssi
- rtp
- rtt
- satellite
- sax
- sdkprovider
- sdksandbox
- security
- selection
- session
- settings
- shapes
- signals
- sip
- slice
- speech
- sqlite
- ssl
- storage
- strictmode
- stub
- style
- system
- tech
- telecom
- telephony
- templates
- textclassifier
- textservice
- text
- toast
- topics
- transition
- translation
- tts
- tv
- units
- usage
- usb
- util
- uwb
- vcn
- view
- virtual
- voice
- vpn
- vr
- wallpaper
- webkit
- widget
- wifi_p2p
- wifi_rtt
- wifi
- window
- tools
- cmd
- grpcgen
- protogen
- pkg
- grpcgen
- protogen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
| 45 | + | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
| 51 | + | |
40 | 52 | | |
41 | 53 | | |
42 | 54 | | |
| |||
0 commit comments