Skip to content

Commit

Permalink
Add exynos7880 to DECON_FB group
Browse files Browse the repository at this point in the history
Change-Id: Ibf1b41c9b0ffee62e2170b2d432fc282555677f4
  • Loading branch information
raymanfx committed Jul 26, 2017
1 parent f426692 commit d8394ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libdisplay/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif
# old kernel APIs for calling it (S3C_FB_*).
# Newer SoCs (Exynos 7420 onwards) make use of a new kernel API.
# WARNING: Support is highly experimental!
ifneq ($(filter exynos7420 exynos7580 exynos8890, $(TARGET_SOC)),)
ifneq ($(filter exynos7420 exynos7580 exynos7880 exynos8890, $(TARGET_SOC)),)
LOCAL_CFLAGS += -DDECON_FB
endif

Expand Down
2 changes: 1 addition & 1 deletion libhwc/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ endif
# old kernel APIs for calling it (S3C_FB_*).
# Newer SoCs (Exynos 7420 onwards) make use of a new kernel API.
# WARNING: Support is highly experimental!
ifneq ($(filter exynos7420 exynos7580 exynos8890, $(TARGET_SOC)),)
ifneq ($(filter exynos7420 exynos7580 exynos7880 exynos8890, $(TARGET_SOC)),)
LOCAL_CFLAGS += -DDECON_FB
endif

Expand Down
2 changes: 1 addition & 1 deletion libhwcutils/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif
# old kernel APIs for calling it (S3C_FB_*).
# Newer SoCs (Exynos 7420 onwards) make use of a new kernel API.
# WARNING: Support is highly experimental!
ifneq ($(filter exynos7420 exynos7580 exynos8890, $(TARGET_SOC)),)
ifneq ($(filter exynos7420 exynos7580 exynos7880 exynos8890, $(TARGET_SOC)),)
LOCAL_CFLAGS += -DDECON_FB
endif

Expand Down

0 comments on commit d8394ec

Please sign in to comment.