android_device_samsung_a20/universal7885-common/vendorsetup.sh
roynatech2544 cd81fbf73d
universal7885: vendorsetup: Remove FM Radio rmrf
- And refactor makefile generator
2023-11-30 17:21:37 +09:00

11 lines
399 B
Shell
Executable file

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