I'm working on a bluetooth library. This library is used by the service at runtime to talk to the controller. The service binary is built in AOSP env with soong.
The library i have is generally logic and no real android dependency. It does have locks, threads, mutexes etc though.
I want to build this library in CI/CD without having to download AOSP code.
General response from chatgpt is that it is almost impossible. not possible even with ndk available locally.
So, to the experts on this topic, is this possible?
Tried with NDK, the lib load fails due to difference in name mangling b/w ndk was AOSP soong.