commit | 33603ae9c52fe60ff7e19703b88599a227788189 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Tue Sep 27 10:42:53 2016 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Thu Sep 29 17:15:22 2016 -0700 |
tree | b59f9a785b3082fa3304b0781bd6452f35fa09fb | |
parent | 29d5936cd712dbf2edd146695ead89a3f4268a50 [diff] |
MIDI: fix building of properties for the native side A couple of MIDI device's properties (related to ALSA) are of int type and can't be transferred as a string. Fixed the code. As we whitelist properties that can go into native, there is no need to expect other type of properties besides ints and strings. Bug: 25945784 Change-Id: I008731d0ffee60c31be0bfddb15dcd1425e4b88e Test: using a PoC app