commit | 1f1086252a62be5ef77f8a09bef8fd8b2f35af69 | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <[email protected]> | Wed Jan 16 13:08:16 2019 -0800 |
committer | android-build-merger <[email protected]> | Wed Jan 16 13:08:16 2019 -0800 |
tree | f3e1739f666058e1674c1cb01332eed505134b41 | |
parent | 03d73562e31b56b895732edded7d64b8b8c4fb19 [diff] | |
parent | 3b5c4988de0a1bbc644caabe0e95247e93483916 [diff] |
Merge "Enable libharfbuzz_ng for Windows" am: 256f7714f9 am: 3b5c4988de Change-Id: I28ce609bad3c93551ed2f19c42f36954fff56023
diff --git a/Android.bp b/Android.bp index 9b2581b..93ce028 100644 --- a/Android.bp +++ b/Android.bp
@@ -105,18 +105,22 @@ target: { android: { shared_libs: [ + "libcutils", "libutils", ], }, host: { static_libs: [ + "libcutils", "libutils", ], }, + windows: { + enabled: true, + }, }, shared_libs: [ - "libcutils", "libandroidicu", "liblog", ],