CTS tests for cross-profile content uris.

Test that apps in other profiles receiving an intent can read/write uris passed in the ClipData.

BUG: 17746554

Change-Id: Ife0b9556d4b25fb99c93836309829d4c00412257
diff --git a/hostsidetests/devicepolicy/app/ManagedProfile/Android.mk b/hostsidetests/devicepolicy/app/ManagedProfile/Android.mk
index 00dace0..46e3cf7 100644
--- a/hostsidetests/devicepolicy/app/ManagedProfile/Android.mk
+++ b/hostsidetests/devicepolicy/app/ManagedProfile/Android.mk
@@ -26,6 +26,8 @@
 
 LOCAL_JAVA_LIBRARIES := android.test.runner cts-junit
 
+LOCAL_STATIC_JAVA_LIBRARIES = android-support-v4
+
 LOCAL_SDK_VERSION := current
 
 include $(BUILD_CTS_PACKAGE)