e3q: config.fs: Add vendor_secdir
This resolves an issue where the camera service couldn't write to /sys/power/wake_lock Change-Id: I826e60ca996888a603a22dd0fcedd921d28897cb
This commit is contained in:
@@ -42,12 +42,13 @@ def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs):
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
**lib_fixups,
|
||||
(
|
||||
'libsecril-client'
|
||||
'libsecril-client',
|
||||
'libhyper'
|
||||
): lib_fixup_vendor_suffix,
|
||||
(
|
||||
'libagmclient',
|
||||
'libpalclient',
|
||||
'libwpa_client',
|
||||
'libwpa_client'
|
||||
): lib_fixup_remove,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user