aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e165e93..97dbe73 100644
--- a/Android.bp
+++ b/Android.bp
@@ -73,3 +73,17 @@ cc_binary_host {
stl: "none",
static_executable: true,
}
+
+cc_library_headers {
+ name: "wmediumd_headers",
+ export_include_dirs: [
+ ".",
+ ],
+ visibility: [
+ "//device/google/cuttlefish/host/libs/wmediumd_controller",
+ "//device/google/cuttlefish/host/commands/wmediumd_control",
+ ],
+ stl: "none",
+ host_supported: true,
+ vendor_available: true,
+}