blob: 26bf6ab129c92227cf81fb2272d60445f2387547 [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
Chih-Chung Changb9e030e2010-05-10 14:59:49 +080012
13# no hardware camera
14USE_CAMERA_STUB := true
Jean-Baptiste Queruf7a6ead2010-08-25 10:01:35 -070015
Thorsten Glaser3d00a8c2010-06-03 19:58:02 +020016# Set /system/bin/sh to mksh, not ash, to test the transition.
17TARGET_SHELL := mksh