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

Commit 529e3b24 authored by Anthony King's avatar Anthony King Committed by Gerrit Code Review
Browse files

repopick: handle hardware_ril/ril-caf

Change-Id: Ib72255d899529effb0d6121034f42a7532d4a02b
parent df45e9fc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -281,6 +281,10 @@ if __name__ == '__main__':
                    # audio and media are different from display
                    elif split_path[2] == 'audio' or split_path[2] == 'media':
                        project_path += '/default'
            elif project_path.startswith('hardware/ril'):
                project_path = project_path.rstrip('-caf')
                if item["branch"].split('-')[-1] == 'caf':
                    project_path += '-caf'
        elif args.ignore_missing:
            print('WARNING: Skipping {0} since there is no project directory for: {1}\n'.format(item['id'], item['project']))
            continue