Merge "check_target_vintf: Properly glob Vintf file list" am: 3e77f44587

Original change: https://android-review.googlesource.com/c/platform/build/+/1889615

Change-Id: I106ea4a1d45ff657be72702c82b8eb3823263ccd
This commit is contained in:
Treehugger Robot
2022-02-18 21:16:48 +00:00
committed by Automerger Merge Worker

View File

@@ -164,7 +164,7 @@ def GetVintfFileList():
"""
def PathToPatterns(path):
if path[-1] == '/':
path += '*'
path += '**'
# Loop over all the entries in DIR_SEARCH_PATHS and find one where the key
# is a prefix of path. In order to get find the correct prefix, sort the