# # Copyright (C) 2013 The CyanogenMod Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # LOCAL_PATH := device/samsung/chagallwifi # Platform BOARD_VENDOR := samsung TARGET_SOC := exynos5420 # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth # Bootloader TARGET_OTA_ASSERT_DEVICE := chagallwifi # Releasetools TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/chagallwifi/releasetools TARGET_BOARD_INFO_FILE ?= device/samsung/chagallwifi/board-info.txt # Clang USE_CLANG_PLATFORM_BUILD := true # Kernel TARGET_KERNEL_CONFIG := lineageos_deathly_chagallwifi_defconfig # Include path TARGET_SPECIFIC_HEADER_PATH := $(LOCAL_PATH)/include # Lineage Hardware BOARD_HARDWARE_CLASS := $(LOCAL_PATH)/lineagehw # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 10485760 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2506096640 BOARD_USERDATAIMAGE_PARTITION_SIZE := 12629049344 BOARD_CACHEIMAGE_PARTITION_SIZE := 209715200 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 BOARD_FLASH_BLOCK_SIZE := 4096 # SELinux BOARD_SEPOLICY_DIRS += device/samsung/exynos5420-common/sepolicy # Fixes screen flicker TARGET_FORCE_SCREENSHOT_CPU_PATH := true # Cyanogen Hardware BOARD_HARDWARE_CLASS := $(COMMON_PATH)/cmhw # custom additions to updater-script TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT := device/samsung/chagallwifi/releasetools/ota_from_target_files # Inherit from exynos5420-common include device/samsung/exynos5420-common/BoardConfigCommon.mk