aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stultz2018-05-01 12:44:24 -0500
committerPraneeth Bajjuri2018-08-23 14:05:24 -0500
commit856bc5ece664349b0f80e6eaeb5242951ea411d2 (patch)
treef3c5993a65ac6a81d39f846045e2a348297b29f7 /omap/Android.sources.bp
parent80cb3b22a2f2d70df46d183f67e7e6f0131f99c6 (diff)
downloadexternal-libdrm-856bc5ece664349b0f80e6eaeb5242951ea411d2.tar.gz
external-libdrm-856bc5ece664349b0f80e6eaeb5242951ea411d2.tar.xz
external-libdrm-856bc5ece664349b0f80e6eaeb5242951ea411d2.zip
libdrm: Switch to Android.bp for omap driverd-pie-core-release
The omap driver got missed in forward porting the change to the Android.bp make files, so fix that. Change-Id: I94dee0852f418090f861a0930c862512083a46ee Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'omap/Android.sources.bp')
-rw-r--r--omap/Android.sources.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/omap/Android.sources.bp b/omap/Android.sources.bp
new file mode 100644
index 00000000..3c7da94a
--- /dev/null
+++ b/omap/Android.sources.bp
@@ -0,0 +1,8 @@
1// Autogenerated with Android.sources.bp.mk
2
3cc_defaults {
4 name: "libdrm_omap_sources",
5 srcs: [
6 "omap_drm.c",
7 ],
8}