Merge "check_target_vintf: Properly glob Vintf file list" am: 3e77f44587
am: 05fc90f0fd
Original change: https://android-review.googlesource.com/c/platform/build/+/1889615 Change-Id: I2fe6b87e6faccda700492f9c061affecb7d9b60d
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user