All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emil Velikov <emil.l.velikov@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Chih-Wei Huang <cwhuang@linux.org.tw>, emil.l.velikov@gmail.com
Subject: [PATCH 6/6] android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES
Date: Thu, 29 Jan 2015 18:47:10 +0000	[thread overview]
Message-ID: <1422557230-22155-7-git-send-email-emil.l.velikov@gmail.com> (raw)
In-Reply-To: <1422557230-22155-1-git-send-email-emil.l.velikov@gmail.com>

From: Chih-Wei Huang <cwhuang@linux.org.tw>

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
---
 freedreno/Android.mk | 3 ---
 intel/Android.mk     | 1 -
 nouveau/Android.mk   | 3 ---
 radeon/Android.mk    | 3 ---
 4 files changed, 10 deletions(-)

diff --git a/freedreno/Android.mk b/freedreno/Android.mk
index 243a1e2..22520fb 100644
--- a/freedreno/Android.mk
+++ b/freedreno/Android.mk
@@ -24,7 +24,4 @@ LOCAL_CFLAGS := \
 LOCAL_COPY_HEADERS := $(LIBDRM_FREEDRENO_H_FILES)
 LOCAL_COPY_HEADERS_TO := freedreno
 
-LOCAL_SHARED_LIBRARIES := \
-	libdrm
-
 include $(BUILD_SHARED_LIBRARY)
diff --git a/intel/Android.mk b/intel/Android.mk
index f2f21b9..bf6e822 100644
--- a/intel/Android.mk
+++ b/intel/Android.mk
@@ -49,7 +49,6 @@ LOCAL_COPY_HEADERS := $(LIBDRM_INTEL_H_FILES)
 LOCAL_COPY_HEADERS_TO := libdrm
 
 LOCAL_SHARED_LIBRARIES := \
-	libdrm \
 	libpciaccess
 
 include $(BUILD_SHARED_LIBRARY)
diff --git a/nouveau/Android.mk b/nouveau/Android.mk
index 734fc21..93c9ec2 100644
--- a/nouveau/Android.mk
+++ b/nouveau/Android.mk
@@ -24,7 +24,4 @@ LOCAL_CFLAGS := \
 LOCAL_COPY_HEADERS := $(LIBDRM_NOUVEAU_H_FILES)
 LOCAL_COPY_HEADERS_TO := libdrm
 
-LOCAL_SHARED_LIBRARIES := \
-	libdrm
-
 include $(BUILD_SHARED_LIBRARY)
diff --git a/radeon/Android.mk b/radeon/Android.mk
index 9cba546..71c58bd 100644
--- a/radeon/Android.mk
+++ b/radeon/Android.mk
@@ -24,7 +24,4 @@ LOCAL_CFLAGS := \
 LOCAL_COPY_HEADERS := $(LIBDRM_RADEON_H_FILES)
 LOCAL_COPY_HEADERS_TO := libdrm
 
-LOCAL_SHARED_LIBRARIES := \
-	libdrm
-
 include $(BUILD_SHARED_LIBRARY)
-- 
2.1.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2015-01-29 18:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-29 18:47 [PATH 0/6] Misc build fixes Emil Velikov
2015-01-29 18:47 ` [PATCH 1/6] util: add WARN_CFLAGS, rename the c*flags vars Emil Velikov
2015-01-29 18:47 ` [PATCH 2/6] modetest: move includes into AM_CPPFLAGS Emil Velikov
2015-01-29 18:47 ` [PATCH 3/6] libdrm: fix the Android 64bit build Emil Velikov
2015-01-29 19:00   ` Stéphane Marchesin
2015-01-29 19:22     ` Emil Velikov
2015-01-29 18:47 ` [PATCH 4/6] drmOpenDevice: silence compiler warning Emil Velikov
2015-01-29 18:47 ` [PATCH 5/6] drmGetStats: " Emil Velikov
2015-01-29 18:47 ` Emil Velikov [this message]
2015-02-06 19:42 ` [PATCH 1/2] util: add missing include <string.h> Emil Velikov
2015-02-06 19:42   ` [PATCH 2/2] util: silence pointer arithmetic warnings Emil Velikov
2015-02-06 19:54   ` [PATCH 1/2] util: add missing include <string.h> Emil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422557230-22155-7-git-send-email-emil.l.velikov@gmail.com \
    --to=emil.l.velikov@gmail.com \
    --cc=cwhuang@linux.org.tw \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.