16acbc0e0Smrg//
26acbc0e0Smrg// Copyright © 2011 Intel Corporation
36acbc0e0Smrg//
46acbc0e0Smrg// Permission is hereby granted, free of charge, to any person obtaining a
56acbc0e0Smrg// copy of this software and associated documentation files (the "Software"),
66acbc0e0Smrg// to deal in the Software without restriction, including without limitation
76acbc0e0Smrg// the rights to use, copy, modify, merge, publish, distribute, sublicense,
86acbc0e0Smrg// and/or sell copies of the Software, and to permit persons to whom the
96acbc0e0Smrg// Software is furnished to do so, subject to the following conditions:
106acbc0e0Smrg//
116acbc0e0Smrg// The above copyright notice and this permission notice (including the next
126acbc0e0Smrg// paragraph) shall be included in all copies or substantial portions of the
136acbc0e0Smrg// Software.
146acbc0e0Smrg//
156acbc0e0Smrg// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166acbc0e0Smrg// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
176acbc0e0Smrg// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
186acbc0e0Smrg// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
196acbc0e0Smrg// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
206acbc0e0Smrg// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
216acbc0e0Smrg// IN THE SOFTWARE.
226acbc0e0Smrg//
236acbc0e0Smrg
246acbc0e0Smrgbuild = ["Android.sources.bp"]
256acbc0e0Smrg
266acbc0e0Smrgcc_library_shared {
276acbc0e0Smrg    name: "libdrm_intel",
286acbc0e0Smrg    defaults: [
296acbc0e0Smrg        "libdrm_defaults",
306acbc0e0Smrg        "libdrm_intel_sources",
316acbc0e0Smrg    ],
326acbc0e0Smrg    vendor: true,
336acbc0e0Smrg
346acbc0e0Smrg    // Removed dependency to libpciaccess: not used on Android
356acbc0e0Smrg    shared_libs: ["libdrm"],
366acbc0e0Smrg}
37