1 # config.mk
2 #
3 # Product-specific compile-time definitions.
4 #
5
6 # The generic product target doesn't have any hardware-specific pieces.
7 TARGET_NO_BOOTLOADER := true
8 TARGET_NO_KERNEL := true
9 HAVE_HTC_AUDIO_DRIVER := true
10
11 # no hardware camera
12 USE_CAMERA_STUB := true
13