blob: ba55b92e186051c7505009c2c97311031a91d6f3 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001# config.mk
2#
3# Product-specific compile-time definitions.
4#
5
Iliyan Malchevb375e712011-03-08 16:19:48 -08006# Don't try compressing the shared libraries used by the simulator. The host
7# OS won't know what to do with them, and they may not even be ELF files.
The Android Open Source Project88b60792009-03-03 19:28:42 -08008#
9# These definitions override the defaults in config/config.make.
10TARGET_COMPRESS_MODULE_SYMBOLS := false
The Android Open Source Project88b60792009-03-03 19:28:42 -080011
12# Don't try to build a bootloader.
13TARGET_NO_BOOTLOADER := true
14
15# Don't bother with a kernel
16TARGET_NO_KERNEL := true
17
Dianne Hackbornecc70d72009-05-21 15:45:30 -070018# The simulator does not support native code at all
19TARGET_CPU_ABI := none
20
Andy McFadden5f2b36f2010-05-20 15:29:53 -070021# But it is very likely SMP.
22TARGET_CPU_SMP := true
23
The Android Open Source Project88b60792009-03-03 19:28:42 -080024#the simulator partially emulates the original HTC /dev/eac audio interface
25HAVE_HTC_AUDIO_DRIVER := true
26BOARD_USES_GENERIC_AUDIO := true
Chih-Chung Changb9e030e2010-05-10 14:59:49 +080027
28# no hardware camera
29USE_CAMERA_STUB := true