platform_build_blueprint/parser
Sam Delmerico 08bd504b62 ignore bp files from PRODUCT_SOURCE_ROOT_DIRS
Soong analyzes the entire source tree even though not every lunch target
needs to know about every module. For example, OEM sources can be
ignored for cuttlefish products. This functionality allows blueprint to
ignore a list of undesired directories.

Bug: 269457150
Change-Id: Icbbf8f3b66813ad639a7ebd27b1a3ec153cbf269
2023-03-27 14:43:07 -04:00
..
ast.go ignore bp files from PRODUCT_SOURCE_ROOT_DIRS 2023-03-27 14:43:07 -04:00
modify.go Add multiple property and replace functionality to bpmodify. 2022-08-08 17:58:11 +00:00
modify_test.go Add Patch and PatchList for making textual changes 2018-04-10 16:50:39 -07:00
parser.go Fix panic in parser when first token is invalid 2022-10-21 14:38:52 -07:00
parser_test.go Fix panic in parser when first token is invalid 2022-10-21 14:38:52 -07:00
printer.go Add newlines around list of structs 2022-02-09 11:10:12 +09:00
printer_test.go Add newlines around list of structs 2022-02-09 11:10:12 +09:00
sort.go Fix numericStringLess and add tests 2021-03-08 17:59:55 -08:00
sort_test.go Fix numericStringLess and add tests 2021-03-08 17:59:55 -08:00