python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
android : HIDL to AIDL
Recenetly google is asking chip vendor to change HAL from HIDL to AIDL.
My question is : As a chip vendor, I can porting original service side method from HIDL to AIDL. But how about client side? Does...

John
Votes: 0
Answers: 1
Android 12 breaks AIDL/IPC with runtime permissions on IPC APK
Pre-Android 12 I could create proprietary Bluetooth health device driver service APKs and exchange info with them from a main application via AIDL. The driver APKs have no UI and launch nothing when i...
Brian Reinhold
Votes: 0
Answers: 1
While compiling the AOSP, is there a state where all .aidl files are transformed to corresponding .java file?
I want to do a static analysis on java part of AOSP, which requires all .aidl files to be transformed to .java files, so that the entire project tree is java only (ignoring cpp or other languages).
I ...
ThisRabbit
Votes: 0
Answers: 0