Skip to content

Commit

Permalink
extractor.sh: extract oppo_product & preload_common
Browse files Browse the repository at this point in the history
Signed-off-by: ShivamKumarJha <[email protected]>
  • Loading branch information
ShivamKumarJha authored and erfanoabdi committed Jan 21, 2020
1 parent 64c95e2 commit fcf62ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ ruu="$toolsdir/$HOST/bin/RUU_Decrypt_Tool"

romzip="$(realpath $1)"
romzipext=${romzip##*.}
PARTITIONS="system vendor cust odm oem factory product xrom modem dtbo boot tz systemex"
EXT4PARTITIONS="system vendor cust odm oem factory product xrom systemex"
PARTITIONS="system vendor cust odm oem factory product xrom modem dtbo boot tz systemex oppo_product preload_common"
EXT4PARTITIONS="system vendor cust odm oem factory product xrom systemex oppo_product preload_common"
OTHERPARTITIONS="tz.mbn:tz tz.img:tz modem.img:modem NON-HLOS:modem boot-verified.img:boot dtbo-verified.img:dtbo"

echo "Create Temp and out dir"
Expand Down

0 comments on commit fcf62ed

Please sign in to comment.