Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eee99082 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Allow generate_hiddenapi_lists.py to work with no custom flag files"

parents 7cbdf81e 2082e695
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()