From 48f0efb302d486600f6a4b3e3bcc61ac6088df81 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 29 Apr 2019 14:22:13 -0700 Subject: [PATCH] soundtrigger: remove '/*' in comment. This is causing C++ compiles of this interface to fail now that these comments get copied into the output. Bug: 130911129 Test: compilation now succeeds Change-Id: Iaa3877620b032b7144e3bab114fbcd1e1483bc8e --- current.txt | 1 + soundtrigger/2.0/ISoundTriggerHwCallback.hal | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/current.txt b/current.txt index f405d5bf76..cea2bed6ab 100644 --- a/current.txt +++ b/current.txt @@ -476,3 +476,4 @@ b53ac9d61c24efb16a2d63a861cef20680f6d57adb244a03b9778c675550628b android.hardwar # ABI preserving changes to HALs during Android R b69a7615c508acf5c5201efd1bfa3262167874fc3594e2db5a3ff93addd8ac75 android.hardware.keymaster@4.0::IKeymasterDevice +1a6e2bd289f22931c526b21916910f1d4c436b7acb9556e4243de4ce8e6cc2e4 android.hardware.soundtrigger@2.0::ISoundTriggerHwCallback diff --git a/soundtrigger/2.0/ISoundTriggerHwCallback.hal b/soundtrigger/2.0/ISoundTriggerHwCallback.hal index 90132d9a8b..84b11c82b3 100644 --- a/soundtrigger/2.0/ISoundTriggerHwCallback.hal +++ b/soundtrigger/2.0/ISoundTriggerHwCallback.hal @@ -46,7 +46,6 @@ interface ISoundTriggerHwCallback { int32_t captureSession; /** * Delay in ms between end of model detection and start of audio - /** * available for capture. A negative value is possible * (e.g. if key phrase is also available for capture */ int32_t captureDelayMs;