diff --git a/extract_utils.sh b/extract_utils.sh index aed5066..a675f89 100644 --- a/extract_utils.sh +++ b/extract_utils.sh @@ -218,7 +218,7 @@ function write_product_copy_files() { LINEEND="" fi - TARGET=$(target_file "$FILE") + TARGET=$(echo $(target_file "$FILE") | sed 's/\;.*//') if [ "$TREBLE_COMPAT" == "true" ] || [ "$TREBLE_COMPAT" == "1" ]; then if prefix_match_file "vendor/" $TARGET ; then local OUTTARGET=$(truncate_file $TARGET) @@ -934,7 +934,7 @@ function extract() { for (( i=1; i