mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: makefile_generator: Move it out of host-tools
This commit is contained in:
parent
a06bd4bac2
commit
026fc6857d
2 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ fi
|
||||||
if test -f ${UNIVERSAL}/vendor_name; then
|
if test -f ${UNIVERSAL}/vendor_name; then
|
||||||
rm ${UNIVERSAL}/vendor_name
|
rm ${UNIVERSAL}/vendor_name
|
||||||
fi
|
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
|
for dev in a10dd a10 a20 a20e a30 a30s a40; do
|
||||||
echo "Generating ${dev} Makefiles..."
|
echo "Generating ${dev} Makefiles..."
|
||||||
bash ${UNIVERSAL}/setup.sh "$dev"
|
bash ${UNIVERSAL}/setup.sh "$dev"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue