Hello,
We want to extends some additional functionalities as system library and distribute it as sdk add-on to other developers for application development.
To get started, I am trying to build sample SDK addon (AOSP/device/sample).
But its always failing with error:
FAILED: ninja: 'out/target/common/docs/platform_library-timestamp', needed by 'out/host/linux-x86/sdk_addon/platform_library-eng.<USER>-linux-x86.zip', missing and no known rule to make it
Does anyone face this issue?
Other details:
- System: Ubuntu 20.04.02
- Working with current master branch and have initialized the repo to fetch all the groups (-g all).
- We are able to build and work with the customized system image.
PS: We also encountered an error which got fixed by following this
link.