Revert "extract_files: Add support for paths without system/"
This reverts commit 8b87b09ef7fc2deefc8b6b623c55da1c3dfa0342.
This will be addressed cleaner in the cleanup commit to follow.
Change-Id: Iec013bfafdbb334ab2657b10c433158002809b62
diff --git a/build/tools/extract_utils.sh b/build/tools/extract_utils.sh
index 4b91991..def2e0a 100644
--- a/build/tools/extract_utils.sh
+++ b/build/tools/extract_utils.sh
@@ -961,8 +961,6 @@
TARGET="$FROM"
OUTPUT_DIR="$OUTPUT_DIR/rootfs"
TMP_DIR="$TMP_DIR/rootfs"
- elif [ -f "$SRC/$FILE" ] && [ "$SRC" != "adb" ]; then
- TARGET="$FROM"
else
TARGET="system/$FROM"
FILE="system/$FILE"