aidl_interface in AOSP didn’t generate Java backend
I was trying to create an Android system service with C++ and make it callable from Java clients. So far the C++ servcie is up and running, but I don’t see AOSP generated Java files from the AIDL file. I am attaching the AIDL file and Android.bp below. Did I miss something in the Android.bp? Java backend is already enabled.
Where is the location of the Java files generated from AIDL? Thanks!