Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近 google 要求芯片供应商将 HAL 从 HIDL 更改为 AIDL。我的问题是:作为芯片供应商,我可以将原始服务端方法从 HIDL 移植到 AIDL。但是客户端呢?客户端是否需要修改他们的代码?
更具体地说,HIDL 和 AIDL 是否会生成相同的 .h 文件供客户端使用?(至少在.h中相同的方法)