From c52eb1ce37bb00f63915c53e7d331e97daf3997f Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Wed, 18 Oct 2023 19:25:51 +0000 Subject: [PATCH] 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 --- android/allowlists/allowlists.go | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index ff4276929..ff2d6d3fb 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -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",