Files
build_soong/java
Jooyung Han e197d8b174 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
2021-01-05 10:40:22 +09:00
..
2020-11-30 14:16:02 -08:00
2020-12-22 10:14:41 +00:00
2020-12-21 12:31:51 -08:00
2020-12-21 12:31:51 -08:00
2020-12-21 12:31:51 -08:00
2020-12-21 12:31:51 -08:00
2020-12-21 12:31:51 -08:00
2020-12-28 17:50:44 +00:00
2020-12-28 17:50:44 +00:00
2020-12-01 16:22:16 -08:00
2020-12-01 16:22:16 -08:00
2020-12-21 12:31:51 -08:00
2020-12-21 12:31:51 -08:00
2020-11-24 14:13:31 +09:00
2019-10-18 15:14:15 -07:00