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-12-22 20:49:54 +00:00
2020-04-28 21:08:58 +09:00
2020-07-16 13:23:33 -07:00
2020-09-24 14:03:31 -07:00
2020-09-24 14:03:31 -07:00
2020-12-10 21:12:39 +09:00
2020-12-22 12:38:35 -08:00
2020-09-18 12:41:28 -07:00
2020-10-05 18:57:21 -07:00
2020-12-22 12:38:35 -08:00
2020-12-09 07:26:36 +00:00
2021-01-05 10:40:22 +09:00
2020-12-29 14:48:37 +00:00
2020-07-06 16:19:56 -07:00
2020-12-01 16:22:16 -08:00
2020-12-22 12:38:35 -08:00
2020-12-22 12:38:35 -08:00
2020-01-11 01:11:46 +00:00
2020-10-09 18:34:24 -07:00
2021-01-05 10:40:22 +09:00
2020-12-10 21:45:34 +00:00
2020-12-01 16:22:16 -08:00
2020-11-20 15:45:04 -08:00
2020-12-01 16:22:16 -08:00
2020-11-17 11:23:45 -08:00
2020-12-23 18:14:30 +09:00
2020-12-24 10:51:07 +09:00
2020-08-06 22:52:58 +01:00
2020-10-12 16:55:47 -07:00
2020-10-09 18:34:24 -07:00
2020-08-03 21:06:50 +01:00
2020-11-08 23:53:22 +00:00
2020-10-09 18:34:24 -07:00
2020-12-24 16:11:23 +09:00
2020-12-21 17:53:30 -08:00
2020-12-23 18:14:30 +09:00
2020-12-21 17:53:30 -08:00
2020-10-09 22:08:11 +08:00
2020-11-17 10:50:19 -08:00
2020-03-06 18:15:44 -08:00
2020-11-17 10:50:19 -08:00
2020-10-12 16:55:47 -07:00
2020-10-29 14:17:54 -07:00
2020-10-09 18:34:24 -07:00
2020-12-01 18:28:38 -05:00
2020-10-08 16:14:32 -07:00
2020-12-22 12:38:35 -08:00
2020-11-23 00:29:18 -05:00
2020-12-16 01:31:10 +00:00
2020-10-09 18:34:24 -07:00
2020-12-01 16:22:16 -08:00
2020-07-16 13:21:43 -07:00
2020-08-11 01:11:44 +00:00
2020-12-21 17:53:30 -08:00
2020-12-29 14:48:37 +00:00
2020-10-09 18:34:24 -07:00
2020-10-02 13:00:19 -07:00
2020-12-22 12:38:35 -08:00
2020-12-10 21:12:39 +09:00
2020-09-18 12:41:28 -07:00
2020-12-04 09:43:49 -08:00
2020-12-01 14:09:03 +09:00
2020-11-24 14:13:31 +09:00
2020-11-12 10:07:49 -08:00
2020-12-22 12:38:35 -08:00
2020-12-10 23:54:34 +00:00
2020-08-18 13:28:03 -07:00
2020-12-01 18:28:38 -05:00
2020-12-10 21:12:39 +09:00
2020-08-27 10:13:42 +02:00
2020-12-21 17:53:30 -08:00
2020-12-17 10:02:18 -08:00
2020-12-24 10:51:07 +09:00