Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34683666 authored by Matej Pfajfar's avatar Matej Pfajfar Committed by Automerger Merge Worker
Browse files

Change 'blacklist' to 'disallow' am: 26f365b8 am: 2d0bac77

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1351587

Change-Id: I4e7fec2b1823cbb7e974be59804cccc38d13614d
parents d44ff18a 2d0bac77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -767,6 +767,7 @@ a64467bae843569f0d465c5be7f0c7a5b987985b55a3ef4794dd5afc68538650 android.hardwar
98592d193a717066facf91428426e5abe211e3bd718bc372e29fb944ddbe6e7c android.hardware.wifi.supplicant@1.3::types

# ABI preserving changes to HALs during Android S
cd84ab19c590e0e73dd2307b591a3093ee18147ef95e6d5418644463a6620076 android.hardware.neuralnetworks@1.2::IDevice

# HALs released in Android S
# NOTE: waiting to freeze HALs until later in the release
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ interface IDevice extends @1.1::IDevice {
     * NNAPI applications filter devices based on their needs:
     *     - An application demands a certain level of performance, but a specific version of
     *       the driver cannot meet that requirement because of a performance regression.
     *       The application can blacklist the driver based on the version provided.
     *       The application can disallow the driver based on the version provided.
     *     - An application has a minimum precision requirement, but certain versions of
     *       the driver cannot meet that requirement because of bugs or certain optimizations.
     *       The application can filter out versions of these drivers.