From 3189a094b2ddd03528ff6f2222a00e3a0fcbee48 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Fri, 28 Aug 2020 13:39:15 -0700 Subject: ANDROID: Add target/device support Support building libepoxy.so for an Android guest. Change-Id: I4f2348b55ffc0f7cf951b60ed7c3a1c4fc6fded5 --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 65921cb..1b85cf3 100644 --- a/Android.bp +++ b/Android.bp @@ -14,8 +14,9 @@ // limitations under the License. // -cc_library_host_shared { +cc_library { name: "libepoxy", + host_supported: true, cflags: ["-Wno-unused-parameter"], local_include_dirs: [ "prebuilt-intermediates", -- cgit v1.2.3