| .. | ||
| Android.bp | ||
| apex_manifest.json | ||
| com.android.vndk.pem | ||
| com.android.vndk.pk8 | ||
| com.android.vndk.pubkey | ||
| com.android.vndk.x509.pem | ||
| 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)
- 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,
}
- Verify
m com.android.vndk.v30