am 7a0f45b1: Forgot to update libc++ for new 3.6 prebuilts.

* commit '7a0f45b1ae96a8609df9eed01235e310137d6c8a':
  Forgot to update libc++ for new 3.6 prebuilts.
diff --git a/lib/libc++.so b/lib/libc++.so
index d90850f..45440f8 100755
--- a/lib/libc++.so
+++ b/lib/libc++.so
Binary files differ
diff --git a/lib64/libc++.so b/lib64/libc++.so
index 35fc37a..d90850f 100755
--- a/lib64/libc++.so
+++ b/lib64/libc++.so
Binary files differ
diff --git a/update.sh b/update.sh
index dfbb30d..60c107c 100755
--- a/update.sh
+++ b/update.sh
@@ -15,7 +15,8 @@
 
 # Copy libraries
 echo Copying libc++.so
-cp -a ${ANDROID_HOST_OUT}/lib64/libc++.so lib/
+cp -a ${ANDROID_HOST_OUT}/lib/libc++.so lib/
+cp -a ${ANDROID_HOST_OUT}/lib64/libc++.so lib64/
 
 # Copy header files
 rm -rf lib/clang/*/include/*