vendor: make dopush recognize files on more partitions
Change-Id: Ied1a243730df1d683fd237f8ea7bd9b1742db105 Signed-off-by: Roman Birg <romanbirg@gmail.com>
This commit is contained in:
@@ -887,9 +887,9 @@ EOF
|
|||||||
|
|
||||||
stop_n_start=false
|
stop_n_start=false
|
||||||
for TARGET in $(echo $LOC | tr " " "\n" | sed "s#.*${RELOUT}##" | sort | uniq); do
|
for TARGET in $(echo $LOC | tr " " "\n" | sed "s#.*${RELOUT}##" | sort | uniq); do
|
||||||
# Make sure file is in $OUT/system or $OUT/data
|
# Make sure file is in $OUT/system, $OUT/data, $OUT/odm, $OUT/oem, $OUT/product, $OUT/product_services or $OUT/vendor
|
||||||
case $TARGET in
|
case $TARGET in
|
||||||
/system/*|/data/*)
|
/system/*|/data/*|/odm/*|/oem/*|/product/*|/product_services/*|/vendor/*)
|
||||||
# Get out file from target (i.e. /system/bin/adb)
|
# Get out file from target (i.e. /system/bin/adb)
|
||||||
FILE=$OUT$TARGET
|
FILE=$OUT$TARGET
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user