a10: Move a10dd (32bit) stuffs to a10

Don't make dup files
This commit is contained in:
roynatech2544 2022-10-23 13:43:31 +09:00
commit dc4fffda82
17 changed files with 26 additions and 491 deletions

20
a10/common.mk Normal file
View 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

View file

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

View file

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