diff options
| author | 2021-01-05 10:33:16 +0900 | |
|---|---|---|
| committer | 2021-01-05 10:40:22 +0900 | |
| commit | e197d8b174208baa68f442b8c50910ad3be1aa34 (patch) | |
| tree | 778ca30fbf634a07bfbfa9a28d1bc461c44f9edc /rust/coverage_test.go | |
| parent | 591920fcfa319358c24c476e4e6db0a8a2662b24 (diff) | |
Add "aidl.flags:" property for cc_/java_ modules
The property can be used to pass additional flags to the AIDL compiler.
For example,
  cc_library {
    ..
    srcs: ["Foo.aidl"],
    aidl: {
      flags: [
        "-Werror",      // warnings as error
        "-Weverything", // turn on all warnings
      ],
    },
  }
Bug: 168028537
Test: soong test
Change-Id: I8120eeae7cd7b1acdd34c554af996a29e760a368
Diffstat (limited to 'rust/coverage_test.go')
0 files changed, 0 insertions, 0 deletions