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:
@@ -394,6 +394,7 @@ var (
|
|||||||
"system/apex/tools": Bp2BuildDefaultTrueRecursively,
|
"system/apex/tools": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/debuggerd": Bp2BuildDefaultTrueRecursively,
|
"system/core/debuggerd": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/diagnose_usb": Bp2BuildDefaultTrueRecursively,
|
"system/core/diagnose_usb": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"system/core/fs_mgr": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/healthd": Bp2BuildDefaultTrue,
|
"system/core/healthd": Bp2BuildDefaultTrue,
|
||||||
"system/core/healthd/testdata": Bp2BuildDefaultTrue,
|
"system/core/healthd/testdata": Bp2BuildDefaultTrue,
|
||||||
"system/core/libasyncio": Bp2BuildDefaultTrue,
|
"system/core/libasyncio": Bp2BuildDefaultTrue,
|
||||||
@@ -697,8 +698,6 @@ var (
|
|||||||
// fastboot
|
// fastboot
|
||||||
"fastboot",
|
"fastboot",
|
||||||
"libfastboot",
|
"libfastboot",
|
||||||
"liblp",
|
|
||||||
"libstorage_literals_headers",
|
|
||||||
|
|
||||||
"PluginCoreLib",
|
"PluginCoreLib",
|
||||||
"dagger2",
|
"dagger2",
|
||||||
@@ -754,14 +753,6 @@ var (
|
|||||||
//system/chre
|
//system/chre
|
||||||
"chre_api",
|
"chre_api",
|
||||||
|
|
||||||
//system/core/fs_mgr/libdm
|
|
||||||
"libdm",
|
|
||||||
|
|
||||||
//system/core/fs_mgr/libfiemap
|
|
||||||
"libfiemap_headers",
|
|
||||||
"libfiemap_passthrough_srcs",
|
|
||||||
"libfiemap_srcs",
|
|
||||||
|
|
||||||
//system/gsid
|
//system/gsid
|
||||||
"libgsi",
|
"libgsi",
|
||||||
"libgsi_headers",
|
"libgsi_headers",
|
||||||
@@ -778,18 +769,9 @@ var (
|
|||||||
//system/extras/libfscrypt
|
//system/extras/libfscrypt
|
||||||
"libfscrypt",
|
"libfscrypt",
|
||||||
|
|
||||||
//system/core/fs_mgr
|
|
||||||
"libfstab",
|
|
||||||
|
|
||||||
//bootable/recovery/fuse_sideload
|
//bootable/recovery/fuse_sideload
|
||||||
"libfusesideload",
|
"libfusesideload",
|
||||||
|
|
||||||
//system/core/fs_mgr/libfs_avb
|
|
||||||
"libfs_avb",
|
|
||||||
|
|
||||||
//system/core/fs_mgr
|
|
||||||
"libfs_mgr",
|
|
||||||
|
|
||||||
"libcodec2_aidl",
|
"libcodec2_aidl",
|
||||||
"libcodec2_hidl@1.0",
|
"libcodec2_hidl@1.0",
|
||||||
"libcodec2_hidl@1.1",
|
"libcodec2_hidl@1.1",
|
||||||
@@ -897,7 +879,6 @@ var (
|
|||||||
"binderRpcWireProtocolTest",
|
"binderRpcWireProtocolTest",
|
||||||
"binderUnitTest",
|
"binderUnitTest",
|
||||||
"cpu_features-bit_utils_test",
|
"cpu_features-bit_utils_test",
|
||||||
"liblp_test",
|
|
||||||
"android.hardware.audio.common.test.utility_tests",
|
"android.hardware.audio.common.test.utility_tests",
|
||||||
"HalAudioStreamWorkerTest",
|
"HalAudioStreamWorkerTest",
|
||||||
"libjavacore-unit-tests",
|
"libjavacore-unit-tests",
|
||||||
|
Reference in New Issue
Block a user