platform_build/tools/aconfig/src
Zhi Dou af81e20653 aconfig: change java flag method name to camelCase
Before java code will directly use the flag name as the method name.
This change adds funciton to try the best to convert flag name to
camelCase, and then use the camelCase string as the method name in the
generated code.

Bug: 279483816
Test: atest aconfig.test aconfig.test.java
Change-Id: I45fc6df46c9d535cd38a657a41313202f9b660af
2023-06-16 12:40:40 +00:00
..
aconfig.rs aconfig: add namespace field to flag_declaration and parsed_flag 2023-06-08 11:27:57 +02:00
cache.rs aconfig: add namespace field to flag_declaration and parsed_flag 2023-06-08 11:27:57 +02:00
codegen.rs aconfig: reject consecutive underscores in identifiers 2023-06-13 13:30:58 +02:00
codegen_cpp.rs aconfig: update cpp codegen to use static methods 2023-06-12 12:57:38 +00:00
codegen_java.rs aconfig: change java flag method name to camelCase 2023-06-16 12:40:40 +00:00
codegen_rust.rs aconfig: improve code diffs in tests 2023-06-08 11:27:59 +02:00
commands.rs aconfig: Java codegen iteration 1 2023-06-13 14:45:53 +00:00
main.rs aconfig: Java codegen iteration 1 2023-06-13 14:45:53 +00:00
protos.rs aconfig: separate flag declarations and flag values 2023-05-12 08:50:49 +02:00
test.rs aconfig: add Java integration tests 2023-06-09 09:59:21 +02:00