Skip to content

Can this daemon be compiled with Android #573

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

You must be logged in to vote

Hello @Badger688
thank you for your question.

For Android, dlt has a file Android.bp where we define everything for Soong build.
See: https://source.android.com/docs/setup/build

What you should do to trigger the build of a module on Android:

  1. Setting up the Environment source build/envsetup.sh
  2. Choosing a target lunch product_name-build_variant
  3. Building the code: jump to the dir of dlt-daemon and run mm

Ref: https://source.android.com/docs/setup/build/building

Regards

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
Labels
None yet
2 participants