diff --git a/universal7885-common/host-tools/makefile_generator.py b/universal7885-common/generate_product_makefiles.py similarity index 100% rename from universal7885-common/host-tools/makefile_generator.py rename to universal7885-common/generate_product_makefiles.py diff --git a/universal7885-common/vendorsetup.sh b/universal7885-common/vendorsetup.sh index 4eacc79..c69a15c 100755 --- a/universal7885-common/vendorsetup.sh +++ b/universal7885-common/vendorsetup.sh @@ -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"