Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake/android] Install librtmp #10094

Merged
merged 1 commit into from Jul 9, 2016

Conversation

fetzerch
Copy link
Member

@fetzerch fetzerch commented Jul 8, 2016

After the removal of RTMP in #10017 the library fails to get packaged for android because it is no more populated in the dyload-libs variables.

As the library is still needed (#10079) we manually add it to the files that we're going to package.

Fixes:
cp: cannot stat 'kodi-build-android/install/lib/librtmp.so': No such file or directory
Makefile:121: recipe for target 'libs' failed

Builds: Android-ARM, Android-X86

After the removal of RTMP in xbmc#10017,
the library fails to get packaged for android because it is no more
populated in the dyload-libs variables.

As the library is still needed (xbmc#10079)
we manually add it to the files that we're going to package.

Fixes:
cp: cannot stat 'kodi-build-android/install/lib/librtmp.so': No such file or directory
Makefile:121: recipe for target 'libs' failed
@fetzerch fetzerch added Type: Fix non-breaking change which fixes an issue v17 Krypton Platform: Android CMake labels Jul 8, 2016
@fetzerch fetzerch added this to the Krypton 17.0-alpha3 milestone Jul 8, 2016
@fetzerch fetzerch merged commit 71ecbe1 into xbmc:master Jul 9, 2016
@fetzerch fetzerch deleted the cmake_fix_android_packaging branch July 9, 2016 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake Platform: Android Type: Fix non-breaking change which fixes an issue v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant