summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-05-20 15:29:53 -0700
committerAndy McFadden <fadden@android.com>2010-06-01 08:37:16 -0700
commit5f2b36f8547f9f6a3cec430c9f3f8ec44601ce72 (patch)
tree6431d57e832a9dc800768c39160b7a3ff0baed74 /target
parent8a06bac1db18ff7702dbd2a4ffbdde97330cd665 (diff)
downloadbuild-5f2b36f8547f9f6a3cec430c9f3f8ec44601ce72.zip
build-5f2b36f8547f9f6a3cec430c9f3f8ec44601ce72.tar.gz
build-5f2b36f8547f9f6a3cec430c9f3f8ec44601ce72.tar.bz2
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
Diffstat (limited to 'target')
-rw-r--r--target/board/sim/BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/board/sim/BoardConfig.mk b/target/board/sim/BoardConfig.mk
index 3d83e7b..ba25c18 100644
--- a/target/board/sim/BoardConfig.mk
+++ b/target/board/sim/BoardConfig.mk
@@ -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