Skip to content

Commit 1a86347

Browse files
Merge pull request #859 from Acardiac/fragment-host
Add 'Fragment-Host' to rxjava-contrib/debug module for OSGi
2 parents 55a7984 + b8cc371 commit 1a86347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rxjava-contrib/rxjava-debug/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jar {
2626
instruction 'Bundle-Vendor', 'Netflix'
2727
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
2828
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
29+
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
2930
}
3031
}

0 commit comments

Comments
 (0)