BoardConfig.mk revision 3d00a8c5ff5bfb054d8b8495a6cc929ddfad4c0d
1# config.mk
2#
3# Product-specific compile-time definitions.
4#
5
6# The generic product target doesn't have any hardware-specific pieces.
7TARGET_NO_BOOTLOADER := true
8TARGET_NO_KERNEL := true
9TARGET_CPU_ABI := armeabi
10HAVE_HTC_AUDIO_DRIVER := true
11BOARD_USES_GENERIC_AUDIO := true
12
13# Set /system/bin/sh to mksh, not ash, to test the transition.
14TARGET_SHELL := mksh
15