Blame intel/Android.mk

Packit Service 856e4e
#
Packit Service 856e4e
# Copyright © 2011 Intel Corporation
Packit Service 856e4e
#
Packit Service 856e4e
# Permission is hereby granted, free of charge, to any person obtaining a
Packit Service 856e4e
# copy of this software and associated documentation files (the "Software"),
Packit Service 856e4e
# to deal in the Software without restriction, including without limitation
Packit Service 856e4e
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
Packit Service 856e4e
# and/or sell copies of the Software, and to permit persons to whom the
Packit Service 856e4e
# Software is furnished to do so, subject to the following conditions:
Packit Service 856e4e
#
Packit Service 856e4e
# The above copyright notice and this permission notice (including the next
Packit Service 856e4e
# paragraph) shall be included in all copies or substantial portions of the
Packit Service 856e4e
# Software.
Packit Service 856e4e
#
Packit Service 856e4e
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit Service 856e4e
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit Service 856e4e
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
Packit Service 856e4e
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit Service 856e4e
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit Service 856e4e
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
Packit Service 856e4e
# IN THE SOFTWARE.
Packit Service 856e4e
#
Packit Service 856e4e
Packit Service 856e4e
LOCAL_PATH := $(call my-dir)
Packit Service 856e4e
include $(CLEAR_VARS)
Packit Service 856e4e
Packit Service 856e4e
# Import variables LIBDRM_INTEL_FILES, LIBDRM_INTEL_H_FILES
Packit Service 856e4e
include $(LOCAL_PATH)/Makefile.sources
Packit Service 856e4e
Packit Service 856e4e
LOCAL_MODULE := libdrm_intel
Packit Service 856e4e
Packit Service 856e4e
LOCAL_SRC_FILES := $(LIBDRM_INTEL_FILES)
Packit Service 856e4e
Packit Service 856e4e
LOCAL_SHARED_LIBRARIES := \
Packit Service 856e4e
	libdrm
Packit Service 856e4e
Packit Service 856e4e
include $(LIBDRM_COMMON_MK)
Packit Service 856e4e
include $(BUILD_SHARED_LIBRARY)