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

Commit f551997f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "check_target_vintf: Properly glob Vintf file list" am: 3e77f445 am:...

Merge "check_target_vintf: Properly glob Vintf file list" am: 3e77f445 am: 05fc90f0 am: ef29f976 am: 123bf4de

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

Change-Id: I60267e25ecc6a7f1defc2ad1fff18703be6717de
parents 7c1484b7 123bf4de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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