Home
last modified time | relevance | path

Searched refs:vndk (Results 1 – 3 of 3) sorted by relevance

/packages/modules/vndk/apex/
DAndroid.bp20 name: "vndk-apex-defaults",
22 key: "com.android.vndk.key",
23 certificate: ":com.android.vndk.certificate",
24 file_contexts: ":com.android.vndk-file_contexts",
29 name: "com.android.vndk.key",
30 public_key: "com.android.vndk.pubkey",
31 private_key: "com.android.vndk.pem",
35 name: "com.android.vndk.certificate",
36 certificate: "com.android.vndk",
40 name: "com.android.vndk.v34",
[all …]
DREADME.md10 name: "com.android.vndk.v30",
11 defaults: ["vndk-apex-defaults"],
20 m com.android.vndk.v30
/packages/apps/Settings/src/com/android/settings/development/
DDSULoader.java325 int vndk = getDeviceVndk(); in isSupported() local
326 if (vndk < 0) { in isSupported()
332 if (mVndk[i] == vndk) { in isSupported()
338 Slog.i(TAG, "vndk:" + vndk + " not found"); in isSupported()