dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libdrm] omap: add Android build support
@ 2018-02-28 18:54 Andrew F. Davis
  2018-03-02 18:51 ` Emil Velikov
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew F. Davis @ 2018-02-28 18:54 UTC (permalink / raw)
  To: Robert Foss, Rob Herring; +Cc: dri-devel, Andrew F . Davis

From: Gowtham Tammana <g-tammana@ti.com>

Add Android.mk file to build libdrm_omap library.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 omap/Android.mk | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 omap/Android.mk

diff --git a/omap/Android.mk b/omap/Android.mk
new file mode 100644
index 00000000..b25cca13
--- /dev/null
+++ b/omap/Android.mk
@@ -0,0 +1,13 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := libdrm_omap
+LOCAL_VENDOR_MODULE := true
+
+LOCAL_SRC_FILES := omap_drm.c
+
+LOCAL_SHARED_LIBRARIES := libdrm
+
+include $(LIBDRM_COMMON_MK)
+
+include $(BUILD_SHARED_LIBRARY)
-- 
2.16.2

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH libdrm] omap: add Android build support
  2018-02-28 18:54 [PATCH libdrm] omap: add Android build support Andrew F. Davis
@ 2018-03-02 18:51 ` Emil Velikov
  2018-03-07 16:17   ` Andrew F. Davis
  0 siblings, 1 reply; 4+ messages in thread
From: Emil Velikov @ 2018-03-02 18:51 UTC (permalink / raw)
  To: Andrew F. Davis; +Cc: Robert Foss, ML dri-devel

On 28 February 2018 at 18:54, Andrew F. Davis <afd@ti.com> wrote:
> From: Gowtham Tammana <g-tammana@ti.com>
>
> Add Android.mk file to build libdrm_omap library.
>
Zero objections on my end, but can we have the use case mentioned in
the commit message.
Years ago I was looking for users of the library and I could not find any.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH libdrm] omap: add Android build support
  2018-03-02 18:51 ` Emil Velikov
@ 2018-03-07 16:17   ` Andrew F. Davis
  2018-03-22 16:52     ` Emil Velikov
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew F. Davis @ 2018-03-07 16:17 UTC (permalink / raw)
  To: Emil Velikov; +Cc: Robert Foss, ML dri-devel

On 03/02/2018 12:51 PM, Emil Velikov wrote:
> On 28 February 2018 at 18:54, Andrew F. Davis <afd@ti.com> wrote:
>> From: Gowtham Tammana <g-tammana@ti.com>
>>
>> Add Android.mk file to build libdrm_omap library.
>>
> Zero objections on my end, but can we have the use case mentioned in
> the commit message.
> Years ago I was looking for users of the library and I could not find any.
> 

We use it in some older versions of our hardware composer for Android
and our user-space graphics stack, but the goal will be to reduce or
eliminate our dependence on the libdrm_omap specifics if we can. So I
don't have any public users right now.

Andrew

> -Emil
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH libdrm] omap: add Android build support
  2018-03-07 16:17   ` Andrew F. Davis
@ 2018-03-22 16:52     ` Emil Velikov
  0 siblings, 0 replies; 4+ messages in thread
From: Emil Velikov @ 2018-03-22 16:52 UTC (permalink / raw)
  To: Andrew F. Davis; +Cc: Robert Foss, ML dri-devel

On 7 March 2018 at 16:17, Andrew F. Davis <afd@ti.com> wrote:
> On 03/02/2018 12:51 PM, Emil Velikov wrote:
>> On 28 February 2018 at 18:54, Andrew F. Davis <afd@ti.com> wrote:
>>> From: Gowtham Tammana <g-tammana@ti.com>
>>>
>>> Add Android.mk file to build libdrm_omap library.
>>>
>> Zero objections on my end, but can we have the use case mentioned in
>> the commit message.
>> Years ago I was looking for users of the library and I could not find any.
>>
>
> We use it in some older versions of our hardware composer for Android
> and our user-space graphics stack, but the goal will be to reduce or
> eliminate our dependence on the libdrm_omap specifics if we can. So I
> don't have any public users right now.
>
Fair enough - pushed to master.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-22 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 18:54 [PATCH libdrm] omap: add Android build support Andrew F. Davis
2018-03-02 18:51 ` Emil Velikov
2018-03-07 16:17   ` Andrew F. Davis
2018-03-22 16:52     ` Emil Velikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).