commit | 76bae977078aabb7b8c7d13b90830a123b272ae0 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Wed Feb 20 16:18:25 2019 -0800 |
committer | Xin Li <[email protected]> | Wed Feb 20 16:18:25 2019 -0800 |
tree | f3e1739f666058e1674c1cb01332eed505134b41 | |
parent | 3b5c4988de0a1bbc644caabe0e95247e93483916 [diff] | |
parent | 03d73562e31b56b895732edded7d64b8b8c4fb19 [diff] |
DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master Bug: 120848293 Change-Id: I6c3b67eb9a11ea0cd414ecdbf10d6b14450a53c5
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", ],