Don't set _FILE_OFFSET_BITS.

bionic doesn't support this for stdio on LP32 (and we don't think we ever
can, for ABI reasons), and LP64 you don't need to ask --- file offsets are
always 64-bit there.

This lets us move other parts of the tree (that don't use stdio) over to
64-bit offsets.

Bug: 11865851
Change-Id: I392c5757ae30da479f9ea0979afde1404f0af561
1 file changed
tree: 717128c3039bf4ab6ebc5f9736e04e0042793a26
  1. include/
  2. libFLAC/
  3. Android.mk
  4. config.h
  5. MODULE_LICENSE_BSD_LIKE
  6. NOTICE