COVESA/dlt-daemon

How do I compile a library to run on the android platform?

Closed this issue · 1 comments

  1. How to compile a dynamic library that can run on the android system?
  2. How to port the project to the android system and run it?

Hello @zh302674199
For question 1, it is out of the scope of DLT, sorry but I would not answer.
For question 2, the project contains Android.bp, this supports Android version > 12 (Android S), since there some big changes in system source dir.
To at least build DLT on Android, please setup the environment using Android build script and jump to root dir of the project, run: mm (make module)
Hope this would help, and, I move this to discussion and close.