platform_build_soong/androidmk
Sasha Smundak 9c35d8bfde Parse else ifxxx statement
More recent versions of make provide "else ifdef/ifndef/ifeq/ifneq" directive:
ifdef FOO
...
else ifdef BAR
...
endif
Fix the parser to handle it. It returns the same Directive as the respective ifxxx
counterpart, only that the Name is set to "elifdef/elifndef/elifeq/elifneq".

Test: treehugger
Change-Id: I74c6a2c7224bce1dd3465012fa84880fae21349b
2020-11-17 23:18:14 -08:00
..
androidmk Add unit_test test option in test configs 2020-11-16 11:05:00 -08:00
cmd When bpfix fails in androidmk, output the tree anyway 2020-06-09 16:01:51 -04:00
parser Parse else ifxxx statement 2020-11-17 23:18:14 -08:00
Android.bp Sandbox soong_build by changing to root directory 2020-01-11 01:11:46 +00:00