commit | e9d3badf4734910e1cf48c54fa17cd8ed63a480f | [log] [tgz] |
---|---|---|
author | Ningyuan Wang <nywang@google.com> | Tue Jun 06 17:23:39 2017 -0700 |
committer | Ningyuan Wang <nywang@google.com> | Tue Jun 06 17:27:28 2017 -0700 |
tree | 5aca27b7dc62526bdfa07a1ad38f094ee483633c | |
parent | f31b8ef6e51ba0ba634f93f2e4e2c1753745c13d [diff] |
wifinative jni: Fix build by changing constexpr to const constexpr is only available from c++11, but old android makefiles do not specify c++11 options. In order to fix that, this changes constexpr to const. Bug: 37207928 Test: compile Change-Id: I75257f19177907ded64f563e1bf8be3a748bf741