On Sun, Mar 18, 2018 at 9:30 AM, Stefan Schake stschake@gmail.com wrote:
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.
Sounds good. I've reworked my patch stack to include your change to libdrm and dropped this bit from this patch.
thanks -john