You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hardware_samsung/exynos4/hal/libfimg4x/Android.mk

22 lines
366 B

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
ifeq ($(BOARD_USES_FIMGAPI),true)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES:= \
FimgApi.cpp \
FimgExynos4.cpp
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/../include
LOCAL_SHARED_LIBRARIES:= liblog libutils libbinder
LOCAL_MODULE:= libfimg
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
endif