blob: 0afc6f2d48579a89280e5ff4f907456b730c9545 [file] [log] [blame]
Dima Zavin7e497e32012-02-07 14:51:59 -08001#
2# Copyright (C) 2011 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# These two variables are set first, so they can be overridden
18# by BoardConfigVendor.mk
19BOARD_USES_GENERIC_AUDIO := true
20USE_CAMERA_STUB := true
21
22# Use the non-open-source parts, if they're present
23-include vendor/samsung/manta/BoardConfigVendor.mk
24
25TARGET_CPU_ABI := armeabi-v7a
26TARGET_CPU_ABI2 := armeabi
27TARGET_CPU_SMP := true
28TARGET_ARCH_VARIANT := armv7-a-neon
29ARCH_ARM_HAVE_TLS_REGISTER := true
30
31BOARD_HAVE_BLUETOOTH := false
32TARGET_NO_BOOTLOADER := true
33TARGET_NO_RECOVERY := true
34TARGET_NO_KERNEL := true
35
36TARGET_NO_RADIOIMAGE := true
37TARGET_BOARD_PLATFORM := exynos5250
38TARGET_BOOTLOADER_BOARD_NAME := manta
39
40BOARD_EGL_CFG := device/samsung/manta/egl.cfg
Dima Zavin62fd1522012-02-22 14:56:18 -080041BOARD_FRAMEBUFFER_FORCE_FORMAT := HAL_PIXEL_FORMAT_RGBA_8888
Dima Zavin7e497e32012-02-07 14:51:59 -080042
43#BOARD_USES_HGL := true
44#BOARD_USES_OVERLAY := true
45USE_OPENGL_RENDERER := true
46
47TARGET_USERIMAGES_USE_EXT4 := true
48BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
49BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912
50BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
51BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
52BOARD_FLASH_BLOCK_SIZE := 4096
53
54#TARGET_PROVIDES_INIT_RC := true
55#TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
56