Skip to content

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

Closed Answered by minminlittleshrimp
zh302674199 asked this question in Q&A
Discussion options

You must be logged in to vote

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. DLT is a third paerty vendor module, and it uses Android Soong build system.

To build DLT on Android, please setup the environment using Android build script and jump to root dir of the project, run: mm (make module), further information see:
https://android.googlesource.com/platform/build/+/main/Usage.txt
https://android.googlesource.com/platform/build/soong/+/master

Hope this would help, and, I move this to discussion and close.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by minminlittleshrimp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #610 on April 29, 2024 13:37.