From 5700685f0191dde8b929847f540b4fed4352447c Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Sat, 5 Dec 2020 01:59:15 +0000 Subject: [PATCH] Remove ignored annotations. HIDL never validated these, and these will be logspam/errors now (error for interfaces where a new annotation, @SensitiveData, is important not to have typoes, but warnings where otherwise the annotation is inconsequential). Bug: 173732508 Test: builds w/o warnings/errors Change-Id: Ic95d58098fa0104a3a7f1c85644ab1a015bcdd19 --- current.txt | 3 +++ gnss/1.0/IAGnssCallback.hal | 1 - renderscript/1.0/types.hal | 1 - soundtrigger/2.1/ISoundTriggerHwCallback.hal | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/current.txt b/current.txt index cbf965f739..1d80797fc1 100644 --- a/current.txt +++ b/current.txt @@ -770,12 +770,15 @@ a64467bae843569f0d465c5be7f0c7a5b987985b55a3ef4794dd5afc68538650 android.hardwar 2c331a9605f3a08d9c1e0a36169ca57758bc43c11a78ef3f3730509885e52c15 android.hardware.graphics.composer@2.4::IComposerClient 3da3ce039247872d95c6bd48621dbfdfa1c2d2a91a90f257862f87ee2bc46300 android.hardware.health@2.1::types 9679f27a42f75781c8993ef163ed92808a1928de186639834841d0b8e326e63d android.hardware.gatekeeper@1.0::IGatekeeper +9c4eb603d7b9ad675a14edb6180681c5a78da5c6bdc7755853912c974a21f7e5 android.hardware.gnss@1.0::IAGnssCallback 40456eb90ea88b62d18ad3fbf1da8917981cd55ac04ce69c8e058d49ff5beff4 android.hardware.keymaster@3.0::IKeymasterDevice 6017b4f2481feb0fffceae81c62bc372c898998b2d8fe69fbd39859d3a315e5e android.hardware.keymaster@4.0::IKeymasterDevice dabe23dde7c9e3ad65c61def7392f186d7efe7f4216f9b6f9cf0863745b1a9f4 android.hardware.keymaster@4.1::IKeymasterDevice cd84ab19c590e0e73dd2307b591a3093ee18147ef95e6d5418644463a6620076 android.hardware.neuralnetworks@1.2::IDevice 9625e85f56515ad2cf87b6a1847906db669f746ea4ab02cd3d4ca25abc9b0109 android.hardware.neuralnetworks@1.2::types 9e758e208d14f7256e0885d6d8ad0b61121b21d8c313864f981727ae55bffd16 android.hardware.neuralnetworks@1.3::types +e8c86c69c438da8d1549856c1bb3e2d1b8da52722f8235ff49a30f2cce91742c android.hardware.soundtrigger@2.1::ISoundTriggerHwCallback +b9fbb6e2e061ed0960939d48b785e9700210add1f13ed32ecd688d0f1ca20ef7 android.hardware.renderscript@1.0::types 0f53d70e1eadf8d987766db4bf6ae2048004682168f4cab118da576787def3fa android.hardware.radio@1.0::types 38d65fb20c60a5b823298560fc0825457ecdc49603a4b4e94bf81511790737da android.hardware.radio@1.4::types 954c334efd80e8869b66d1ce5fe2755712d96ba4b3c38d415739c330af5fb4cb android.hardware.radio@1.5::types diff --git a/gnss/1.0/IAGnssCallback.hal b/gnss/1.0/IAGnssCallback.hal index 81f168904f..11a6a5d2ae 100644 --- a/gnss/1.0/IAGnssCallback.hal +++ b/gnss/1.0/IAGnssCallback.hal @@ -42,7 +42,6 @@ interface IAGnssCallback { /** * Represents the status of AGNSS augmented to support IPv4. */ - @export(name="", value_prefix="GPS_") struct AGnssStatusIpV4 { AGnssType type; AGnssStatusValue status; diff --git a/renderscript/1.0/types.hal b/renderscript/1.0/types.hal index 7c32188c88..bb39baa6cc 100644 --- a/renderscript/1.0/types.hal +++ b/renderscript/1.0/types.hal @@ -170,7 +170,6 @@ enum ForEachStrategy : int32_t { }; // Script to Script -@export(name="RsScriptCall") struct ScriptCall { ForEachStrategy strategy; uint32_t xStart; diff --git a/soundtrigger/2.1/ISoundTriggerHwCallback.hal b/soundtrigger/2.1/ISoundTriggerHwCallback.hal index 42e851b8de..b7720b6ae3 100644 --- a/soundtrigger/2.1/ISoundTriggerHwCallback.hal +++ b/soundtrigger/2.1/ISoundTriggerHwCallback.hal @@ -22,7 +22,6 @@ import @2.0::PhraseRecognitionExtra; /** * SoundTrigger HAL Callback interface. Obtained during SoundTrigger setup. */ -@hidl_callback interface ISoundTriggerHwCallback extends @2.0::ISoundTriggerHwCallback { /**