[squash] a10: update stuffs

This commit is contained in:
Gabriel2392 2021-12-17 09:55:56 +00:00 committed by roynatech2544
commit 7df1122f77
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
7 changed files with 85 additions and 13 deletions

View file

@ -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