diff options
| author | 2019-03-22 08:18:38 -0700 | |
|---|---|---|
| committer | 2019-03-22 08:18:38 -0700 | |
| commit | 6648e0d45b941f9a179c780ffbf84a60854f87b0 (patch) | |
| tree | 269363e6cf21ab47f7feb0c70bb1e5e6657d1523 | |
| parent | 8760599e7bc474f5a4e57352f0395033d1d1addc (diff) | |
Export libnativewindow_headers from libui_headers
Test: Builds
Bug: 118715870
Change-Id: I849dad79f0063d3669d4467373b21b86ea876059
| -rw-r--r-- | libs/ui/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp index e521b613a0..755418e706 100644 --- a/libs/ui/Android.bp +++ b/libs/ui/Android.bp @@ -167,6 +167,12 @@ cc_library_headers { override_export_include_dirs: ["include_vndk"], }, }, + header_libs: [ + "libnativewindow_headers", + ], + export_header_lib_headers: [ + "libnativewindow_headers", + ], } subdirs = [ |