Loading libs/gui/Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,11 @@ LOCAL_SHARED_LIBRARIES := \ # Executed only on QCOM BSPs ifeq ($(TARGET_USES_QCOM_BSP),true) LOCAL_C_INCLUDES += hardware/qcom/display/libgralloc ifneq ($(TARGET_QCOM_DISPLAY_VARIANT),) LOCAL_C_INCLUDES += hardware/qcom/display-$(TARGET_QCOM_DISPLAY_VARIANT)/libgralloc else LOCAL_C_INCLUDES += hardware/qcom/display/$(TARGET_BOARD_PLATFORM)/libgralloc endif LOCAL_CFLAGS += -DQCOM_BSP endif Loading services/surfaceflinger/Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,11 @@ ifeq ($(BOARD_USES_SAMSUNG_HDMI),true) endif ifeq ($(TARGET_USES_QCOM_BSP), true) LOCAL_C_INCLUDES += hardware/qcom/display/libgralloc ifneq ($(TARGET_QCOM_DISPLAY_VARIANT),) LOCAL_C_INCLUDES += hardware/qcom/display-$(TARGET_QCOM_DISPLAY_VARIANT)/libgralloc else LOCAL_C_INCLUDES += hardware/qcom/display/$(TARGET_BOARD_PLATFORM)/libgralloc endif LOCAL_CFLAGS += -DQCOM_BSP endif Loading Loading
libs/gui/Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,11 @@ LOCAL_SHARED_LIBRARIES := \ # Executed only on QCOM BSPs ifeq ($(TARGET_USES_QCOM_BSP),true) LOCAL_C_INCLUDES += hardware/qcom/display/libgralloc ifneq ($(TARGET_QCOM_DISPLAY_VARIANT),) LOCAL_C_INCLUDES += hardware/qcom/display-$(TARGET_QCOM_DISPLAY_VARIANT)/libgralloc else LOCAL_C_INCLUDES += hardware/qcom/display/$(TARGET_BOARD_PLATFORM)/libgralloc endif LOCAL_CFLAGS += -DQCOM_BSP endif Loading
services/surfaceflinger/Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,11 @@ ifeq ($(BOARD_USES_SAMSUNG_HDMI),true) endif ifeq ($(TARGET_USES_QCOM_BSP), true) LOCAL_C_INCLUDES += hardware/qcom/display/libgralloc ifneq ($(TARGET_QCOM_DISPLAY_VARIANT),) LOCAL_C_INCLUDES += hardware/qcom/display-$(TARGET_QCOM_DISPLAY_VARIANT)/libgralloc else LOCAL_C_INCLUDES += hardware/qcom/display/$(TARGET_BOARD_PLATFORM)/libgralloc endif LOCAL_CFLAGS += -DQCOM_BSP endif Loading