2018-11-13 12:19:56 +08:00
|
|
|
// Copyright 2019 Google Inc. All rights reserved.
|
|
|
|
//
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
// you may not use this file except in compliance with the License.
|
|
|
|
// You may obtain a copy of the License at
|
|
|
|
//
|
|
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
//
|
|
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
|
|
|
|
package config
|
|
|
|
|
|
|
|
// List of VNDK libraries that have different core variant and vendor variant.
|
|
|
|
// For these libraries, the vendor variants must be installed even if the device
|
|
|
|
// has VndkUseCoreVariant set.
|
2021-01-22 15:54:03 +08:00
|
|
|
// TODO(b/150578172): clean up unstable and non-versioned aidl module
|
2018-11-13 12:19:56 +08:00
|
|
|
var VndkMustUseVendorVariantList = []string{
|
2020-12-30 04:02:56 +08:00
|
|
|
"android.hardware.authsecret-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.authsecret-ndk_platform",
|
|
|
|
"android.hardware.authsecret-V1-ndk_platform",
|
2020-01-07 06:30:53 +08:00
|
|
|
"android.hardware.automotive.occupant_awareness-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.automotive.occupant_awareness-V1-ndk_platform",
|
2020-09-18 11:11:42 +08:00
|
|
|
"android.hardware.gnss-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.gnss-ndk_platform",
|
|
|
|
"android.hardware.gnss-V1-ndk_platform",
|
|
|
|
"android.hardware.health.storage-V1-ndk_platform",
|
2021-01-14 08:06:11 +08:00
|
|
|
"android.hardware.health.storage-ndk_platform",
|
|
|
|
"android.hardware.health.storage-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.light-V1-ndk_platform",
|
2020-01-23 02:22:52 +08:00
|
|
|
"android.hardware.light-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.identity-V2-ndk_platform",
|
2021-05-24 22:00:41 +08:00
|
|
|
"android.hardware.identity-V3-ndk_platform",
|
2020-02-12 23:02:20 +08:00
|
|
|
"android.hardware.identity-ndk_platform",
|
2020-02-19 14:17:51 +08:00
|
|
|
"android.hardware.nfc@1.2",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.memtrack-V1-ndk_platform",
|
|
|
|
"android.hardware.memtrack-ndk_platform",
|
2020-12-10 08:15:20 +08:00
|
|
|
"android.hardware.memtrack-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.oemlock-V1-ndk_platform",
|
|
|
|
"android.hardware.oemlock-ndk_platform",
|
2021-01-01 12:50:37 +08:00
|
|
|
"android.hardware.oemlock-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.power-V1-ndk_platform",
|
2021-05-24 22:00:41 +08:00
|
|
|
"android.hardware.power-V2-ndk_platform",
|
2020-01-15 09:31:10 +08:00
|
|
|
"android.hardware.power-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.power.stats-V1-ndk_platform",
|
2020-10-06 23:36:33 +08:00
|
|
|
"android.hardware.power.stats-ndk_platform",
|
|
|
|
"android.hardware.power.stats-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.rebootescrow-V1-ndk_platform",
|
2020-01-07 05:22:03 +08:00
|
|
|
"android.hardware.rebootescrow-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.security.keymint-V1-ndk_platform",
|
|
|
|
"android.hardware.security.keymint-ndk_platform",
|
2020-12-11 21:06:36 +08:00
|
|
|
"android.hardware.security.keymint-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.security.secureclock-V1-ndk_platform",
|
2020-12-08 06:22:19 +08:00
|
|
|
"android.hardware.security.secureclock-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.security.secureclock-ndk_platform",
|
|
|
|
"android.hardware.security.sharedsecret-V1-ndk_platform",
|
2020-12-08 06:22:19 +08:00
|
|
|
"android.hardware.security.sharedsecret-ndk_platform",
|
|
|
|
"android.hardware.security.sharedsecret-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.vibrator-V1-ndk_platform",
|
2021-05-24 22:00:41 +08:00
|
|
|
"android.hardware.vibrator-V2-ndk_platform",
|
2020-01-07 05:40:50 +08:00
|
|
|
"android.hardware.vibrator-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.hardware.weaver-V1-ndk_platform",
|
|
|
|
"android.hardware.weaver-ndk_platform",
|
2021-01-20 01:57:20 +08:00
|
|
|
"android.hardware.weaver-unstable-ndk_platform",
|
2021-01-22 15:54:03 +08:00
|
|
|
"android.system.keystore2-V1-ndk_platform",
|
|
|
|
"android.system.keystore2-ndk_platform",
|
2020-10-01 05:45:28 +08:00
|
|
|
"android.system.keystore2-unstable-ndk_platform",
|
2018-11-13 12:19:56 +08:00
|
|
|
"libbinder",
|
|
|
|
"libcrypto",
|
|
|
|
"libexpat",
|
2020-02-19 14:17:51 +08:00
|
|
|
"libgatekeeper",
|
2018-11-13 12:19:56 +08:00
|
|
|
"libgui",
|
2020-02-19 14:17:51 +08:00
|
|
|
"libhidlcache",
|
|
|
|
"libkeymaster_messages",
|
|
|
|
"libkeymaster_portable",
|
|
|
|
"libmedia_omx",
|
|
|
|
"libpuresoftkeymasterdevice",
|
2018-11-13 12:19:56 +08:00
|
|
|
"libselinux",
|
2020-02-19 14:17:51 +08:00
|
|
|
"libsoftkeymasterdevice",
|
2018-11-13 12:19:56 +08:00
|
|
|
"libsqlite",
|
|
|
|
"libssl",
|
2020-02-19 14:17:51 +08:00
|
|
|
"libstagefright_bufferpool@2.0",
|
2018-11-13 12:19:56 +08:00
|
|
|
"libstagefright_bufferqueue_helper",
|
|
|
|
"libstagefright_foundation",
|
|
|
|
"libstagefright_omx",
|
|
|
|
"libstagefright_omx_utils",
|
|
|
|
"libstagefright_xmlparser",
|
|
|
|
"libui",
|
|
|
|
"libxml2",
|
|
|
|
}
|