commit | d26dc50abbad068cd1a673f204fa538c1c61bdb2 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Nov 29 14:07:27 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Nov 29 14:22:10 2016 -0800 |
tree | c006b438bb938bedb0235a25e848f437cae2ee2a | |
parent | f81ef54bdc010ee35d7926a45fe039059193a346 [diff] [blame] |
Always specify underlying enum type. Bug: 33197891 Test: compiles Change-Id: I3d4822ea9a665708302d3bd1460425fddf1dcda9
diff --git a/audio/2.0/IDevicesFactory.hal b/audio/2.0/IDevicesFactory.hal index a4e6956..f1dc7d3 100644 --- a/audio/2.0/IDevicesFactory.hal +++ b/audio/2.0/IDevicesFactory.hal
@@ -22,7 +22,7 @@ interface IDevicesFactory { typedef android.hardware.audio@2.0::Result Result; - enum Device { + enum Device : int32_t { PRIMARY, A2DP, USB,