diff options
author | Chih-Wei Huang <[email protected]> | 2016-10-28 17:54:17 +0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-02 14:43:26 +0000 |
commit | e3e5b1a4884666ec806d4eb0188826578580d666 (patch) | |
tree | 910d2e5f5b07a207000c13e5dcc1b6fdc3bb5b46 /src/vulkan/wsi | |
parent | 1ef505bb02b00a577c33e1af27d983abd14465e7 (diff) |
android: avoid using libdrm with host modules
Note LOCAL_CFLAGS and LOCAL_SHARED_LIBRARIES in Android.common.mk
are used by both host and target modules. However, commit 112e988
moved libdrm related flags to common. It causes the errors like:
error: 'out/host/linux-x86/obj32/SHARED_LIBRARIES/libdrm_intermediates/export_includes',
needed by 'out/host/linux-x86/obj32/EXECUTABLES/mesa_gen_matypes_intermediates/import_includes',
missing and no known rule to make it
No reason to use libdrm with host modules.
Cc: "13.0" <[email protected]>
Fixes: 112e988329b ("Android: move libdrm settings to top-level
Android.common.mk")
Signed-off-by: Chih-Wei Huang <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/vulkan/wsi')
0 files changed, 0 insertions, 0 deletions