What is the compiled generation of the aidl file in Aosp and where is it stored

268 Views Asked by At

After building AOSP project,I can't find compile generation of aidl file.For example, I can't find IAccountManager.java corresponding to IAccountManager.aidl(/AOSP/frameworks/base/core/java/android/accounts/IAccountManager.aidl) Is its compiled generation a java file, and where should it be stored

1

There are 1 best solutions below

5
androidcat On

enter image description hereYes, there should be some middle gen java files and generally stored in (take your file as example):out/soong/.intermediates/frameworks/base/framework/android_common/gen/aidl/frameworks/base/core/java/android/accounts/IAccountManager.java