Loading build/envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -887,9 +887,9 @@ EOF stop_n_start=false 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 /system/*|/data/*) /system/*|/data/*|/odm/*|/oem/*|/product/*|/product_services/*|/vendor/*) # Get out file from target (i.e. /system/bin/adb) FILE=$OUT$TARGET ;; Loading Loading
build/envsetup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -887,9 +887,9 @@ EOF stop_n_start=false 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 /system/*|/data/*) /system/*|/data/*|/odm/*|/oem/*|/product/*|/product_services/*|/vendor/*) # Get out file from target (i.e. /system/bin/adb) FILE=$OUT$TARGET ;; Loading