Skip to content

Commit

Permalink
Generate java class with debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Aug 22, 2021
1 parent 34ab130 commit c396df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gomobile/bind_androidapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ func buildJar(w io.Writer, srcDir string) error {
}

args := []string{
"-g",
"-d", dst,
"-source", javacTargetVer,
"-target", javacTargetVer,
Expand Down

0 comments on commit c396df0

Please sign in to comment.