forked from u-ra/android_device_htc_villec2
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe83380
commit 162cd5e
Showing
2 changed files
with
172 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
# Copyright (C) 2009 The Android Open Source 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. | ||
|
||
# | ||
# This file sets variables that control the way modules are built | ||
# thorughout the system. It should not be used to conditionally | ||
# disable makefiles (the proper mechanism to control what gets | ||
# included in a build is to use PRODUCT_PACKAGES in a product | ||
# definition file). | ||
# | ||
|
||
BOARD_VENDOR := htc | ||
|
||
# Bootloader | ||
TARGET_NO_BOOTLOADER := true | ||
TARGET_NO_RADIOIMAGE := true | ||
TARGET_BOOTLOADER_BOARD_NAME := villec2 | ||
BOARD_WANTS_EMMC_BOOT := true | ||
TARGET_CPU_VARIANT := cortex-a9 | ||
TARGET_LEGACY_LPA := true | ||
LOCAL_CFLAGS += LEGACY_LPA | ||
# Kernel | ||
BOARD_KERNEL_BASE := 0x48000000 | ||
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01400000 | ||
BOARD_KERNEL_PAGE_SIZE := 2048 | ||
TARGET_KERNEL_CONFIG := villec2_defconfig | ||
TARGET_KERNEL_SOURCE := kernel/htc/villec2 | ||
TARGET_SPECIFIC_HEADER_PATH := device/htc/villec2/include | ||
|
||
BOARD_KERNEL_CMDLINE := console=ttyHSL0 androidboot.hardware=villec2 no_console_suspend=1 | ||
|
||
# Board | ||
TARGET_BOARD_PLATFORM := msm8660 | ||
TARGET_BOARD_PLATFORM_GPU := qcom-adreno200 | ||
BOARD_USES_QCOM_HARDWARE := true | ||
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE | ||
|
||
# Architecture | ||
TARGET_CPU_ABI := armeabi-v7a | ||
TARGET_CPU_ABI2 := armeabi | ||
TARGET_ARCH := arm | ||
TARGET_ARCH_VARIANT := armv7-a-neon | ||
TARGET_CPU_SMP := true | ||
ARCH_ARM_HAVE_TLS_REGISTER := true | ||
# Flags | ||
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE | ||
|
||
# we are using prebuilt in vendor tree | ||
TARGET_QCOM_DISPLAY_VARIANT := false | ||
TARGET_QCOM_MEDIA_VARIANT := false | ||
|
||
|
||
# FB legacy | ||
BOARD_EGL_NEEDS_LEGACY_FB := true | ||
|
||
# QCOM hardware | ||
BOARD_USES_QCOM_HARDWARE := true | ||
COMMON_GLOBAL_CFLAGS += -DHTC_ACOUSTIC_AUDIO -DLEGACY_QCOM_VOICE | ||
BOARD_USE_QCOM_LPA := true | ||
TARGET_QCOM_AUDIO_VARIANT := false | ||
BOARD_USES_LEGACY_ALSA_AUDIO := true | ||
BOARD_QCOM_TUNNEL_LPA_ENABLED := false | ||
TARGET_USE_SCORPION_BIONIC_OPTIMIZATION := true | ||
TARGET_SCORPION_BIONIC_PLDSIZE := 128 | ||
TARGET_SCORPION_BIONIC_PLDOFFS := 6 | ||
TARGET_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp | ||
TARGET_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp | ||
# TARGET_NEW_ION_API := true | ||
|
||
|
||
# Bluetooth | ||
|
||
BOARD_HAVE_BLUETOOTH := true | ||
BOARD_HAVE_BLUETOOTH_BCM := true | ||
BOARD_BLUEDROID_VENDOR_CONF := device/htc/villec2/bluetooth/vnd_msm8660.txt | ||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/htc/villec2/bluetooth/include | ||
|
||
# Graphics | ||
USE_OPENGL_RENDERER := true | ||
TARGET_USES_C2D_COMPOSITION := true | ||
TARGET_USES_ION := true | ||
BOARD_EGL_CFG := device/htc/villec2/configs/egl.cfg | ||
# Filesystem | ||
BOARD_VOLD_MAX_PARTITIONS := 36 | ||
BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true | ||
TARGET_USE_CUSTOM_LUN_FILE_PATH := /sys/class/android_usb/android0/f_mass_storage/lun0/file | ||
|
||
# FM Radio | ||
BOARD_HAVE_FM_RADIO := true | ||
BOARD_GLOBAL_CFLAGS += -DHAVE_FM_RADIO | ||
|
||
# GPS | ||
BOARD_USES_QCOM_GPS := true | ||
BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 50000 | ||
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := villec2 | ||
|
||
# Lights | ||
TARGET_PROVIDES_LIBLIGHT := true | ||
TARGET_PROVIDES_LIBLIGHTS := true | ||
|
||
# Bluetooth/Wifi | ||
-include device/htc/villec2/bcmdhd.mk | ||
|
||
# Filesystem | ||
TARGET_USERIMAGES_USE_EXT4 := true | ||
BOARD_BOOTIMAGE_PARTITION_SIZE := 16777216 | ||
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 16776192 | ||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 838859776 | ||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 1252770816 | ||
BOARD_FLASH_BLOCK_SIZE := 262144 | ||
|
||
# Recovery | ||
BOARD_HAS_NO_SELECT_BUTTON := true | ||
TARGET_RECOVERY_FSTAB := device/htc/villec2/ramdisk/fstab.villec2 | ||
|
||
# Webkit | ||
ENABLE_WEBGL := true | ||
TARGET_FORCE_CPU_UPLOAD := true | ||
|
||
BOARD_USES_FLUENCE_INCALL := true | ||
BOARD_USES_SEPERATED_AUDIO_INPUT := true | ||
|
||
# Camera | ||
USE_CAMERA_STUB := false | ||
TARGET_PROVIDES_CAMERA_HAL := true | ||
BOARD_NEEDS_MEMORYHEAPPMEM := true | ||
COMMON_GLOBAL_CFLAGS += -DQCOM_BSP_CAMERA_ABI_HACK | ||
COMMON_GLOBAL_CFLAGS += -DMR0_CAMERA_BLOB | ||
COMMON_GLOBAL_CFLAGS += -DDISABLE_HW_ID_MATCH_CHECK | ||
COMMON_GLOBAL_CFLAGS += -DHTC_CAMERA_HARDWARE | ||
|
||
# Filesystem | ||
TARGET_USERIMAGES_USE_EXT4 := true | ||
BOARD_BOOTIMAGE_PARTITION_SIZE := 16777216 | ||
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 16776192 | ||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 838859776 | ||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 1252770816 | ||
BOARD_FLASH_BLOCK_SIZE := 262144 | ||
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true | ||
RECOVERY_FSTAB_VERSION := 2 | ||
# Audio config | ||
|
||
|
||
TARGET_USES_QCOM_COMPRESSED_AUDIO := true | ||
PRODUCT_COPY_FILES += \ | ||
$(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf | ||
|
||
# Use libril in the device tree | ||
BOARD_USES_LEGACY_RIL := true | ||
|
||
# Graphics | ||
COMMON_GLOBAL_CFLAGS += -DQCOM_NO_SECURE_PLAYBACK -DREFRESH_RATE=60 -DHTC_RGBA_8888_OFFSET | ||
USE_OPENGL_RENDERER := true | ||
TARGET_NO_HW_VSYNC := true | ||
TARGET_USES_C2D_COMPOSITION := true | ||
|
||
|
||
|
||
# Misc | ||
COMMON_GLOBAL_CFLAGS += -DHTCLOG |