commit | 1044702c35a226f33341f6bdeb47644f71f6c45f | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Mon Nov 02 16:16:17 2020 +0000 |
committer | Jerome Gaillard <jgaillard@google.com> | Mon Nov 02 16:27:11 2020 +0000 |
tree | 3e5592d8d4fe31f98d5fd144bdd809636a57a1d1 | |
parent | 67dd9ce1301f431c4b4a213eabf028aba241c83c [diff] |
Add SQLite to libandroid_runtime for linux host This allows the possibility to use it with Layoutlib/Helium. Test: lunch sdk && m libandroid_runtime Change-Id: I93b1ebec968566aeb9209da607ce8a80489ed060
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index 903ca2a..97ec59e 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp
@@ -96,6 +96,11 @@ "libz", ], }, + linux_glibc: { + srcs: [ + "CursorWindow.cpp", + ], + }, windows: { enabled: true, },