mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
vendor_detect: Remove redundant debug flag parse
* Verified it is working well for last 4 months
This commit is contained in:
parent
fbab16965f
commit
98939cebce
2 changed files with 1 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ git clone --depth=1 https://github.com/eurekadevelopment/android_vendor_samsung_
|
|||
if test -f device/samsung/universal7885-common/vendor_name; then
|
||||
rm device/samsung/universal7885-common/vendor_name
|
||||
fi
|
||||
python3 device/samsung/universal7885-common/vendor_detect/main.py -d 0
|
||||
python3 device/samsung/universal7885-common/vendor_detect/main.py
|
||||
echo "Generating A10 Makefiles"
|
||||
./device/samsung/a10/setup.sh
|
||||
echo "Generating A20 Makefiles"
|
||||
|
|
|
|||
Loading…
Reference in a new issue