Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 1 | // Copyright 2019 Google Inc. All rights reserved. |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | package config |
| 16 | |
| 17 | // List of VNDK libraries that have different core variant and vendor variant. |
| 18 | // For these libraries, the vendor variants must be installed even if the device |
| 19 | // has VndkUseCoreVariant set. |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 20 | // TODO(b/150578172): clean up unstable and non-versioned aidl module |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 21 | var VndkMustUseVendorVariantList = []string{ |
ChengYou Ho | 50ab3ff | 2020-12-30 04:02:56 +0800 | [diff] [blame] | 22 | "android.hardware.authsecret-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 23 | "android.hardware.authsecret-ndk_platform", |
| 24 | "android.hardware.authsecret-V1-ndk_platform", |
Tim Joines | 5af2790 | 2020-01-06 14:30:53 -0800 | [diff] [blame] | 25 | "android.hardware.automotive.occupant_awareness-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 26 | "android.hardware.automotive.occupant_awareness-V1-ndk_platform", |
Yu-Han Yang | 613712c | 2020-09-17 20:11:42 -0700 | [diff] [blame] | 27 | "android.hardware.gnss-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 28 | "android.hardware.gnss-ndk_platform", |
| 29 | "android.hardware.gnss-V1-ndk_platform", |
| 30 | "android.hardware.health.storage-V1-ndk_platform", |
Yifan Hong | caaef4d | 2021-01-13 16:06:11 -0800 | [diff] [blame] | 31 | "android.hardware.health.storage-ndk_platform", |
| 32 | "android.hardware.health.storage-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 33 | "android.hardware.light-V1-ndk_platform", |
Ivailo Karamanolev | 1415cb8 | 2020-01-22 19:22:52 +0100 | [diff] [blame] | 34 | "android.hardware.light-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 35 | "android.hardware.identity-V2-ndk_platform", |
Jiyong Park | c110a43 | 2021-05-24 23:00:41 +0900 | [diff] [blame] | 36 | "android.hardware.identity-V3-ndk_platform", |
David Zeuthen | b71fe84 | 2020-02-12 10:02:20 -0500 | [diff] [blame] | 37 | "android.hardware.identity-ndk_platform", |
Albal Tai | 7667b62 | 2020-02-19 06:17:51 +0000 | [diff] [blame] | 38 | "android.hardware.nfc@1.2", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 39 | "android.hardware.memtrack-V1-ndk_platform", |
| 40 | "android.hardware.memtrack-ndk_platform", |
Kalesh Singh | 7b63b26 | 2020-12-09 19:15:20 -0500 | [diff] [blame] | 41 | "android.hardware.memtrack-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 42 | "android.hardware.oemlock-V1-ndk_platform", |
| 43 | "android.hardware.oemlock-ndk_platform", |
ChengYou Ho | 142b28a | 2021-01-01 12:50:37 +0800 | [diff] [blame] | 44 | "android.hardware.oemlock-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 45 | "android.hardware.power-V1-ndk_platform", |
Jiyong Park | c110a43 | 2021-05-24 23:00:41 +0900 | [diff] [blame] | 46 | "android.hardware.power-V2-ndk_platform", |
Wei Wang | 6c01618 | 2020-01-14 17:31:10 -0800 | [diff] [blame] | 47 | "android.hardware.power-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 48 | "android.hardware.power.stats-V1-ndk_platform", |
Benjamin Schwartz | 399394b | 2020-10-06 08:36:33 -0700 | [diff] [blame] | 49 | "android.hardware.power.stats-ndk_platform", |
| 50 | "android.hardware.power.stats-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 51 | "android.hardware.rebootescrow-V1-ndk_platform", |
Steven Moreland | de0bac5 | 2020-01-06 13:22:03 -0800 | [diff] [blame] | 52 | "android.hardware.rebootescrow-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 53 | "android.hardware.security.keymint-V1-ndk_platform", |
| 54 | "android.hardware.security.keymint-ndk_platform", |
Shawn Willden | 7831d3e | 2020-12-11 06:06:36 -0700 | [diff] [blame] | 55 | "android.hardware.security.keymint-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 56 | "android.hardware.security.secureclock-V1-ndk_platform", |
Chirag Pathak | cfa2205 | 2020-12-07 22:22:19 +0000 | [diff] [blame] | 57 | "android.hardware.security.secureclock-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 58 | "android.hardware.security.secureclock-ndk_platform", |
| 59 | "android.hardware.security.sharedsecret-V1-ndk_platform", |
Chirag Pathak | cfa2205 | 2020-12-07 22:22:19 +0000 | [diff] [blame] | 60 | "android.hardware.security.sharedsecret-ndk_platform", |
| 61 | "android.hardware.security.sharedsecret-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 62 | "android.hardware.vibrator-V1-ndk_platform", |
Jiyong Park | c110a43 | 2021-05-24 23:00:41 +0900 | [diff] [blame] | 63 | "android.hardware.vibrator-V2-ndk_platform", |
Steven Moreland | 8aca902 | 2020-01-06 13:40:50 -0800 | [diff] [blame] | 64 | "android.hardware.vibrator-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 65 | "android.hardware.weaver-V1-ndk_platform", |
| 66 | "android.hardware.weaver-ndk_platform", |
ChengYou Ho | 4b197e1 | 2021-01-20 01:57:20 +0800 | [diff] [blame] | 67 | "android.hardware.weaver-unstable-ndk_platform", |
Jeongik Cha | f5c418c | 2021-01-22 16:54:03 +0900 | [diff] [blame] | 68 | "android.system.keystore2-V1-ndk_platform", |
| 69 | "android.system.keystore2-ndk_platform", |
Janis Danisevskis | e8f655c | 2020-09-30 14:45:28 -0700 | [diff] [blame] | 70 | "android.system.keystore2-unstable-ndk_platform", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 71 | "libbinder", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 72 | "libcrypto", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 73 | "libexpat", |
Albal Tai | 7667b62 | 2020-02-19 06:17:51 +0000 | [diff] [blame] | 74 | "libgatekeeper", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 75 | "libgui", |
Albal Tai | 7667b62 | 2020-02-19 06:17:51 +0000 | [diff] [blame] | 76 | "libhidlcache", |
| 77 | "libkeymaster_messages", |
| 78 | "libkeymaster_portable", |
| 79 | "libmedia_omx", |
| 80 | "libpuresoftkeymasterdevice", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 81 | "libselinux", |
Albal Tai | 7667b62 | 2020-02-19 06:17:51 +0000 | [diff] [blame] | 82 | "libsoftkeymasterdevice", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 83 | "libsqlite", |
| 84 | "libssl", |
Albal Tai | 7667b62 | 2020-02-19 06:17:51 +0000 | [diff] [blame] | 85 | "libstagefright_bufferpool@2.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 86 | "libstagefright_bufferqueue_helper", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 87 | "libstagefright_foundation", |
| 88 | "libstagefright_omx", |
| 89 | "libstagefright_omx_utils", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 90 | "libstagefright_xmlparser", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 91 | "libui", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 92 | "libxml2", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 93 | } |