tree: 13677da91d9ad4fd4f9eb83f2d945aa8e2e79695 [path history] [tgz]
  1. src/
  2. Android.bp
  3. complete_api_list.txt
  4. manifest.txt
  5. README.md
tools/GenericCarApiBuilder/README.md

Android Automotive OS API Generator Tool

  • Tool will generate a file complete_api_list.txt. This file contains all public API including the hidden API. It also contains three type of annotations - @hide (for hidden calls), @SystemAPI (for System calls), and @AddedIn/@AddedInOrBefore Annotation. This file can be a better guide for future API changes as it can keep track of hidden APIs too.
  • tool will also generate a file un_annotated_api_list.txt. This file contains the API which are not annotated with @AddedIn/@AddedInOrBefore annotation. This file should be empty before the release.
  • To Build m -j GenericCarApiBuilder
  • To Run GenericCarApiBuilder