am ed43e3d7: Merge "Set no camera default for emulator/generic/sim builds." into kraken

This commit is contained in:
Chih-Chung Chang
2010-05-23 21:05:13 -07:00
committed by Android Git Automerger
3 changed files with 9 additions and 0 deletions

View File

@@ -7,3 +7,6 @@
TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true
HAVE_HTC_AUDIO_DRIVER := true
# no hardware camera
USE_CAMERA_STUB := true

View File

@@ -9,3 +9,6 @@ TARGET_NO_KERNEL := true
TARGET_CPU_ABI := armeabi
HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true
# no hardware camera
USE_CAMERA_STUB := true

View File

@@ -23,3 +23,6 @@ TARGET_CPU_ABI := none
#the simulator partially emulates the original HTC /dev/eac audio interface
HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true
# no hardware camera
USE_CAMERA_STUB := true