Skip to content

Commit

Permalink
Update extract-files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDev404 authored Dec 23, 2019
1 parent 70045b3 commit 197b979
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

set -e

DEVICE=**** FILL IN DEVICE NAME ****
VENDOR=*** FILL IN VENDOR ****
DEVICE=lv3
VENDOR=lge

# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
Expand Down Expand Up @@ -59,5 +59,6 @@ fi
setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" false "$CLEAN_VENDOR"

extract "$MY_DIR"/proprietary-files.txt "$SRC" "$SECTION"
extract "$MY_DIR"/proprietary-files-qc.txt "$SRC" "$SECTION"

"$MY_DIR"/setup-makefiles.sh

0 comments on commit 197b979

Please sign in to comment.