Build without D-Bus on Android
ClosedPublic

Authored by vkrause on Jan 19 2019, 4:36 PM.

Diff Detail

Repository
R294 KBookmarks
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Jan 19 2019, 4:36 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 19 2019, 4:36 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Jan 19 2019, 4:36 PM
dhaumann accepted this revision.Jan 20 2019, 8:28 AM
dhaumann added a subscriber: dhaumann.

Looks good to me.

You likely get a warning about an unused variable now in KBookmarkManager::init(const QString &dbusPath), since the function is empty.

This revision is now accepted and ready to land.Jan 20 2019, 8:28 AM

You likely get a warning about an unused variable now in KBookmarkManager::init(const QString &dbusPath), since the function is empty.

Yep (and same for the other frameworks). I don't expect this to be the final state though, it's a first step to get things building without the D-Bus stub on Android at all, and get an overview of the gaps. Some cases will need a proper Android implementation, some might end up being mere porting aids that make no sense on Android.

This revision was automatically updated to reflect the committed changes.