universal7885: generate_product_makefiles: Unify in python

- Contains exception for rising
This commit is contained in:
Soo Hwan Na 2024-02-18 22:51:22 +09:00
commit 6c5dca1a28
3 changed files with 76 additions and 52 deletions

View file

@ -1,11 +1,6 @@
UNIVERSAL="device/samsung/universal7885-common"
if [ ! -e .repo/local_manifests/eureka_deps.xml ]; then
git clone https://github.com/eurekadevelopment/local_manifests .repo/local_manifests
echo "Run repo sync again"
fi
python3 ${UNIVERSAL}/generate_product_makefiles.py
for dev in a10dd a10 a20 a20e a30 a30s a40; do
echo "Generating ${dev} Makefiles..."
bash ${UNIVERSAL}/setup.sh "$dev"
done
python3 device/samsung/universal7885-common/generate_product_makefiles.py