universal7885: makefile_generator: Move it out of host-tools

This commit is contained in:
roynatech2544 2023-11-28 14:58:16 +09:00
commit 026fc6857d
No known key found for this signature in database
GPG key ID: 389DAC92CAECBBCC
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ fi
if test -f ${UNIVERSAL}/vendor_name; then
rm ${UNIVERSAL}/vendor_name
fi
python3 ${UNIVERSAL}/host-tools/makefile_generator.py
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"