setup.sh: default to aosp vendor

This commit is contained in:
Gabriel2392 2021-11-04 03:24:09 +00:00 committed by roynatech2544
commit 18b1dbd893
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 4 additions and 4 deletions

View file

@ -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