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

Commit 5f2b36f8 authored by Andy McFadden's avatar Andy McFadden
Browse files

Atomic/SMP update.

Added "TARGET_CPU_SMP := true" to simulator configuration, since it's
likely the simulator will be running on SMP hardware.

Change-Id: I7527895abe70ffaece5c52fd3ffcfe4b0d698fd2
parent 8a06bac1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ TARGET_NO_KERNEL := true
# The simulator does not support native code at all
TARGET_CPU_ABI := none

# But it is very likely SMP.
TARGET_CPU_SMP := true

#the simulator partially emulates the original HTC /dev/eac audio interface
HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true