Allowlist deps of minadbd.
Remaining blockers are: * android.hardware.health@1.0_interface: blocking 15 modules * android.hardware.health@2.0_interface: blocking 12 modules * android.hardware.health_interface: blocking 8 modules * android.hardware.health@2.1_interface: blocking 8 modules * android.hardware.health@1.0: blocking 8 modules * android.hardware.health@2.0: blocking 7 modules * android.hardware.health@2.1: blocking 5 modules * android.hardware.health-translate-ndk: blocking 4 modules * libhealthshim: blocking 3 modules * libhealthhalutils: blocking 3 modules * librecovery_utils: blocking 2 modules * libminadbd_services: blocking 1 modules Test: bp2build.sh Bug: 243025934 Change-Id: Ic39666ee2d9f573726d6ed7ef9c45ac4975baa3a
This commit is contained in:
@@ -502,6 +502,45 @@ var (
|
||||
|
||||
//frameworks/native/cmds/cmd
|
||||
"libcmd",
|
||||
|
||||
//system/core/fs_mgr/libdm
|
||||
"libdm",
|
||||
|
||||
//system/core/fs_mgr/libfiemap
|
||||
"libfiemap_headers",
|
||||
"libfiemap_passthrough_srcs",
|
||||
"libfiemap_srcs",
|
||||
|
||||
//system/gsid
|
||||
"libgsi",
|
||||
"libgsi_headers",
|
||||
|
||||
//system/core/libkeyutils
|
||||
"libkeyutils",
|
||||
|
||||
//bootable/recovery/minadbd
|
||||
"libminadbd_headers",
|
||||
|
||||
//bootable/recovery/otautil
|
||||
"libotautil",
|
||||
|
||||
//system/vold
|
||||
"libvold_headers",
|
||||
|
||||
//system/extras/libfscrypt
|
||||
"libfscrypt",
|
||||
|
||||
//system/core/fs_mgr
|
||||
"libfstab",
|
||||
|
||||
//bootable/recovery/fuse_sideload
|
||||
"libfusesideload",
|
||||
|
||||
//system/core/fs_mgr/libfs_avb
|
||||
"libfs_avb",
|
||||
|
||||
//system/core/fs_mgr
|
||||
"libfs_mgr",
|
||||
}
|
||||
|
||||
Bp2buildModuleTypeAlwaysConvertList = []string{
|
||||
|
Reference in New Issue
Block a user