Merge "Add /system/vendor/odm for VINTF search path"
am: dafae5228c
Change-Id: I1a86ae8098c8f6b3e7c2320920f8f6e7a1fa1963
This commit is contained in:
@@ -38,11 +38,13 @@ OPTIONS = common.OPTIONS
|
|||||||
# paths (VintfObject.cpp).
|
# paths (VintfObject.cpp).
|
||||||
# These paths are stored in different directories in target files package, so
|
# 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.
|
# 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 = {
|
DIR_SEARCH_PATHS = {
|
||||||
'/system': ('SYSTEM',),
|
'/system': ('SYSTEM',),
|
||||||
'/vendor': ('VENDOR', 'SYSTEM/vendor'),
|
'/vendor': ('VENDOR', 'SYSTEM/vendor'),
|
||||||
'/product': ('PRODUCT', 'SYSTEM/product'),
|
'/product': ('PRODUCT', 'SYSTEM/product'),
|
||||||
'/odm': ('ODM', 'VENDOR/odm'),
|
'/odm': ('ODM', 'VENDOR/odm', 'SYSTEM/vendor/odm'),
|
||||||
}
|
}
|
||||||
|
|
||||||
UNZIP_PATTERN = ['META/*', '*/build.prop']
|
UNZIP_PATTERN = ['META/*', '*/build.prop']
|
||||||
|
Reference in New Issue
Block a user