tree: f39590df83abeb98aa49ef2062a30d9e891b8cfd [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/intl/strings_to_fidl/README.md

FIDL generation for intl

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.

Example use

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

Running tests

fx test //src/intl/strings_to_fidl