From 26f365b81019a267d6297813314befaea9c494a0 Mon Sep 17 00:00:00 2001 From: Matej Pfajfar Date: Tue, 16 Jun 2020 20:22:12 +0100 Subject: [PATCH] Change 'blacklist' to 'disallow' Bug: None Test: mma Test: atest Change-Id: I6d1bc4f1cd95a56287127918f4c8111cafd6e833 Merged-In: I6d1bc4f1cd95a56287127918f4c8111cafd6e833 (cherry picked from commit 1bdd58dcf665fe337a8f79adb664e33efe898bd7) --- current.txt | 1 + neuralnetworks/1.2/IDevice.hal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/current.txt b/current.txt index f03cf703c8..6c06149d22 100644 --- a/current.txt +++ b/current.txt @@ -656,6 +656,7 @@ fcbb0742a88215ee7a6d7ce0825d253eb2b50391fc6c8c48667f9fd7f6d4549e android.hardwar b809193970a91ca637a4b0184767315601d32e3ef3d5992ffbc7a8d14a14f015 android.hardware.radio@1.5::IRadioResponse # 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 diff --git a/neuralnetworks/1.2/IDevice.hal b/neuralnetworks/1.2/IDevice.hal index ff20c12867..5fb339f1d9 100644 --- a/neuralnetworks/1.2/IDevice.hal +++ b/neuralnetworks/1.2/IDevice.hal @@ -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.