Hi there, just wondering if there's a way to build the SDK with
repository from source and at the same time have it generate an SDK
Add on product?
I'm generating a full SDK repostory (make sdk_repo) with my build from
source, but I can't seem to get it to generate my Add-on product at
the same time. Is that the intention (should that be possible?). The
following are the artifacts generated from my build:
repository.xml
sdk-repo-linux-docs-eng.zip
sdk-repo-linux-platform-tools-eng.zip
sdk-repo-linux-platforms-eng.zip
sdk-repo-linux-samples-eng.zip
sdk-repo-linux-tools-eng.zip
sdk-repo-windows-platform-tools-eng.zip
sdk-repo-windows-tools-eng.zip
Note that I don't get the add-on zip or the add-on repository. Now if
I separately call 'make PRODUCT-mylib-sdk_addon' (my AndroidProduct.mk
&
mylib.mk is defined under /device/x/common/) then I get the add-on
generated (but of course, the SDK repo is not built).
I'm wondering if it's possible to do all of this in one shot?
Thanks
T