Hey John,
On Fri, Mar 16, 2018 at 10:48 PM, John Stultz john.stultz@linaro.org wrote:
LOCAL_C_INCLUDES := \
external/drm_gralloc \
external/libdrm/android \ system/core/libsync
This shouldn't be necessary if libdrm correctly exports its headers, but it seems that it only did for the static variant of the library. I've sent a patch to fix that, then the explicit path here can be dropped.
Thanks, Stefan