I work on my own android device which has many new APIs (but @hide decorated). My goal is to provide an android sdk to develop on it and use these new APIs.
So my questions is : How to build my own android sdk with these new APIs ?
If the @hide decorated is a problem, i can remove them (I don't have to respect the CDD)
lunch
build, but I am certainly no expert at that low of a level. – Destinydestitute