Skip to content

Commit

Permalink
platform jar keep name of method parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
panliming-tuya committed Oct 14, 2022
1 parent 5ed16c0 commit d36248a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/platform/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ android_library("java") {
"java/chip/platform/ServiceResolver.java",
]

javac_flags = [ "-Xlint:deprecation" ]
javac_flags = [
"-Xlint:deprecation",
"-parameters", # Store infomation about method parameters
]
}

java_prebuilt("android_sdk") {
Expand Down

0 comments on commit d36248a

Please sign in to comment.