summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2022-10-25 17:09:08 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-10-25 17:09:08 +0000
commit77f3da77c9aa5d7bb504ee72da5a21314f28eb9e (patch)
tree9e30cb4d4015806d49567d6930a95c644c827a59
parent0c5d8ab88537901d40337abb2d0b26305254514d (diff)
parent0bb757a589f12181235674f0b7d389709b9ae2ed (diff)
Merge "Export libarect_headers to llndk api surface"
-rw-r--r--libs/arect/Android.bp3
-rw-r--r--libs/nativewindow/Android.bp9
2 files changed, 8 insertions, 4 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index 76e3e66749..5e539f24e1 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -49,6 +49,9 @@ cc_library_headers {
"com.android.media",
"com.android.media.swcodec",
],
+ llndk: {
+ llndk_headers: true,
+ },
}
cc_library_static {
diff --git a/libs/nativewindow/Android.bp b/libs/nativewindow/Android.bp
index d7db6bd174..cedc522f3e 100644
--- a/libs/nativewindow/Android.bp
+++ b/libs/nativewindow/Android.bp
@@ -74,6 +74,9 @@ cc_library {
override_export_include_dirs: [
"include",
],
+ export_llndk_headers: [
+ "libarect_headers",
+ ],
},
export_include_dirs: [
"include",
@@ -108,16 +111,14 @@ cc_library {
],
header_libs: [
+ "libarect_headers",
"libnativebase_headers",
"libnativewindow_headers",
],
// headers we include in our public headers
- export_static_lib_headers: [
- "libarect",
- ],
-
export_header_lib_headers: [
+ "libarect_headers",
"libnativebase_headers",
],