aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2017-10-20 00:18:23 -0500
committerDan Willemsen2017-10-23 14:27:31 -0500
commitfa32e29a1fe81e5472aabc65d3aa25a5af5aec55 (patch)
treeddc9bf3abee1194215f500913f95229b33b928f7 /Android.sources.bp
parentc6ebab75df64ad6ff2be83cd53bb7d02955d7438 (diff)
downloadexternal-libdrm-fa32e29a1fe81e5472aabc65d3aa25a5af5aec55.tar.gz
external-libdrm-fa32e29a1fe81e5472aabc65d3aa25a5af5aec55.tar.xz
external-libdrm-fa32e29a1fe81e5472aabc65d3aa25a5af5aec55.zip
Convert to Android.bp
See build/soong/README.md for more information about Soong. Removes BOARD_GPU_DRIVERS, which wasn't affecting anything, since none of the HAVE_* macros are defined. Even if they were, we'd prefer to compile all of them so that a single library can support multiple boards. Test: mmma external/libdrm Change-Id: Ie01736bce6cf41e3da5040fe5341ade0634b5111
Diffstat (limited to 'Android.sources.bp')
-rw-r--r--Android.sources.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.sources.bp b/Android.sources.bp
new file mode 100644
index 00000000..73356dd8
--- /dev/null
+++ b/Android.sources.bp
@@ -0,0 +1,12 @@
1// Autogenerated with Android.sources.bp.mk
2
3cc_defaults {
4 name: "libdrm_sources",
5 srcs: [
6 "xf86drm.c",
7 "xf86drmHash.c",
8 "xf86drmRandom.c",
9 "xf86drmSL.c",
10 "xf86drmMode.c",
11 ],
12}