commit | 6a790884c59b77bc3091d5198f3149cdbf1d4de8 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon May 22 16:21:12 2017 +0900 |
committer | Steven Moreland <smoreland@google.com> | Wed Sep 06 11:02:01 2017 -0700 |
tree | cbd042f2110b221e57de5c9dce74dde091b2e9f5 | |
parent | 5309d7d25fb1192e2303671aebb008541e32c407 [diff] [blame] |
Headers of libui is moved to the local directory This makes clients of libui to be compiled without depending on global headers. Bug: 37731063 Test: sailfish build and boots Test: 'BOARD_VNDK_VERSION=current m libui' successful Change-Id: I6546f57964f2103bf3534fb8266fee4fb7d4678a Merged-In: I6546f57964f2103bf3534fb8266fee4fb7d4678a
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp index 395a98c..d310a92 100644 --- a/libs/ui/Android.bp +++ b/libs/ui/Android.bp
@@ -87,6 +87,8 @@ "libmath", ], + export_include_dirs: ["include"], + export_static_lib_headers: [ "libarect", "libmath",