Aosp 中的 aidl 文件编译生成的内容以及其存储位置是什么

huangapple go评论53阅读模式
英文:

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

问题

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?

英文:

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

得分: 1

是的,应该有一些中间生成的Java文件,通常存储在(以您的文件为例):out/soong/.intermediates/frameworks/base/framework/android_common/gen/aidl/frameworks/base/core/java/android/accounts/IAccountManager.java

英文:

Aosp 中的 aidl 文件编译生成的内容以及其存储位置是什么Yes, 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

huangapple
  • 本文由 发表于 2023年7月10日 15:00:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/76651357.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定