From 8d1349add1e1c4dbb0f7004d7225a59f903c7293 Mon Sep 17 00:00:00 2001 From: Isaac Chen Date: Thu, 31 Aug 2017 19:05:25 +0800 Subject: [PATCH] Export libui_headers as vndk header only library Emulator EGL uses libui headers and needs to be built successfully when BOARD_VNDK_VERSION is enabled. Bug: 64704866 Test: Built aosp_x86 with BOARD_VNDK_VERSION set to current and BOARD_VNDK_RUNTIME_DISABLE set to true. Booted on x86 emulator. Change-Id: Ic26fc14e61330fcc555501c906a64393afe6145d --- libs/ui/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp index cabe94ef78..59173cbf3d 100644 --- a/libs/ui/Android.bp +++ b/libs/ui/Android.bp @@ -108,4 +108,10 @@ cc_library_shared { ], } +cc_library_headers { + name: "libui_headers", + export_include_dirs: ["include"], + vendor_available: true, +} + subdirs = ["tests"] -- 2.11.0