blob: 2894f897aa11bc30d3eb7defa6db6e83dc87cce2 [file] [log] [blame]
Vic Yangefd249e2018-11-12 20:19:56 -08001// 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
15package 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 Chaf5c418c2021-01-22 16:54:03 +090020// TODO(b/150578172): clean up unstable and non-versioned aidl module
Vic Yangefd249e2018-11-12 20:19:56 -080021var VndkMustUseVendorVariantList = []string{
ChengYou Ho50ab3ff2020-12-30 04:02:56 +080022 "android.hardware.authsecret-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090023 "android.hardware.authsecret-ndk_platform",
24 "android.hardware.authsecret-V1-ndk_platform",
Tim Joines5af27902020-01-06 14:30:53 -080025 "android.hardware.automotive.occupant_awareness-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090026 "android.hardware.automotive.occupant_awareness-V1-ndk_platform",
Yu-Han Yang613712c2020-09-17 20:11:42 -070027 "android.hardware.gnss-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090028 "android.hardware.gnss-ndk_platform",
29 "android.hardware.gnss-V1-ndk_platform",
30 "android.hardware.health.storage-V1-ndk_platform",
Yifan Hongcaaef4d2021-01-13 16:06:11 -080031 "android.hardware.health.storage-ndk_platform",
32 "android.hardware.health.storage-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090033 "android.hardware.light-V1-ndk_platform",
Ivailo Karamanolev1415cb82020-01-22 19:22:52 +010034 "android.hardware.light-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090035 "android.hardware.identity-V2-ndk_platform",
Jiyong Parkc110a432021-05-24 23:00:41 +090036 "android.hardware.identity-V3-ndk_platform",
David Zeuthenb71fe842020-02-12 10:02:20 -050037 "android.hardware.identity-ndk_platform",
Albal Tai7667b622020-02-19 06:17:51 +000038 "android.hardware.nfc@1.2",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090039 "android.hardware.memtrack-V1-ndk_platform",
40 "android.hardware.memtrack-ndk_platform",
Kalesh Singh7b63b262020-12-09 19:15:20 -050041 "android.hardware.memtrack-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090042 "android.hardware.oemlock-V1-ndk_platform",
43 "android.hardware.oemlock-ndk_platform",
ChengYou Ho142b28a2021-01-01 12:50:37 +080044 "android.hardware.oemlock-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090045 "android.hardware.power-V1-ndk_platform",
Jiyong Parkc110a432021-05-24 23:00:41 +090046 "android.hardware.power-V2-ndk_platform",
Wei Wang6c016182020-01-14 17:31:10 -080047 "android.hardware.power-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090048 "android.hardware.power.stats-V1-ndk_platform",
Benjamin Schwartz399394b2020-10-06 08:36:33 -070049 "android.hardware.power.stats-ndk_platform",
50 "android.hardware.power.stats-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090051 "android.hardware.rebootescrow-V1-ndk_platform",
Steven Morelandde0bac52020-01-06 13:22:03 -080052 "android.hardware.rebootescrow-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090053 "android.hardware.security.keymint-V1-ndk_platform",
54 "android.hardware.security.keymint-ndk_platform",
Shawn Willden7831d3e2020-12-11 06:06:36 -070055 "android.hardware.security.keymint-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090056 "android.hardware.security.secureclock-V1-ndk_platform",
Chirag Pathakcfa22052020-12-07 22:22:19 +000057 "android.hardware.security.secureclock-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090058 "android.hardware.security.secureclock-ndk_platform",
59 "android.hardware.security.sharedsecret-V1-ndk_platform",
Chirag Pathakcfa22052020-12-07 22:22:19 +000060 "android.hardware.security.sharedsecret-ndk_platform",
61 "android.hardware.security.sharedsecret-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090062 "android.hardware.vibrator-V1-ndk_platform",
Jiyong Parkc110a432021-05-24 23:00:41 +090063 "android.hardware.vibrator-V2-ndk_platform",
Steven Moreland8aca9022020-01-06 13:40:50 -080064 "android.hardware.vibrator-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090065 "android.hardware.weaver-V1-ndk_platform",
66 "android.hardware.weaver-ndk_platform",
ChengYou Ho4b197e12021-01-20 01:57:20 +080067 "android.hardware.weaver-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090068 "android.system.keystore2-V1-ndk_platform",
69 "android.system.keystore2-ndk_platform",
Janis Danisevskise8f655c2020-09-30 14:45:28 -070070 "android.system.keystore2-unstable-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080071 "libbinder",
Vic Yangefd249e2018-11-12 20:19:56 -080072 "libcrypto",
Vic Yangefd249e2018-11-12 20:19:56 -080073 "libexpat",
Albal Tai7667b622020-02-19 06:17:51 +000074 "libgatekeeper",
Vic Yangefd249e2018-11-12 20:19:56 -080075 "libgui",
Albal Tai7667b622020-02-19 06:17:51 +000076 "libhidlcache",
77 "libkeymaster_messages",
78 "libkeymaster_portable",
79 "libmedia_omx",
80 "libpuresoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -080081 "libselinux",
Albal Tai7667b622020-02-19 06:17:51 +000082 "libsoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -080083 "libsqlite",
84 "libssl",
Albal Tai7667b622020-02-19 06:17:51 +000085 "libstagefright_bufferpool@2.0",
Vic Yangefd249e2018-11-12 20:19:56 -080086 "libstagefright_bufferqueue_helper",
Vic Yangefd249e2018-11-12 20:19:56 -080087 "libstagefright_foundation",
88 "libstagefright_omx",
89 "libstagefright_omx_utils",
Vic Yangefd249e2018-11-12 20:19:56 -080090 "libstagefright_xmlparser",
Vic Yangefd249e2018-11-12 20:19:56 -080091 "libui",
Vic Yangefd249e2018-11-12 20:19:56 -080092 "libxml2",
Vic Yangefd249e2018-11-12 20:19:56 -080093}