Re: [Mesa-dev] [PATCH 3/8] android: anv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIES

2019-06-25 Thread Eric Engestrom
On Tuesday, 2019-06-25 18:08:29 +0800, Chih-Wei Huang wrote: > The libmesa_anv_entrypoints and libmesa_genxml are dummy libraries. > There is no reason to put them into LOCAL_WHOLE_STATIC_LIBRARIES. > > Move libmesa_vulkan_util to the vulkan HAL which really needs it. > > Signed-off-by: Chih-Wei

[Mesa-dev] [PATCH 3/8] android: anv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIES

2019-06-25 Thread Chih-Wei Huang
The libmesa_anv_entrypoints and libmesa_genxml are dummy libraries. There is no reason to put them into LOCAL_WHOLE_STATIC_LIBRARIES. Move libmesa_vulkan_util to the vulkan HAL which really needs it. Signed-off-by: Chih-Wei Huang --- src/intel/Android.vulkan.mk | 18 +- 1 file