Add the needed Android API level predicates.
authorWan-Teh Chang <wtc@google.com>
Thu, 30 Nov 2023 22:27:06 +0000 (14:27 -0800)
committerJerome Jiang <jianj@google.com>
Wed, 6 Dec 2023 23:57:20 +0000 (18:57 -0500)
commitc3b821fd4a76d2ad3d1582ed9fa1221375b5c242
treea3413f38cc926c5ef04e24df3f2e8af022111546
parentebca0ab6fa7862d3e511bf579446c5bc6f70bf4f
Add the needed Android API level predicates.

fseeko and ftello are available on Android only from API level 24. Add
the needed guards for these functions.

Suggested by Yifan Yang.

Change-Id: I3a6721d31e1d961ab10b434ea6e92959bd5a70ab
(cherry picked from commit bf0755418357237f6ea4794dfab3c474d06a0937)
tools_common.h