diff --git a/a20/setup.sh b/a20/setup.sh index aae9788..a7532cd 100755 --- a/a20/setup.sh +++ b/a20/setup.sh @@ -1,6 +1,6 @@ VENDOR=$(cat device/samsung/universal7885-common/vendor_name) -if [ ! VENDOR ]; then -exit 1; +if [ ! $VENDOR ]; then +VENDOR=aosp; fi # Generate AndroidProducts.mk echo "# Auto-Generated by device/samsung/a20/setup.sh" > device/samsung/a20/AndroidProducts.mk diff --git a/a20e/setup.sh b/a20e/setup.sh index a0ad52a..2c17ce1 100755 --- a/a20e/setup.sh +++ b/a20e/setup.sh @@ -1,6 +1,6 @@ VENDOR=$(cat device/samsung/universal7885-common/vendor_name) -if [ ! VENDOR ]; then -exit 1; +if [ ! $VENDOR ]; then +VENDOR=aosp; fi # Generate AndroidProducts.mk