aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'omap/Android.bp')
-rw-r--r--omap/Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/omap/Android.bp b/omap/Android.bp
new file mode 100644
index 00000000..05ca7d2d
--- /dev/null
+++ b/omap/Android.bp
@@ -0,0 +1,12 @@
1build = ["Android.sources.bp"]
2
3cc_library_shared {
4 name: "libdrm_omap",
5 defaults: [
6 "libdrm_defaults",
7 "libdrm_omap_sources",
8 ],
9 vendor: true,
10
11 shared_libs: ["libdrm"],
12}