You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
350 B
15 lines
350 B
LOCAL_PATH := $(call my-dir) |
|
include $(CLEAR_VARS) |
|
|
|
# Import variables LIBDRM_RADEON_FILES, LIBDRM_RADEON_H_FILES |
|
include $(LOCAL_PATH)/Makefile.sources |
|
|
|
LOCAL_MODULE := libdrm_radeon |
|
LOCAL_VENDOR_MODULE := true |
|
|
|
LOCAL_SHARED_LIBRARIES := libdrm |
|
|
|
LOCAL_SRC_FILES := $(LIBDRM_RADEON_FILES) |
|
|
|
include $(LIBDRM_COMMON_MK) |
|
include $(BUILD_SHARED_LIBRARY)
|
|
|