OSDN Git Service

Change module name to gralloc.gbm
authorRob Herring <robh@kernel.org>
Wed, 22 Mar 2017 16:45:29 +0000 (11:45 -0500)
committerRob Herring <robh@kernel.org>
Wed, 22 Mar 2017 16:45:29 +0000 (11:45 -0500)
Originally, the intent was to make GBM gralloc a drop-in replacement for
DRM gralloc, but this isn't really happening or needed. Change the name
so both can coexist.

Change-Id: I4eff839523213cc76c56746275d8ba7534ba9c12
Signed-off-by: Rob Herring <robh@kernel.org>
Android.mk

index 0c1695b..14d0b58 100644 (file)
@@ -34,7 +34,7 @@ LOCAL_SHARED_LIBRARIES := \
 LOCAL_EXPORT_C_INCLUDE_DIRS := \
        $(LOCAL_PATH)
 
-LOCAL_MODULE := gralloc.drm
+LOCAL_MODULE := gralloc.gbm
 LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE_RELATIVE_PATH := hw
 include $(BUILD_SHARED_LIBRARY)