Merge "Revert "Another round of no-vendor-variant VNDK whitelist cleanup""
This commit is contained in:
commit
ae83ce656d
|
@ -19,15 +19,24 @@ package config
|
||||||
// has VndkUseCoreVariant set.
|
// has VndkUseCoreVariant set.
|
||||||
var VndkMustUseVendorVariantList = []string{
|
var VndkMustUseVendorVariantList = []string{
|
||||||
"android.hardware.light-ndk_platform",
|
"android.hardware.light-ndk_platform",
|
||||||
|
"android.hardware.nfc@1.2",
|
||||||
"android.hardware.power-ndk_platform",
|
"android.hardware.power-ndk_platform",
|
||||||
"android.hardware.vibrator-ndk_platform",
|
"android.hardware.vibrator-ndk_platform",
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libcrypto",
|
"libcrypto",
|
||||||
"libexpat",
|
"libexpat",
|
||||||
|
"libgatekeeper",
|
||||||
"libgui",
|
"libgui",
|
||||||
|
"libhidlcache",
|
||||||
|
"libkeymaster_messages",
|
||||||
|
"libkeymaster_portable",
|
||||||
|
"libmedia_omx",
|
||||||
|
"libpuresoftkeymasterdevice",
|
||||||
"libselinux",
|
"libselinux",
|
||||||
|
"libsoftkeymasterdevice",
|
||||||
"libsqlite",
|
"libsqlite",
|
||||||
"libssl",
|
"libssl",
|
||||||
|
"libstagefright_bufferpool@2.0",
|
||||||
"libstagefright_bufferqueue_helper",
|
"libstagefright_bufferqueue_helper",
|
||||||
"libstagefright_foundation",
|
"libstagefright_foundation",
|
||||||
"libstagefright_omx",
|
"libstagefright_omx",
|
||||||
|
|
Loading…
Reference in New Issue