vendor_detect: Remove redundant debug flag parse

* Verified it is working well for last 4 months
This commit is contained in:
roynatech2544 2022-04-29 16:21:21 +09:00
commit 98939cebce
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
2 changed files with 1 additions and 12 deletions

View file

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