summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2022-09-08 21:44:10 +0000
committer Spandan Das <spandandas@google.com> 2022-09-08 21:44:10 +0000
commit0bddf15fafc3d27a935c0bbf3aa099c6ab6060fc (patch)
treeee0b40d562cfff81cc792df48822789d3f0906ab
parente4344eeca75079e39a5e6770866d941de46ebde6 (diff)
Declare the headers of the ndk_library
This creates a dependency edge between the ndk_library and its headers, which should be a no-op in regular Soong builds. This dependency edge will be used in the Multi-tree project to export the relevant .h files into a well known location Test: m nothing Bug: 239044713 Change-Id: I2d21074b79c201911fb0cea0a521a5623e7f17b3
-rw-r--r--libs/nativewindow/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/nativewindow/Android.bp b/libs/nativewindow/Android.bp
index dd07319791..d7db6bd174 100644
--- a/libs/nativewindow/Android.bp
+++ b/libs/nativewindow/Android.bp
@@ -61,6 +61,9 @@ ndk_library {
// Android O
first_version: "26",
+ export_header_libs: [
+ "libnativewindow_ndk_headers",
+ ],
}
cc_library {