mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: generate_product_makefiles: Unify in python
- Contains exception for rising
This commit is contained in:
parent
714f374f2f
commit
6c5dca1a28
3 changed files with 76 additions and 52 deletions
|
|
@ -1,11 +1,6 @@
|
|||
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
|
||||
|
||||
python3 device/samsung/universal7885-common/generate_product_makefiles.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue