mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: Major (de)commonize due to prev commit
This commit is contained in:
parent
e88568c670
commit
07b209df81
31 changed files with 606 additions and 66 deletions
|
|
@ -5,5 +5,21 @@ $(call inherit-product, device/samsung/universal7885-common/universal7885-common
|
|||
|
||||
$(call inherit-product, vendor/samsung/a40/a40-vendor.mk)
|
||||
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.1-service.exynos7885
|
||||
|
||||
TARGET_SCREEN_HEIGHT := 2280
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
|
||||
# Fingerprint
|
||||
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint@2.1-service.samsung
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.exynos7904 \
|
||||
ueventd.exynos7904.rc
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@
|
|||
</array>
|
||||
<item name="cpu.idle">3.79</item>
|
||||
<item name="cpu.awake">23</item>
|
||||
<item name="battery.capacity">5000</item>
|
||||
<item name="battery.typical.capacity">5000</item>
|
||||
<item name="battery.capacity">3100</item>
|
||||
<item name="battery.typical.capacity">3100</item>
|
||||
<item name="wifi.controller.idle">1</item>
|
||||
<item name="wifi.controller.rx">65</item>
|
||||
<item name="wifi.controller.tx">265</item>
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ echo "PRODUCT_NAME := "$VENDOR"_a40" >> device/samsung/a40/"$VENDOR"_a40.mk
|
|||
echo "" >> device/samsung/a40/"$VENDOR"_a40.mk
|
||||
echo "# Additional Props" >> device/samsung/a40/"$VENDOR"_a40.mk
|
||||
echo "TARGET_FACE_UNLOCK_SUPPORTED := true" >> device/samsung/a40/"$VENDOR"_a40.mk
|
||||
echo "TARGET_BOOT_ANIMATION_RES := 720" >> device/samsung/a40/"$VENDOR"_a40.mk
|
||||
echo "TARGET_BOOT_ANIMATION_RES := 1080" >> device/samsung/a40/"$VENDOR"_a40.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue