You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix include directories and generated header files in Android.bp
The build artifact of libva has va_drm.h in va/ directory. This
is done by va/drm/Makefile.am in libva. Therefore, code typically
includes va/va_drm.h. This CL modifies Android.bp so
`libva_gen_headers` copy va_drm.h in va/ directory and `libva` sets
include path to the generated headers.
0 commit comments