aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2017-01-22 10:16:27 -0600
committerEmil Velikov2017-01-27 09:47:13 -0600
commitde5b41ef5ab617e5284596e220bc72f6065919f5 (patch)
tree76a830978b6450eaf90f38ed1349388b58c81eaa /nouveau
parent5403cb39c124c444babec51bd4499971cd86ccfa (diff)
downloadexternal-libdrm-de5b41ef5ab617e5284596e220bc72f6065919f5.tar.gz
external-libdrm-de5b41ef5ab617e5284596e220bc72f6065919f5.tar.xz
external-libdrm-de5b41ef5ab617e5284596e220bc72f6065919f5.zip
android: remove LOCAL_MODULE_TAGS := optional tag
Seems to be the default option since ~2009 with commit 2f31293ba78 "auto import from //branches/cupcake/...@137197". Fleshed out from a larger commit in the AOSP repo/fork. Cc: Dan Willemsen <dwillemsen@google.com> Cc: Chih-Wei Huang <cwhuang@android-x86.org> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'nouveau')
-rw-r--r--nouveau/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/nouveau/Android.mk b/nouveau/Android.mk
index b67d30fc..451f9a73 100644
--- a/nouveau/Android.mk
+++ b/nouveau/Android.mk
@@ -5,7 +5,6 @@ include $(CLEAR_VARS)
5include $(LOCAL_PATH)/Makefile.sources 5include $(LOCAL_PATH)/Makefile.sources
6 6
7LOCAL_MODULE := libdrm_nouveau 7LOCAL_MODULE := libdrm_nouveau
8LOCAL_MODULE_TAGS := optional
9 8
10LOCAL_SHARED_LIBRARIES := libdrm 9LOCAL_SHARED_LIBRARIES := libdrm
11 10