Sandbox nondeterministic genrules
These genrules are nondeterministic even without sandboxing, which
caused genrule_sandbox_test.py to think that they didn't work with
sandboxing.
Bug: 307824623
Test: m aidl_camera_build_version apexer_test_host_tools authfs_test_apk_assets common-profile-text-protos core-tests-smali-dex futility_cmds gen_corrupt_superblock_apex gen_manifest_mismatch_apex_no_hashtree generate_hash_v1 lib-test-profile-text-protos libmojo_jni_headers measure_io_as_jar PackageManagerServiceServerTests_apks_as_resources pandora-python-gen-src sample-profile-text-protos services.core.protologsrc statsd-config-protos temp_layoutlib vm-tests-tf-lib vts_vndk_abi_dump_zip wm_shell_protolog_src wmtests.protologsrc
Change-Id: I289decc2ac85d45b4c0f930171145553e477b1dd
diff --git a/genrule/allowlists.go b/genrule/allowlists.go
index 29fca10..cae839e 100644
--- a/genrule/allowlists.go
+++ b/genrule/allowlists.go
@@ -35,7 +35,6 @@
"ImageProcessing2-rscript",
"ImageProcessingJB-rscript",
"MultiDexLegacyTestApp_genrule",
- "PackageManagerServiceServerTests_apks_as_resources",
"PacketStreamerStub_cc",
"PacketStreamerStub_h",
"RSTest-rscript",
@@ -59,17 +58,13 @@
"android-support-multidex-instrumentation-version",
"android-support-multidex-version",
"angle_commit_id",
- "apexer_test_host_tools",
"atest_integration_fake_src",
- "authfs_test_apk_assets",
"awkgram.tab.h",
"c2hal_test_genc++",
"c2hal_test_genc++_headers",
"camera-its",
"checkIn-service-stub-lite",
"chre_atoms_log.h",
- "common-profile-text-protos",
- "core-tests-smali-dex",
"cronet_aml_base_android_runtime_jni_headers",
"cronet_aml_base_android_runtime_jni_headers__testing",
"cronet_aml_base_android_runtime_unchecked_jni_headers",
@@ -82,47 +77,32 @@
"fdt_test_tree_empty_memory_range_dtb",
"fdt_test_tree_multiple_memory_ranges_dtb",
"fdt_test_tree_one_memory_range_dtb",
- "futility_cmds",
"gen_corrupt_rebootless_apex",
- "gen_corrupt_superblock_apex",
"gen_key_mismatch_capex",
- "gen_manifest_mismatch_apex_no_hashtree",
- "generate_hash_v1",
"gles1_core_functions_hdr",
"gles1_extensions_functions_hdr",
"gles2_core_functions_hdr",
"gles2_extensions_functions_hdr",
"gles31_only_functions_hdr",
"gles3_only_functions_hdr",
- "lib-test-profile-text-protos",
"libbssl_sys_src_nostd",
"libc_musl_sysroot_bits",
"libchrome-crypto-include",
"libchrome-include",
"libcore-non-cts-tests-txt",
- "libmojo_jni_headers",
"libxml2_schema_fuzz_corpus",
"libxml2_xml_fuzz_corpus",
- "measure_io_as_jar",
- "pandora-python-gen-src",
"pixelatoms_defs.h",
"pixelstatsatoms.cpp",
"pixelstatsatoms.h",
"pvmfw_fdt_template_rs",
"r8retrace-dexdump-sample-app",
"r8retrace-run-retrace",
- "sample-profile-text-protos",
"seller-frontend-service-stub-lite",
- "services.core.protologsrc",
- "statsd-config-protos",
"swiftshader_spvtools_update_build_version",
- "temp_layoutlib",
"ue_unittest_erofs_imgs",
"vm-tests-tf-lib",
"vndk_abi_dump_zip",
- "vts_vndk_abi_dump_zip",
- "wm_shell_protolog_src",
- "wmtests.protologsrc",
// go/keep-sorted end
}