Merge "Denylist genrules that fail to build with sandboxing" into main
This commit is contained in:
@@ -17,6 +17,7 @@ package genrule
|
|||||||
var (
|
var (
|
||||||
DepfileAllowList = []string{
|
DepfileAllowList = []string{
|
||||||
"depfile_allowed_for_test",
|
"depfile_allowed_for_test",
|
||||||
|
"tflite_support_metadata_schema",
|
||||||
"tflite_support_spm_config",
|
"tflite_support_spm_config",
|
||||||
"tflite_support_spm_encoder_config",
|
"tflite_support_spm_encoder_config",
|
||||||
"gen_uwb_core_proto",
|
"gen_uwb_core_proto",
|
||||||
@@ -249,6 +250,13 @@ var (
|
|||||||
"ue_unittest_erofs_imgs",
|
"ue_unittest_erofs_imgs",
|
||||||
"vts_vndk_abi_dump_zip",
|
"vts_vndk_abi_dump_zip",
|
||||||
"atest_integration_fake_src",
|
"atest_integration_fake_src",
|
||||||
|
"VehicleServerProtoStub_cc@2.0-grpc-trout",
|
||||||
|
"VehicleServerProtoStub_cc@default-grpc",
|
||||||
|
"VehicleServerProtoStub_h@default-grpc",
|
||||||
|
"VehicleServerProtoStub_h@2.0-grpc-trout",
|
||||||
|
"chre_atoms_log.h",
|
||||||
|
"checkIn-service-stub-lite",
|
||||||
|
"seller-frontend-service-stub-lite",
|
||||||
}
|
}
|
||||||
|
|
||||||
SandboxingDenyPathList = []string{
|
SandboxingDenyPathList = []string{
|
||||||
|
Reference in New Issue
Block a user