mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
setup.sh: default to aosp vendor
This commit is contained in:
parent
0d81c5b97d
commit
18b1dbd893
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue