OSDN Git Service

vknulldrv: Change module name to not clash with real drivers
authorJesse Hall <jessehall@google.com>
Wed, 9 Dec 2015 04:07:49 +0000 (20:07 -0800)
committerJesse Hall <jessehall@google.com>
Mon, 25 Jan 2016 21:49:31 +0000 (13:49 -0800)
Change-Id: I3135943894f83fd906c6835552ec93ea5f7c7dfe
(cherry picked from commit 2b000b984027932679cc6aa145fc11e9ef1b11fa)

vulkan/nulldrv/Android.mk

index b98ec20..2db6138 100644 (file)
@@ -35,7 +35,8 @@ LOCAL_SRC_FILES := \
 
 LOCAL_SHARED_LIBRARIES := liblog
 
-LOCAL_MODULE := vulkan.$(TARGET_BOARD_PLATFORM)
+# Real drivers would set this to vulkan.$(TARGET_BOARD_PLATFORM)
+LOCAL_MODULE := vulkan.default
 LOCAL_PROPRIETARY_MODULE := true
 LOCAL_MODULE_RELATIVE_PATH := hw
 LOCAL_MODULE_TAGS := optional