Can this daemon be compiled with Android #573
-
How to build dlt-daemon so that it can run on Android OS? |
Beta Was this translation helpful? Give feedback.
Answered by
minminlittleshrimp
Nov 24, 2023
Replies: 1 comment
-
Hello @Badger688 For Android, dlt has a file Android.bp where we define everything for Soong build. What you should do to trigger the build of a module on Android:
Ref: https://source.android.com/docs/setup/build/building Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minminlittleshrimp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
source build/envsetup.sh
lunch product_name-build_variant
mm
Ref: https://source.android.com/docs/setup/build/building
Regards