Home
last modified time | relevance | path

Searched refs:file_suffix (Results 1 - 1 of 1) sorted by relevance

/build/
H A Dprebuilts_config.sh77 file_suffix=$(echo "$file_name" | awk '{split($1, arr, "."); print arr[2]}')
78 if [[ "$file_suffix" != "rlib" && "$file_suffix" != "so" || "$file_prefix" == "librustc_demangle" || "$file_prefix" == "libcfg_if" || "$file_prefix" == "libunwind" ]]
82 if [[ "$file_suffix" == "rlib" ]]
92 if [[ "$file_suffix" == "so" ]]

Completed in 1 milliseconds