Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9e030e5 authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Set no camera default for emulator/generic/sim builds.

Change-Id: I3c75d093bb48a9d10952d587c3e48bbcc227f139
parent 8a5d30e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,3 +7,6 @@
TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true
HAVE_HTC_AUDIO_DRIVER := true

# no hardware camera
USE_CAMERA_STUB := true
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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