blob: b0508cba57c922cf8bdd9393fecb22ec915c5fb8 [file] [log] [blame]
Yu Liu6a7940c2023-05-09 17:12:22 -07001// Copyright 2023 Google Inc. All rights reserved.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15package genrule
16
Yu Liu6a7940c2023-05-09 17:12:22 -070017var (
18 DepfileAllowList = []string{
19 "depfile_allowed_for_test",
20 "tflite_support_spm_config",
21 "tflite_support_spm_encoder_config",
22 "gen_uwb_core_proto",
23 "libtextclassifier_fbgen_utils_flatbuffers_flatbuffers_test",
24 "libtextclassifier_fbgen_utils_lua_utils_tests",
25 "libtextclassifier_fbgen_lang_id_common_flatbuffers_model",
26 "libtextclassifier_fbgen_lang_id_common_flatbuffers_embedding-network",
27 "libtextclassifier_fbgen_annotator_datetime_datetime",
28 "libtextclassifier_fbgen_annotator_model",
29 "libtextclassifier_fbgen_annotator_experimental_experimental",
30 "libtextclassifier_fbgen_annotator_entity-data",
31 "libtextclassifier_fbgen_annotator_person_name_person_name_model",
32 "libtextclassifier_fbgen_utils_tflite_text_encoder_config",
33 "libtextclassifier_fbgen_utils_codepoint-range",
34 "libtextclassifier_fbgen_utils_intents_intent-config",
35 "libtextclassifier_fbgen_utils_flatbuffers_flatbuffers",
36 "libtextclassifier_fbgen_utils_zlib_buffer",
37 "libtextclassifier_fbgen_utils_tokenizer",
38 "libtextclassifier_fbgen_utils_grammar_rules",
39 "libtextclassifier_fbgen_utils_grammar_semantics_expression",
40 "libtextclassifier_fbgen_utils_resources",
41 "libtextclassifier_fbgen_utils_i18n_language-tag",
42 "libtextclassifier_fbgen_utils_normalization",
43 "libtextclassifier_fbgen_utils_container_bit-vector",
44 "libtextclassifier_fbgen_actions_actions-entity-data",
45 "libtextclassifier_fbgen_actions_actions_model",
46 "libtextclassifier_fbgen_utils_grammar_testing_value",
47 }
48
49 SandboxingDenyModuleList = []string{
Yu Liu6a7940c2023-05-09 17:12:22 -070050 "RsBalls-rscript",
51 "CtsRsBlasTestCases-rscript",
52 "pvmfw_fdt_template_rs",
53 "RSTest_v14-rscript",
54 "com.android.apex.test.bar_stripped",
55 "com.android.apex.test.sharedlibs_secondary_generated",
56 "ImageProcessingJB-rscript",
57 "RSTest-rscript",
58 "BluetoothGeneratedDumpsysBinarySchema_bfbs",
59 "WmediumdServerProto_h",
60 "TracingVMProtoStub_h",
61 "FrontendStub_h",
62 "VehicleServerProtoStub_cc",
63 "AudioFocusControlProtoStub_cc",
64 "AudioFocusControlProtoStub_h",
65 "TracingVMProtoStub_cc",
66 "VehicleServerProtoStub_h",
67 "hidl2aidl_translate_cpp_test_gen_headers",
68 "hidl2aidl_translate_cpp_test_gen_src",
69 "hidl2aidl_translate_java_test_gen_src",
70 "hidl2aidl_translate_ndk_test_gen_headers",
71 "hidl2aidl_translate_ndk_test_gen_src",
72 "hidl_hash_test_gen",
73 "nos_app_avb_service_genc++",
74 "nos_app_avb_service_genc++_headers",
75 "nos_app_avb_service_genc++_mock",
76 "nos_app_identity_service_genc++",
77 "nos_app_keymaster_service_genc++",
78 "nos_generator_test_service_genc++_headers",
79 "nos_generator_test_service_genc++_mock",
80 "r8retrace-run-retrace",
81 "ltp_config_arm",
82 "ltp_config_arm_64_hwasan",
83 "ltp_config_arm_lowmem",
84 "ltp_config_arm_64",
85 "ltp_config_riscv_64",
86 "ltp_config_x86_64",
87 "vm-tests-tf-lib",
88 "hidl_cpp_impl_test_gen-headers",
89 "pandora_experimental-python-gen-src",
Yu Liu6a7940c2023-05-09 17:12:22 -070090 "Refocus-rscript",
91 "RSTest_v11-rscript",
92 "RSTest_v16-rscript",
93 "ScriptGroupTest-rscript",
94 "ImageProcessing2-rscript",
95 "ImageProcessing-rscript",
96 "com.android.apex.test.pony_stripped",
97 "com.android.apex.test.baz_stripped",
98 "com.android.apex.test.foo_stripped",
99 "com.android.apex.test.sharedlibs_generated",
100 "CtsRenderscriptTestCases-rscript",
101 "BlueberryFacadeAndCertGeneratedStub_py",
102 "BlueberryFacadeGeneratedStub_cc",
103 "BlueberryFacadeGeneratedStub_h",
104 "BluetoothGeneratedDumpsysDataSchema_h",
105 "FrontendStub_cc",
106 "OpenwrtControlServerProto_cc",
107 "OpenwrtControlServerProto_h",
108 "WmediumdServerProto_cc",
109 "c2hal_test_genc++",
110 "c2hal_test_genc++_headers",
111 "hidl2aidl_test_gen_aidl",
112 "hidl_error_test_gen",
113 "hidl_export_test_gen-headers",
114 "hidl_format_test_diff",
115 "hidl_hash_version_gen",
116 "libbt_topshim_facade_py_proto",
117 "nos_app_identity_service_genc++_headers",
118 "nos_app_identity_service_genc++_mock",
119 "nos_app_keymaster_service_genc++_headers",
120 "nos_app_keymaster_service_genc++_mock",
121 "nos_app_weaver_service_genc++",
122 "nos_app_weaver_service_genc++_headers",
123 "nos_app_weaver_service_genc++_mock",
124 "nos_generator_test_service_genc++",
125 "pandora-python-gen-src",
126 }
127
128 SandboxingDenyPathList = []string{
129 "art/test",
130 "external/perfetto",
131 }
132)