summaryrefslogtreecommitdiff
path: root/native/android/Android.bp
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2020-02-19 11:51:17 -0500
committerDerek Sollenberger <djsollen@google.com>2020-02-20 21:50:06 -0500
commitee538a3a8578e684b0d04743a3e5904d622960ba (patch)
treedad2dd129065697c69202dacdd9d9dfa1328b6c9 /native/android/Android.bp
parentc5882c4eb614179c8dad323cbbb115b62bb35f43 (diff)
Cleanup header and build targets for libhwui clients.
Targets that will also be contained within the UI module are allowed to access internal headers. All other targets that depend on libhwui are restricted to using the APEX headers. Bug: 137655431 Test: CtsUiRenderingTestCases Change-Id: Id92e9874dafb98bd79839d45ab8f22ab999689de
Diffstat (limited to 'native/android/Android.bp')
-rw-r--r--native/android/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/android/Android.bp b/native/android/Android.bp
index 257ae7332cc1..0a8ef38303a1 100644
--- a/native/android/Android.bp
+++ b/native/android/Android.bp
@@ -81,6 +81,8 @@ cc_library_shared {
"libarect",
],
+ header_libs: [ "libhwui_internal_headers" ],
+
whole_static_libs: ["libnativedisplay", "libnativewindow"],
export_static_lib_headers: ["libarect"],