mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
sed s/universal7885/universal7885/g
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
a682929eb0
commit
5abafa37b1
4 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
COMMON_PATH := device/samsung/universal7885-common
|
||||
COMMON_PATH := device/samsung/universal7904-common
|
||||
|
||||
BOARD_VENDOR := samsung
|
||||
|
||||
# Platform
|
||||
TARGET_BOARD_PLATFORM := exynos5
|
||||
TARGET_SOC := exynos7904
|
||||
TARGET_BOOTLOADER_BOARD_NAME := universal7885
|
||||
TARGET_BOOTLOADER_BOARD_NAME := universal7904
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
TARGET_NO_RADIOIMAGE := true
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ BOARD_KERNEL_PAGESIZE := 2048
|
|||
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100
|
||||
TARGET_KERNEL_ARCH := arm64
|
||||
TARGET_KERNEL_HEADER_ARCH := arm64
|
||||
TARGET_KERNEL_SOURCE := kernel/samsung/universal7885
|
||||
TARGET_KERNEL_SOURCE := kernel/samsung/universal7904
|
||||
TARGET_CUSTOM_DTBTOOL := dtbhtoolExynos
|
||||
|
||||
# Partitions
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
DEVICE=universal7885-common
|
||||
DEVICE=universal7904-common
|
||||
VENDOR=samsung
|
||||
|
||||
# Load extract_utils and do some sanity checks
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
DEVICE=universal7885-common
|
||||
DEVICE=universal7904-common
|
||||
VENDOR=samsung
|
||||
|
||||
INITIAL_COPYRIGHT_YEAR=2016
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Call proprietary blob setup
|
||||
$(call inherit-product-if-exists, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
||||
|
||||
# Screen density
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
Loading…
Reference in a new issue