mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: unify arm branch
This commit is contained in:
parent
c077f6ffd5
commit
9b035b514f
22 changed files with 519 additions and 9 deletions
25
a10dd/device.mk
Normal file
25
a10dd/device.mk
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
|
||||
TARGET_BOARD_CAMERA_COUNT := 2
|
||||
TARGET_BOARD_HAS_FP := false
|
||||
|
||||
# Inherit common device configuration
|
||||
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)
|
||||
|
||||
$(call inherit-product, vendor/samsung/a10-arm/a10-vendor.mk)
|
||||
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraLightSensor
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.0-service.a10
|
||||
|
||||
TARGET_SCREEN_HEIGHT := 1520
|
||||
TARGET_SCREEN_WIDTH := 720
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.exynos7884B
|
||||
|
||||
Loading…
Reference in a new issue