BoardConfig.mk revision 18a130e98a654b99057d974f563a645dbb96010c
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 := x86
10TARGET_ARCH := x86
11TARGET_ARCH_VARIANT := x86-atom
12TARGET_PRELINK_MODULE := false
13
14# The IA emulator (qemu) uses the Goldfish devices
15HAVE_HTC_AUDIO_DRIVER := true
16BOARD_USES_GENERIC_AUDIO := true
17
18# no hardware camera
19USE_CAMERA_STUB := true
20
21# Set /system/bin/sh to mksh, not ash, to test the transition.
22TARGET_SHELL := mksh
23
24