Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4593ebd9 authored by Brint E. Kriebel's avatar Brint E. Kriebel Committed by codeworkx
Browse files

exynos4: Set libgralloc_ump and SecHdmi tags to optional

When LOCAL_MODULE_TAGS was set to eng this broke eng builds
due to the lack of source for libsamsungion. Set the tag to
optional so it is not built for an eng build.

Change-Id: I770c991dc16ccce9905501619e015567110de577
parent c9288149
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRELINK_MODULE := false
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw 
LOCAL_SHARED_LIBRARIES := liblog libcutils libUMP libGLESv1_CM libsamsungion
LOCAL_SHARED_LIBRARIES := liblog libcutils libUMP libGLESv1_CM libsecion

# Include the UMP header files
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
@@ -36,7 +36,7 @@ LOCAL_SRC_FILES := \
	alloc_device.cpp \
	framebuffer_device.cpp

LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := gralloc.$(TARGET_DEVICE)
LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -DGRALLOC_32_BITS -DSTANDARD_LINUX_SCREEN
#LOCAL_CFLAGS+= -DMALI_VSYNC_EVENT_REPORT_ENABLE
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ifeq ($(BOARD_USES_HDMI),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_TAGS := optional

LOCAL_PRELINK_MODULE := false
#LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
@@ -79,7 +79,7 @@ endif

ifeq ($(BOARD_USE_V4L2_ION),true)
LOCAL_CFLAGS += -DBOARD_USE_V4L2_ION
LOCAL_SHARED_LIBRARIES += libsamsungion
LOCAL_SHARED_LIBRARIES += libsecion
endif

LOCAL_MODULE := libhdmi