summaryrefslogtreecommitdiff
path: root/host/Android.bp
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2018-08-27 21:35:01 -0700
committerGreg Hartman <ghartman@google.com>2018-08-28 15:00:45 -0700
commitdd45f09d770ea53531f05d3f5890281452ac68d6 (patch)
tree3ae48fa4f49ab8fdf3bd949dd862ca58fac538b3 /host/Android.bp
parent4a52117c9585f94a45b2a46a54fd77adf35e9b53 (diff)
downloadopengl-transport-dd45f09d770ea53531f05d3f5890281452ac68d6.tar.gz
Changes to build a host-side libvirglrender.sotemp_116172357_cuttlefish-testingmaster-cuttlefish-testing-release
BUG: 77276633 Change-Id: Ie6b4ddc5010e35bd7940a5c82e84480460ef542a Test: builds
Diffstat (limited to 'host/Android.bp')
-rw-r--r--host/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/Android.bp b/host/Android.bp
new file mode 100644
index 000000000..5464fac40
--- /dev/null
+++ b/host/Android.bp
@@ -0,0 +1,5 @@
+cc_library_headers {
+ name: "virtio_gpu_uapi_headers",
+ host_supported: true,
+ export_include_dirs: ["linux_uapi"],
+}