Merge "Allow generate_hiddenapi_lists.py to work with no custom flag files" am: eee990820b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1682096 Change-Id: I092ad11719b3a1a4a861bb26cc7b5aebe04d1028
This commit is contained in:
@@ -332,7 +332,7 @@ def parse_ordered_flags(ordered_flags):
|
||||
def main(argv):
|
||||
# Parse arguments.
|
||||
args = vars(get_args())
|
||||
flagfiles = parse_ordered_flags(args['ordered_flags'])
|
||||
flagfiles = parse_ordered_flags(args['ordered_flags'] or [])
|
||||
|
||||
# Initialize API->flags dictionary.
|
||||
flags = FlagsDict()
|
||||
|
Reference in New Issue
Block a user