mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
vendorsetup: more generation
This commit is contained in:
parent
eaab77ceff
commit
ed09d14f70
1 changed files with 6 additions and 0 deletions
|
|
@ -11,8 +11,14 @@ if test -f device/samsung/universal7885-common/vendor_name; then
|
||||||
rm device/samsung/universal7885-common/vendor_name
|
rm device/samsung/universal7885-common/vendor_name
|
||||||
fi
|
fi
|
||||||
python3 device/samsung/universal7885-common/vendor_detect/main.py -d 0
|
python3 device/samsung/universal7885-common/vendor_detect/main.py -d 0
|
||||||
|
echo "Generating A10 Makefiles"
|
||||||
|
./device/samsung/a10/setup.sh
|
||||||
echo "Generating A20 Makefiles"
|
echo "Generating A20 Makefiles"
|
||||||
./device/samsung/a20/setup.sh
|
./device/samsung/a20/setup.sh
|
||||||
echo "Generating A20e Makefiles"
|
echo "Generating A20e Makefiles"
|
||||||
./device/samsung/a20e/setup.sh
|
./device/samsung/a20e/setup.sh
|
||||||
|
echo "Generating A30 Makefiles"
|
||||||
|
./device/samsung/a30/setup.sh
|
||||||
|
echo "Generating A40 Makefiles"
|
||||||
|
./device/samsung/a40/setup.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue