setup-makefiles: Mirror changes in extract-files
Change-Id: I263ebde1f13926004efd5deada40b40d1f52614e Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
@@ -42,9 +42,10 @@ while [ "$1" != "" ]; do
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
if [ -z "$TARGET" ]; then
|
if [ -z "$TARGET" ]; then
|
||||||
echo "Warning, target for extraction not specified, defaulting to arm"
|
echo "Architecture for makefile setup not specified! Specify one with --target"
|
||||||
TARGET=arm
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Initialize the helper for common gapps
|
# Initialize the helper for common gapps
|
||||||
|
Reference in New Issue
Block a user