mirror of
https://github.com/followmsi/android_hardware_qcom_media.git
synced 2024-10-31 22:47:35 +00:00
mm-core: remove linkage of libgpustats temporarily
removing linkage of libgpustats from mm-core temporarily for compilation of fast forwarded video components from mainline. Change-Id: I1179f312f5fda404f89ae9d72ad48c80c9d70df4
This commit is contained in:
parent
d077eb1734
commit
a8edebb30b
1 changed files with 6 additions and 6 deletions
|
@ -101,9 +101,9 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_SHARED_LIBRARIES := liblog libdl libcutils
|
||||
LOCAL_CFLAGS := $(OMXCORE_CFLAGS)
|
||||
|
||||
ifneq (,$(filter msm8996 msm8998 sdm660,$(TARGET_BOARD_PLATFORM)))
|
||||
LOCAL_SHARED_LIBRARIES += libgpustats
|
||||
endif
|
||||
#ifneq (,$(filter msm8996 msm8998 sdm660,$(TARGET_BOARD_PLATFORM)))
|
||||
#LOCAL_SHARED_LIBRARIES += libgpustats
|
||||
#endif
|
||||
|
||||
LOCAL_SRC_FILES := src/common/omx_core_cmp.cpp
|
||||
LOCAL_SRC_FILES += src/common/qc_omx_core.c
|
||||
|
@ -129,9 +129,9 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_SHARED_LIBRARIES := liblog libdl libcutils
|
||||
LOCAL_CFLAGS := $(OMXCORE_CFLAGS)
|
||||
|
||||
ifneq (,$(filter msm8996 msm8998 sdm660,$(TARGET_BOARD_PLATFORM)))
|
||||
LOCAL_SHARED_LIBRARIES += libgpustats
|
||||
endif
|
||||
#ifneq (,$(filter msm8996 msm8998 sdm660,$(TARGET_BOARD_PLATFORM)))
|
||||
#LOCAL_SHARED_LIBRARIES += libgpustats
|
||||
#endif
|
||||
|
||||
LOCAL_SRC_FILES := src/common/omx_core_cmp.cpp
|
||||
LOCAL_SRC_FILES += src/common/qc_omx_core.c
|
||||
|
|
Loading…
Reference in a new issue