Add android-support-v4.jar to sdk.

Change-Id: I28d2a323d31df6b405548e0c73c616eb7b69753d
diff --git a/build/sdk.atree b/build/sdk.atree
index 4b6d016..1fb7dad 100644
--- a/build/sdk.atree
+++ b/build/sdk.atree
@@ -145,7 +145,7 @@
 
 # samples to include in the sdk samples package
 #
-# the list here should match the list of samples that we generate docs for, 
+# the list here should match the list of samples that we generate docs for,
 # (see web_docs_sample_code_flags in frameworks/base/Android.mk)
 development/apps/GestureBuilder              samples/${PLATFORM_NAME}/GestureBuilder
 development/samples/source.properties        samples/${PLATFORM_NAME}/source.properties
@@ -203,8 +203,8 @@
 # Extra Component: Compatibility
 ##############################################################################
 
-development/sdk/compatibility_source.properties extras/android/compatibility/source.properties
-development/sdk/compatibility_README.txt        extras/android/compatibility/README.txt
-#${DIST_DIR}/android-support-v4.jar              extras/android/compatibility/v4/android-support-v4.jar
-frameworks/support/v4                           extras/android/compatibility/v4/src
-development/samples/ApiDemos                    extras/android/compatibility/v4/samples/ApiDemos
+development/sdk/compatibility_source.properties                                                   extras/android/compatibility/source.properties
+development/sdk/compatibility_README.txt                                                          extras/android/compatibility/README.txt
+${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar    extras/android/compatibility/v4/android-support-v4.jar
+frameworks/support/v4                                                                             extras/android/compatibility/v4/src
+development/samples/ApiDemos                                                                      extras/android/compatibility/v4/samples/ApiDemos