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
This commit is contained in:
Derek Sollenberger
2020-02-19 11:51:17 -05:00
parent c5882c4eb6
commit ee538a3a85
7 changed files with 11 additions and 4 deletions

View File

@@ -81,6 +81,8 @@ cc_library_shared {
"libarect",
],
header_libs: [ "libhwui_internal_headers" ],
whole_static_libs: ["libnativedisplay", "libnativewindow"],
export_static_lib_headers: ["libarect"],