aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}