Add odm_dlkm partition.

Test: define odm_dlkm in CF.
Bug: 156020364
Change-Id: I5593d09a1cdf13e651a13e951336555a7475865e
This commit is contained in:
Yifan Hong
2020-07-15 16:52:59 -07:00
parent 7c16b443c3
commit f496f1b94f
21 changed files with 358 additions and 17 deletions

View File

@@ -198,6 +198,7 @@ DEFAULT_VENDOR_ITEM_LIST = (
'RADIO/*',
'VENDOR/*',
'VENDOR_DLKM/*',
'ODM_DLKM/*',
)
# VENDOR_EXTRACT_SPECIAL_ITEM_LIST is a list of items to extract from the
@@ -225,6 +226,7 @@ SINGLE_BUILD_PARTITIONS = (
'SYSTEM_OTHER/',
'VENDOR/',
'VENDOR_DLKM/',
'ODM_DLKM/',
)