Commit bc6684a
Fix timespec_get not compatiable for AOSP OS Android N14 (#10240)
Summary:
timespec_get was introduced in the pull request D72181347 for the windows time count. The MARCO gate was for ANDROID_API < 29, however, some other AOSP based OS does not support this function too
Reviewed By: larryliu0820
Differential Revision: D731364341 parent 47fb157 commit bc6684a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments