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

[sqlite] Add sqlite library #56

Closed
wants to merge 1 commit into from
Closed

Conversation

songgot
Copy link
Contributor

@songgot songgot commented Jan 17, 2025

Add sqlite lib and modify .mk

@gichan-jang
Copy link
Member

sql prebuilt libs are only needed for Android, so how about uploading them to android-resource repo?

Add sqlite lib and header file
Modify mk

Signed-off-by: hyunil park <[email protected]>
@songgot songgot marked this pull request as ready for review January 20, 2025 03:34
@songgot
Copy link
Contributor Author

songgot commented Jan 20, 2025

sql prebuilt libs are only needed for Android, so how about uploading them to android-resource repo?
Then how can we reference symbols in h files and so at compile time?
Could you update if you have a solution?

@jaeyun-jung
Copy link
Contributor

I just request adding sqlite library into android-res repo :)

@@ -15,6 +15,8 @@
#include "log.h"
#include "mlops-agent-interface.h"
#include "mlops-agent-internal.h"
#include "../libsqliteX/include/sqlite3.h"
#include "../libsqliteX/include/sqlite3ext.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sqlite is an external package.
use #include <headername.h> and add includepath to the script (.mk file). this will help moving sqlite to another repo.

@jaeyun-jung
Copy link
Contributor

We don't need extern pkg in mlops-agent repo, now android library uses preconfigured library from gst.

@jaeyun-jung jaeyun-jung closed this Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants