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

Commit a582ec70 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add /system/vendor/odm for VINTF search path" am: dafae522 am: b15c78ea

Change-Id: I038ad38a701709a4fd42f4e111412dca33d34ff5
parents 3ff4bb82 b15c78ea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -38,11 +38,13 @@ OPTIONS = common.OPTIONS
# paths (VintfObject.cpp).
# These paths are stored in different directories in target files package, so
# we have to search for the correct path and tell checkvintf to remap them.
# Look for TARGET_COPY_OUT_* variables in board_config.mk for possible paths for
# each partition.
DIR_SEARCH_PATHS = {
    '/system': ('SYSTEM',),
    '/vendor': ('VENDOR', 'SYSTEM/vendor'),
    '/product': ('PRODUCT', 'SYSTEM/product'),
    '/odm': ('ODM', 'VENDOR/odm'),
    '/odm': ('ODM', 'VENDOR/odm', 'SYSTEM/vendor/odm'),
}

UNZIP_PATTERN = ['META/*', '*/build.prop']