[Mesa-dev] [RFC][PATCH 2/5] Android.common.mk: define HAVE_TIMESPEC_GET

Emil Velikov emil.l.velikov at gmail.com
Wed Jul 25 12:34:07 UTC 2018


On 25 July 2018 at 00:21, John Stultz <john.stultz at linaro.org> wrote:
> From: Sumit Semwal <sumit.semwal at linaro.org>
>
> This is a forward port of a patch from the AOSP/master tree:
> https://android.googlesource.com/platform/external/mesa3d/+/bd30b663f55f8af73a0be4446349c5a2d4c641b0%5E%21/
>
> Since https://android-review.googlesource.com/c/718518 added
> timespec_get() to bionic, mesa3d doesn't build due to redefinition
> of timespec_get().
>
Is this bionic commit available all the way back to Android 5?
If not, you should conditionally add the define where needed - see
Android.mk for examples.

-Emil


More information about the mesa-dev mailing list