Contains a program that generates FIDL constants file from Android strings.xml file. The generated file contains the message IDs of all messages present in the file.
The following example takes input from the file strings.xml
and writes the output into strings.xml.fidl
.
./strings_to_fidl \ --input=strings.xml \ --output=strings.xml.fidl
fx test //src/intl/strings_to_fidl