BoardConfig.mk revision b9a4af14155f04f63d41a043b4303e01f19ec66f
1#
2# Copyright (C) 2013 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
20
21# Use the non-open-source parts, if they're present
22-include vendor/htc/flounder/BoardConfigVendor.mk
23
24TARGET_CPU_ABI := armeabi-v7a
25TARGET_CPU_ABI2 := armeabi
26TARGET_CPU_SMP := true
27TARGET_ARCH := arm
28TARGET_ARCH_VARIANT := armv7-a-neon
29TARGET_CPU_VARIANT := cortex-a15
30
31TARGET_NO_BOOTLOADER := true
32
33TARGET_NO_RADIOIMAGE := true
34TARGET_BOARD_PLATFORM := tegra124
35
36USE_OPENGL_RENDERER := true
37NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
38
39TARGET_RECOVERY_FSTAB = device/htc/flounder/fstab.flounder
40TARGET_USERIMAGES_USE_EXT4 := true
41BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
42BOARD_USERDATAIMAGE_PARTITION_SIZE := 14273216512
43BOARD_CACHEIMAGE_PARTITION_SIZE := 1107296256
44BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
45BOARD_FLASH_BLOCK_SIZE := 4096
46
47BOARD_CHARGER_DISABLE_INIT_BLANK := true
48BOARD_USES_GENERIC_INVENSENSE := false
49
50USE_E2FSPROGS := true
51
52BOARD_USES_GENERIC_AUDIO := false
53BOARD_USES_ALSA_AUDIO := true
54