You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
Hi,
is there a way to build only some host binaries (I am interested in the lp* binaries from ystem/extras/partition_tools/) without syncing the whole repo (since I don't need the actual image).
I tried mmm system/extras/partition_tools/:lpdump,lpunpack,lpmake but that seems to pull in a lot of android relevant modules during bootstrap. I saw the unbundled build option but I am not really sure how to use it for this purpose. Is there a way to use soong to just build the .bp inside system/extras/partition_tools/ (and just sync the needed deps) or a different way to accomplish what I need?