From fa32e29a1fe81e5472aabc65d3aa25a5af5aec55 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 19 Oct 2017 22:18:23 -0700 Subject: 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 --- amdgpu/Android.bp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 amdgpu/Android.bp (limited to 'amdgpu/Android.bp') diff --git a/amdgpu/Android.bp b/amdgpu/Android.bp new file mode 100644 index 00000000..a63b6174 --- /dev/null +++ b/amdgpu/Android.bp @@ -0,0 +1,11 @@ +build = ["Android.sources.bp"] + +cc_library_shared { + name: "libdrm_amdgpu", + defaults: [ + "libdrm_defaults", + "libdrm_amdgpu_sources", + ], + vendor: true, + shared_libs: ["libdrm"], +} -- cgit v1.2.3-54-g00ecf