| # |
| # Copyright (C) 2013-2014 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. |
| # |
| |
| # Use the non-open-source parts, if they're present |
| -include vendor/htc/flounder/BoardConfigVendor.mk |
| |
| TARGET_ARCH := arm64 |
| TARGET_ARCH_VARIANT := armv8-a |
| TARGET_CPU_ABI := arm64-v8a |
| TARGET_CPU_ABI2 := |
| TARGET_CPU_VARIANT := generic |
| TARGET_CPU_SMP := true |
| |
| TARGET_2ND_ARCH := arm |
| TARGET_2ND_ARCH_VARIANT := armv7-a-neon |
| TARGET_2ND_CPU_ABI := armeabi-v7a |
| TARGET_2ND_CPU_ABI2 := armeabi |
| TARGET_2ND_CPU_VARIANT := denver |
| |
| # Disable emulator for "make dist" until there is a 64-bit qemu kernel |
| BUILD_EMULATOR := false |
| |
| TARGET_NO_BOOTLOADER := true |
| |
| TARGET_NO_RADIOIMAGE := true |
| |
| TARGET_BOARD_PLATFORM := tegra132 |
| TARGET_BOARD_INFO_FILE := device/htc/flounder/board-info.txt |
| |
| TARGET_BOOTLOADER_BOARD_NAME := flounder |
| |
| USE_OPENGL_RENDERER := true |
| NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 |
| |
| TARGET_RECOVERY_FSTAB = device/htc/flounder/fstab.flounder |
| TARGET_USERIMAGES_USE_EXT4 := true |
| BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1342177280 |
| BOARD_USERDATAIMAGE_PARTITION_SIZE := 13287555072 |
| BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 |
| BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 |
| BOARD_FLASH_BLOCK_SIZE := 4096 |
| |
| BOARD_CHARGER_DISABLE_INIT_BLANK := true |
| BOARD_USES_GENERIC_INVENSENSE := false |
| |
| USE_E2FSPROGS := true |
| |
| # Bluetooth |
| BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := vendor/htc/flounder |
| BOARD_HAVE_BLUETOOTH_BCM := true |
| |
| BOARD_USES_GENERIC_AUDIO := false |
| BOARD_USES_ALSA_AUDIO := true |
| |
| BOARD_HAL_STATIC_LIBRARIES := libdumpstate.flounder |
| |
| BOARD_VENDOR_USE_SENSOR_HAL := sensor_hub |
| |
| # Wifi related defines |
| BOARD_WPA_SUPPLICANT_DRIVER := NL80211 |
| WPA_SUPPLICANT_VERSION := VER_0_8_X |
| BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd |
| BOARD_HOSTAPD_DRIVER := NL80211 |
| BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd |
| BOARD_WLAN_DEVICE := bcmdhd |
| WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path" |
| WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin" |
| WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" |
| |
| BOARD_SEPOLICY_DIRS := device/htc/flounder/sepolicy |
| BOARD_SEPOLICY_UNION := \ |
| bluetooth.te \ |
| device.te \ |
| file.te \ |
| file_contexts \ |
| genfs_contexts \ |
| kernel.te \ |
| kickstart.te \ |
| netd.te \ |
| netmgrd.te \ |
| qmuxd.te \ |
| radio.te \ |
| rild.te \ |
| system_server.te \ |
| te_macros \ |
| touch_fusion.te |
| |
| TARGET_USES_64_BIT_BCMDHD := true |
| TARGET_USES_64_BIT_BINDER := true |
| |
| TARGET_USES_LOGD := true |
| BOARD_WIDEVINE_OEMCRYPTO_LEVEL := 1 |
| |
| # HACK: Build apps as 64b for volantis_64_only |
| ifneq (,$(filter ro.zygote=zygote64, $(PRODUCT_DEFAULT_PROPERTY_OVERRIDES))) |
| TARGET_PREFER_32_BIT_APPS := |
| TARGET_SUPPORTS_32_BIT_APPS := |
| TARGET_SUPPORTS_64_BIT_APPS := true |
| endif |
| |
| TARGET_RELEASETOOLS_EXTENSIONS := device/htc/flounder |