Skip to content
Code Inside Out

automotive

3 posts with the tag “automotive”

AAOS - Create AIDL Interface

Android Interface Definition Language (AIDL) defines the programming interface that both the client and service agree upon, in order to communicate with each other using Inter-Process Communication (IPC).

AAOS - Build Automotive Android

Android Automotive extends Android, by adding support for automotive-specific requirements, features, and technologies. It shares the same codebase with Android Open Source Project for phone, tablets, etc.