Switch the other android build over to android_posix.cc and not android_linux.cc.

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2070 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tommi@webrtc.org 2012-04-19 15:41:33 +00:00
parent 9018c9f548
commit f4c80fc6cb

View File

@ -20,7 +20,7 @@ LOCAL_SRC_FILES := \
map.cc \ map.cc \
sort.cc \ sort.cc \
aligned_malloc.cc \ aligned_malloc.cc \
atomic32_linux.cc \ atomic32_posix.cc \
condition_variable.cc \ condition_variable.cc \
cpu_no_op.cc \ cpu_no_op.cc \
cpu_features.cc \ cpu_features.cc \