-
Notifications
You must be signed in to change notification settings - Fork 43
/
fans.template.cfg
21 lines (21 loc) · 1.42 KB
/
fans.template.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"fans_dir":"/path/to/fans",
"aosp_dir":"/path/to/aosp",
"aosp_sanitizer_dir":"/path/to/aosp_asan",
"aosp_compilation_cmd_file":"/path/to/aosp/cmd.txt",
"lunch_command":"lunch 50",
"aosp_clang_location":"/path/to/aosp/clang",
"manually_build_clang_location":"/path/to/llvm-android/build/bin/clang-6.0",
"clang_plugin_option":"-load /path/to/llvm-android/build/lib/BinderIface.so -plugin -extract-binder-iface",
"service_related_file_collector_workdir":"workdir/service-related-file",
"service_related_filepath_storage_location":"workdir/service-related-file/service_related_file.txt",
"misc_parcel_related_function_storage_location":"workdir/service-related-file/misc_parcel_related_function.txt",
"special_parcelable_function_storage_location":"workdir/service-related-file/special_parcelable_function.txt",
"aosp_compilation_cc1_cmd_file":"workdir/interface-model-extractor/cc1_cmd.json",
"already_preprocessed_files_storage_location":"workdir/interface-model-extractor/already_preprocessed_files.txt",
"rough_interface_related_data_dir":"/path/to/aosp/data",
"already_parsed_interfaces_storage_location":"workdir/interface-model-extractor/already_parsed_interfaces.txt",
"interface_model_extractor_tmp_dir":"workdir/interface-model-extractor/tmp",
"interface_model_extractor_dir":"workdir/interface-model-extractor",
"interface_dependency_dir":"workdir/interface-dependency"
}