mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a10: Move a10dd (32bit) stuffs to a10
Don't make dup files
This commit is contained in:
parent
092cf54ced
commit
dc4fffda82
17 changed files with 26 additions and 491 deletions
20
a10/common.mk
Normal file
20
a10/common.mk
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.0-service.a10
|
||||
|
||||
TARGET_SCREEN_HEIGHT := 1520
|
||||
TARGET_SCREEN_WIDTH := 720
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.exynos7884B
|
||||
|
||||
|
|
@ -1,27 +1,9 @@
|
|||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
|
||||
TARGET_BOARD_CAMERA_COUNT := 2
|
||||
TARGET_BOARD_HAS_FP := false
|
||||
TARGET_LOCAL_ARCH := arm64
|
||||
|
||||
# Inherit common device configuration
|
||||
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)
|
||||
|
||||
$(call inherit-product, vendor/samsung/a10/a10-vendor.mk)
|
||||
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.0-service.a10
|
||||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.sensors@1.0-service.a10
|
||||
|
||||
TARGET_SCREEN_HEIGHT := 1520
|
||||
TARGET_SCREEN_WIDTH := 720
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.exynos7884B
|
||||
|
||||
include device/samsung/a10/common.mk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ifeq ($(TARGET_DEVICE),a10)
|
||||
ifneq ($(filter $(TARGET_DEVICE), a10 a10dd),)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
$(call add-radio-file,eureka_dtbo.img)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue