From 9d961efd42630793977714c00328e2dd028ca78a Mon Sep 17 00:00:00 2001 From: Ben Lin Date: Wed, 25 Apr 2018 10:17:51 -0700 Subject: Add vendor_available: true to Android.bp. Bug: 78570710 Test: Still builds. Change-Id: I0e6ea3b0680ca80f62dde3f9f25366ef9b40fec8 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 7ac864f..10471bc 100644 --- a/Android.bp +++ b/Android.bp @@ -60,5 +60,6 @@ cc_library_static { ], local_include_dirs: ["xkbcommon/src"], export_include_dirs: ["xkbcommon"], + vendor_available: true, name: "libxkbcommon", } -- cgit v1.2.3