• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Set up Soong config variables.
2// https://android.googlesource.com/platform/build/soong/+/master/README.md#soong-config-variables
3
4soong_config_module_type {
5    name: "art_debug_defaults",
6    module_type: "cc_defaults",
7    config_namespace: "art_module",
8    value_variables: ["art_debug_opt_flag"],
9    properties: ["cflags"],
10}
11