tree: 954b5dd7cb229e448dfe2af911fa05b95444599f [path history] [tgz]
  1. Android.bp
  2. apex_manifest.json
  3. com.android.vndk.pem
  4. com.android.vndk.pk8
  5. com.android.vndk.pubkey
  6. com.android.vndk.x509.pem
  7. README.md
apex/README.md

Add a new VNDK APEX

In this document we add a new VNDK APEX for version 30. When you follow this doc with different versions, change “30” to what you're adding. (eg. 31)

  1. Add a new definition in Android.bp
apex_vndk {
    name: "com.android.vndk.v30",
    defaults: ["vndk-apex-defaults"],
    vndk_version: "30",
    system_ext_specific: true,
}
  1. Verify
m com.android.vndk.v30