commit | 1d77b719d51a01cbd6954a048fb64e79d50a950e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 17 15:46:13 2017 -0800 |
committer | Mathias Agopian <mathias@google.com> | Sat Feb 18 02:58:01 2017 +0000 |
tree | 6fdf2514d2408abbf005e3c5eaebbe78c8182f57 | |
parent | 8cf14180db76d23afc4d65883d77d886c748eafa [diff] [blame] |
move vector math out of libui created a new header-only static libmath lib Test: built & ran Bug: n/a Change-Id: Ic63ef5f54d9a0de07a9ab9e4d67be01ab6169fc0
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp index ea18644..d1bfa18 100644 --- a/libs/ui/Android.bp +++ b/libs/ui/Android.bp
@@ -78,9 +78,13 @@ static_libs: [ "libarect", + "libmath", ], - export_static_lib_headers: ["libarect"], + export_static_lib_headers: [ + "libarect", + "libmath", + ], } subdirs = ["tests"]