Don't dist android-common-carousel.

It doesn't build if llvm-rs-cc is not available.

Change-Id: Ib9b970af9b712d25f08c6a13aeae32c98d0a8cf8
diff --git a/carousel/Android.mk b/carousel/Android.mk
index 403773a..1f2592f 100644
--- a/carousel/Android.mk
+++ b/carousel/Android.mk
@@ -25,6 +25,3 @@
      $(call all-renderscript-files-under, java)
 
 include $(BUILD_STATIC_JAVA_LIBRARY)
-
-# Include this library in the build server's output directory
-$(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):android-common-carousel.jar)