| commit | 6163dc911b10f1e8934109d83c0076ac935b71e7 | [log] [tgz] |
|---|---|---|
| author | Jiyong Park <jiyong@google.com> | Thu Apr 27 17:29:29 2017 +0900 |
| committer | Steven Moreland <smoreland@google.com> | Tue Sep 05 16:39:21 2017 -0700 |
| tree | 6d1be5f4d51a8d1e46795aefb3c40f9a31e5567e | |
| parent | 7e7457f225ab3c4778a46b6d718acad69d305d4e [diff] |
Mark libarect and libmath as vendor_available They are used by libui which is VNDK. Bug: 37731063 Test: sailfish builds and boots Test: BOARD_VNDK_VERSION=current m libui is successful Change-Id: I7ecd9b482f8055aaa159e539d630d0034f4b7074 Merged-In: I7ecd9b482f8055aaa159e539d630d0034f4b7074
diff --git a/libs/math/Android.bp b/libs/math/Android.bp index 3ef8b4a..693bace 100644 --- a/libs/math/Android.bp +++ b/libs/math/Android.bp
@@ -15,6 +15,7 @@ cc_library_static { name: "libmath", host_supported: true, + vendor_available: true, export_include_dirs: ["include"], }