commit | 370985d00a04c0d6977929cd8daf05c932443b0d | [log] [tgz] |
---|---|---|
author | Peng Xu <pengxu@google.com> | Fri Mar 04 11:09:24 2016 -0800 |
committer | Peng Xu <pengxu@google.com> | Wed Mar 23 17:51:02 2016 +0000 |
tree | b46c754da6bf60d4417548c8f1b0db10e97a496c | |
parent | 10ae65d226ac9205d53fabc3b9c9e53e1c642076 [diff] |
[Sensor] Add a constant to match native header This CL add private sensor type base constant to java file to match C header file. It is defined that all vendor sensor types have to be >= 0x10000. There is a constant in sensor.h for reference. However, there is no such constant defined in Sensor.java before. This CL adds it. Change-Id: Ia8f8c06583c62879e51779815051c346f1a9cd14 (cherry picked from commit 1795e14dab0367fdd77f2c1eee6b4fd39d1c5902)