unplugged-system/packages/modules/vndk/apex
2025-10-06 13:59:42 +00:00
..
Android.bp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
apex_manifest.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
com.android.vndk.pem Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
com.android.vndk.pk8 Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
com.android.vndk.pubkey Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
com.android.vndk.x509.pem Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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