From 59d93c13eab9ccf317b5a4d41994a7c15f55d5e3 Mon Sep 17 00:00:00 2001 From: Ben Christensen Date: Tue, 12 Mar 2013 09:51:47 -0700 Subject: [PATCH] Add 'Fragment-Host' to submodules for OSGi Based on discussion on issue https://github.com/Netflix/RxJava/issues/154 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index fbf1add..e685c9d 100644 --- a/build.gradle +++ b/build.gradle @@ -82,5 +82,6 @@ jar { instruction 'Bundle-Vendor', 'Netflix' instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava' instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*' + instruction 'Fragment-Host', 'com.netflix.rxjava.core' } } \ No newline at end of file