OSDN Git Service

Remove the macro DISABLE_CURSOR_PLANE
authorShaofeng Tang <shaofeng.tang@intel.com>
Wed, 20 Feb 2019 07:01:21 +0000 (15:01 +0800)
committerShaofeng Tang <shaofeng.tang@intel.com>
Wed, 20 Feb 2019 08:22:04 +0000 (16:22 +0800)
commit6e4075aee27ef0d85e5b64a64e3af93cdfe09593
treebff4de66959927a0277436446e65d628e931074d
parenta08c9473b3b566fae47f8a9a2df64e06436fd4eb
Remove the macro DISABLE_CURSOR_PLANE

Cursor plane already work on Android for all current platform. In current
implementation, the code in this micro are related with the workaround for
'enable_last_plane_', and deleting the cursor plane from overlay plane list.
'enable_last_plane_' has been removed. and the cursor plane still need to
be removed from overlay plane list.

Change-Id: I3b6970ad3ee471b218cd9560c28ac2fc19c1e709
Tracked-On: None
Tests: Compile sucessful for Android.
Signed-off-by: Shaofeng Tang <shaofeng.tang@intel.com>
Android.common.mk
common/Android.mk
common/display/displayplanemanager.cpp