aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTetsui Ohkubo <tetsui@google.com>2019-02-05 09:23:27 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-05 09:23:27 -0800
commit2abba433677fe782e6250cfe53abf0099713c50a (patch)
tree034f650ce9167e5df9c88a40194d5adede746f63
parent0449d3ff733589918c4ee8091e4b9409ee120b50 (diff)
parent531410ebb3d8034bbbbae61e4a6280eba4edd7c6 (diff)
downloadlibxkbcommon-2abba433677fe782e6250cfe53abf0099713c50a.tar.gz
StaticKCM: Build libxkbcommon also on host.
am: 531410ebb3 Change-Id: Ic648bca87550c62b4b239311c639bdfabe487d8b
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 10471bc..503d42d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,8 @@ cc_library_static {
"-Wno-unused-parameter",
"-Wno-missing-field-initializers",
"-DXLOCALEDIR=\"/usr/share/X11/locale\"",
+ // Needed because libxkbcommon uses GNU extension asprintf().
+ "-D_GNU_SOURCE",
"-DDEFAULT_XKB_LAYOUT=\"us\"",
"-DDEFAULT_XKB_MODEL=\"pc105\"",
"-DDEFAULT_XKB_RULES=\"evdev\"",
@@ -61,5 +63,6 @@ cc_library_static {
local_include_dirs: ["xkbcommon/src"],
export_include_dirs: ["xkbcommon"],
vendor_available: true,
+ host_supported: true,
name: "libxkbcommon",
}