aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'radeon/Android.mk')
-rw-r--r--radeon/Android.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/radeon/Android.mk b/radeon/Android.mk
deleted file mode 100644
index 7bc9cee9..00000000
--- a/radeon/Android.mk
+++ /dev/null
@@ -1,15 +0,0 @@
1LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4# Import variables LIBDRM_RADEON_FILES, LIBDRM_RADEON_H_FILES
5include $(LOCAL_PATH)/Makefile.sources
6
7LOCAL_MODULE := libdrm_radeon
8LOCAL_VENDOR_MODULE := true
9
10LOCAL_SHARED_LIBRARIES := libdrm
11
12LOCAL_SRC_FILES := $(LIBDRM_RADEON_FILES)
13
14include $(LIBDRM_COMMON_MK)
15include $(BUILD_SHARED_LIBRARY)