blob: 2b72d01da94bb588b5129d5cacd8633696089cb1 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001# config.mk
Doug Zongkere01100c2009-06-19 17:12:18 -07002#
The Android Open Source Project88b60792009-03-03 19:28:42 -08003# 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
Dianne Hackbornecc70d72009-05-21 15:45:30 -07009TARGET_CPU_ABI := armeabi
The Android Open Source Project88b60792009-03-03 19:28:42 -080010HAVE_HTC_AUDIO_DRIVER := true
11BOARD_USES_GENERIC_AUDIO := true