aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tegra/Android.mk')
-rw-r--r--tegra/Android.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/tegra/Android.mk b/tegra/Android.mk
deleted file mode 100644
index cae4ff68..00000000
--- a/tegra/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE := libdrm_tegra
5
6LOCAL_SHARED_LIBRARIES := libdrm
7
8LOCAL_SRC_FILES := tegra.c
9
10LOCAL_CFLAGS := \
11 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 \
12 -Wall -Werror -Wno-unused-variable
13
14LOCAL_SHARED_LIBRARIES := \
15 libdrm
16
17LOCAL_VENDOR_MODULE := true
18
19include $(BUILD_SHARED_LIBRARY)