mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
[squash] a10: update stuffs
This commit is contained in:
parent
8d0cd32875
commit
7df1122f77
7 changed files with 85 additions and 13 deletions
|
|
@ -2,7 +2,6 @@ VENDOR=$(cat device/samsung/universal7885-common/vendor_name)
|
|||
if [ ! $VENDOR ]; then
|
||||
VENDOR=aosp;
|
||||
fi
|
||||
|
||||
# Generate AndroidProducts.mk
|
||||
echo "# Auto-Generated by device/samsung/a10/setup.sh" > device/samsung/a10/AndroidProducts.mk
|
||||
echo "PRODUCT_MAKEFILES += \$(LOCAL_DIR)/"$VENDOR"_a10.mk" >> device/samsung/a10/AndroidProducts.mk
|
||||
|
|
@ -20,3 +19,4 @@ echo "" >> device/samsung/a10/"$VENDOR"_a10.mk
|
|||
echo "# Additional Props" >> device/samsung/a10/"$VENDOR"_a10.mk
|
||||
echo "TARGET_FACE_UNLOCK_SUPPORTED := true" >> device/samsung/a10/"$VENDOR"_a10.mk
|
||||
echo "TARGET_BOOT_ANIMATION_RES := 720" >> device/samsung/a10/"$VENDOR"_a10.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue