Allowlist fs_msg by package
Fixes a build breakage that had a new fs_msg-pkg dependency added. This would either have to be allowlisted by name, or we'd have to allowlist the whole package. Allowlisting the whole package is safer with allowlist v2. Test: Presubmits Change-Id: Id3b5c39c60519e966b53ec4fa228c3a79e68fa7a
This commit is contained in:
parent
c292fa1797
commit
c52eb1ce37
1 changed files with 1 additions and 20 deletions
|
@ -394,6 +394,7 @@ var (
|
|||
"system/apex/tools": Bp2BuildDefaultTrueRecursively,
|
||||
"system/core/debuggerd": Bp2BuildDefaultTrueRecursively,
|
||||
"system/core/diagnose_usb": Bp2BuildDefaultTrueRecursively,
|
||||
"system/core/fs_mgr": Bp2BuildDefaultTrueRecursively,
|
||||
"system/core/healthd": Bp2BuildDefaultTrue,
|
||||
"system/core/healthd/testdata": Bp2BuildDefaultTrue,
|
||||
"system/core/libasyncio": Bp2BuildDefaultTrue,
|
||||
|
@ -697,8 +698,6 @@ var (
|
|||
// fastboot
|
||||
"fastboot",
|
||||
"libfastboot",
|
||||
"liblp",
|
||||
"libstorage_literals_headers",
|
||||
|
||||
"PluginCoreLib",
|
||||
"dagger2",
|
||||
|
@ -754,14 +753,6 @@ var (
|
|||
//system/chre
|
||||
"chre_api",
|
||||
|
||||
//system/core/fs_mgr/libdm
|
||||
"libdm",
|
||||
|
||||
//system/core/fs_mgr/libfiemap
|
||||
"libfiemap_headers",
|
||||
"libfiemap_passthrough_srcs",
|
||||
"libfiemap_srcs",
|
||||
|
||||
//system/gsid
|
||||
"libgsi",
|
||||
"libgsi_headers",
|
||||
|
@ -778,18 +769,9 @@ var (
|
|||
//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",
|
||||
|
||||
"libcodec2_aidl",
|
||||
"libcodec2_hidl@1.0",
|
||||
"libcodec2_hidl@1.1",
|
||||
|
@ -897,7 +879,6 @@ var (
|
|||
"binderRpcWireProtocolTest",
|
||||
"binderUnitTest",
|
||||
"cpu_features-bit_utils_test",
|
||||
"liblp_test",
|
||||
"android.hardware.audio.common.test.utility_tests",
|
||||
"HalAudioStreamWorkerTest",
|
||||
"libjavacore-unit-tests",
|
||||
|
|
Loading…
Reference in a new issue