aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2023-05-25 15:14:30 +0900
committerJiyong Park <jiyong@google.com>2023-05-25 15:14:39 +0900
commit393ff671f01854f367815f3279c755bdbc849372 (patch)
treefe0cc636fdece475a68bd5860f23e30404bcf14a
parente82455bef28185e772f4921fe5afbc13b4a5ae68 (diff)
downloadarm-trusted-firmware-393ff671f01854f367815f3279c755bdbc849372.tar.gz
Export headers using cc_library_headers
This is needed to consume these headers in other cc_* modules. Bug: N/A Test: m pvmfw_img Change-Id: I597e886555c990a7404beaec8716c373a3223a7a
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 5ed8e12e5..71aadf8c3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,7 +10,8 @@ license {
license_text: ["LICENSE"],
}
-filegroup {
+cc_library_headers {
name: "arm_dt_bindings_headers",
- srcs: ["include/dt-bindings/**/*.h"],
+ export_include_dirs: ["include"],
+ host_supported: true,
}