blob: ba25c18ec7813d85e30291469db551748874a522 [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
6# Don't try prelinking or compressing the shared libraries
7# used by the simulator. The host OS won't know what to do
8# with them, and they may not even be ELF files.
9#
10# These definitions override the defaults in config/config.make.
11TARGET_COMPRESS_MODULE_SYMBOLS := false
12TARGET_PRELINK_MODULE := false
13
14# Don't try to build a bootloader.
15TARGET_NO_BOOTLOADER := true
16
17# Don't bother with a kernel
18TARGET_NO_KERNEL := true
19
Dianne Hackbornecc70d72009-05-21 15:45:30 -070020# The simulator does not support native code at all
21TARGET_CPU_ABI := none
22
Andy McFadden5f2b36f2010-05-20 15:29:53 -070023# But it is very likely SMP.
24TARGET_CPU_SMP := true
25
The Android Open Source Project88b60792009-03-03 19:28:42 -080026#the simulator partially emulates the original HTC /dev/eac audio interface
27HAVE_HTC_AUDIO_DRIVER := true
28BOARD_USES_GENERIC_AUDIO := true
Chih-Chung Changb9e030e2010-05-10 14:59:49 +080029
30# no hardware camera
31USE_CAMERA_STUB := true