mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
6 lines
248 B
Shell
Executable file
6 lines
248 B
Shell
Executable file
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 device/samsung/universal7885-common/generate_product_makefiles.py
|