Cleanup now that we don't need __NDK_FPABI__.

Test: tools/update_headers.sh && make checkbuild
Bug: None
Change-Id: I1b9986c4d7d5da349a8ad394e8fcf64b87c89fdf
This commit is contained in:
Dan Albert 2017-02-17 11:08:53 -08:00
parent fec0e015ce
commit 4c78ca7e3c
1 changed files with 0 additions and 12 deletions

View File

@ -347,18 +347,6 @@ int __size_mul_overflow(__SIZE_TYPE__ a, __SIZE_TYPE__ b, __SIZE_TYPE__ *result)
}
#endif
/*
* TODO(danalbert): Remove this once we've moved entirely off prebuilts/ndk.
*
* The NDK used to have a __NDK_FPABI__ that was defined to empty for most cases
* but `__attribute__((pcs("aapcs")))` for the now defunct armeabi-v7a-hard ABI.
*
* During the transition from prebuilts/ndk to ndk_headers, we'll have some
* headers that still use __NDK_FPABI__ while the libc headers have stopped
* defining it. In the interim, just provide an empty definition to keep the
* build working.
*/
#define __NDK_FPABI__
#if defined(__clang__)
/*
* Used when we need to check for overflow when multiplying x and y. This