Skip to content

Commit

Permalink
Merge pull request #125 from ajanon/fix_odm_vhal_vndk_version
Browse files Browse the repository at this point in the history
fix(howto): Change VNDK version for custom VHAL to 34
  • Loading branch information
keirthana authored Aug 29, 2024
2 parents 5dafea4 + b05fc6c commit fe40aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howto/android/custom-vhal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using {ref}`exp-addons`.

Your custom VHAL implementation must provide an
[HIDL VHAL interface](https://source.android.com/docs/automotive/vhal/hidl-vhal-interface)
and be built against VNDK 29.
and be built against VNDK 34.

If your VHAL implementation requires additional libraries, they must also be
bundled with the addon and copied in the ODM partition.
Expand Down

0 comments on commit fe40aee

Please sign in to comment.