PRODUCT_PACKAGES not working

276 views
Skip to first unread message

Yafei Liu

unread,
Apr 22, 2020, 10:52:08 AM4/22/20
to android-...@googlegroups.com
Hi, I'm integrating some qcom apps into our build, but at last the apps did not show up in product dir.

 For example, here's a module called "qcrilmsgtunnel":
...
QCRIL += qcrilmsgtunnel
...
PRODUCT_PACKAGES += $(QCRIL)

and to make sure the PRODUCT_PACKAGES was set successfully, I used `make product-graph`, and in the generate html, I found that 'qcrilmsgtunnel' was included in segment 'PRODUCT_PACKAGES'. 

What's more, I found that the intermediate file was generated too, in obj/APPS/qcrilmsgtunnel_intermediates.

But, at last, there's no 'qcrilmsgtunnel' in the product directory.

Any suggestions on how to debug this problem?

劉江

unread,
May 18, 2020, 11:22:46 AM5/18/20
to android-platform
You can use `make dump-products` to dump all product varibles.
Reply all
Reply to author
Forward
0 new messages