Files
build_soong/cc
Matthias Maennich 22fd4d1b82 soong: add support for module specific lexer flags
To support module specific lexer flags, this follows the same strategy
as the yacc flags:
 - add LexProperties to the BaseCompilerProperties
 - propagate those flags to the generator generation (i.e. genLex)
 - add a placeholder for custom flags
 - replace the placeholder with the concatenated flags

This might not support escaping very well, but I figured that this is a
very edge case. Support for escaping etc. could be added later on.

Bug: 159682555
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: I31a3b783bb05213fe1621191031952b41b318103
2020-08-26 21:41:33 +01:00
..
2020-08-19 15:27:03 -07:00
2020-08-13 17:50:29 -07:00
2019-11-12 15:55:03 -08:00
2020-08-19 21:18:56 +00:00
2020-06-22 15:27:56 -07:00
2020-08-07 13:45:45 -07:00
2020-03-06 18:15:44 -08:00
2020-08-11 15:06:55 -07:00
2019-11-07 15:27:58 -08:00
2020-07-16 13:21:43 -07:00
2020-08-11 01:11:44 +00:00
2019-09-13 12:18:47 -07:00
2019-12-18 08:19:10 -08:00
2020-08-19 15:27:03 -07:00