mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Merge common thing and cleanup
Change-Id: I05c133732980792d49e0495c343e39f8a58b11f9 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
56c3102c14
commit
6fb48f8f49
55 changed files with 38 additions and 1715 deletions
|
|
@ -1,5 +1,7 @@
|
|||
VENDOR=$(cat device/samsung/universal7885-common/vendor_name)
|
||||
|
||||
if [ ! VENDOR ]; then
|
||||
exit 1;
|
||||
fi
|
||||
# Generate AndroidProducts.mk
|
||||
echo "# Auto-Generated by device/samsung/a20/setup.sh" > device/samsung/a20/AndroidProducts.mk
|
||||
echo "PRODUCT_MAKEFILES += \$(LOCAL_DIR)/"$VENDOR"_a20.mk" >> device/samsung/a20/AndroidProducts.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue