Skip to content

Commit

Permalink
Remove ENABLE_RBC to disable rbc
Browse files Browse the repository at this point in the history
We found rbc is buggy on new 4.19 kernel

Change-Id: I7ddcbe36658daf827a195ccda76145c34e76665a
Tracked-On: None
Tests: no scrambled screen
Signed-off-by: Lin Johnson <johnson.lin@intel.com>
  • Loading branch information
js0701 committed Nov 14, 2018
1 parent 9faeba3 commit 8475e7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Android.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/../mesa/include
else
LOCAL_CPPFLAGS += \
-DUSE_GL \
-DENABLE_RBC
-DUSE_GL
endif

ifneq ($(strip $(HWC_DISABLE_VA_DRIVER)), true)
Expand Down

0 comments on commit 8475e7d

Please sign in to comment.