Skip to content

Commit a7449c6

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
fix: export parcelable field names, fix genbindercli build
The genparcelgo tool now capitalizes field names to make them exported Go identifiers (e.g. Point.x -> Point.X). This fixes a build error in genbindercli where generated code referenced unexported struct fields. Also updates README to match current GetLastLocation signature (attributionTag auto-filled, packageName still explicit).
1 parent 93fb3e7 commit a7449c6

6 files changed

Lines changed: 14978 additions & 17538 deletions

File tree

android/graphics/point.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/graphics/pointf.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/view/layoutparams.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)