build: remove duplicate android option after 72a8120da

The first one (line 140) comes from 69650851f8 and is the correct one.
The second one (line 731) comes from 72a8120daa and slipped in with the
revert commit.

Remove the second one.
This commit is contained in:
Ilya Tumaykin 2017-09-17 21:54:37 +03:00
parent 2f41b834b3
commit 8810c1fc05
No known key found for this signature in database
GPG Key ID: FCF6A8810E836D1C
1 changed files with 0 additions and 4 deletions

View File

@ -727,10 +727,6 @@ video_output_features = [
'desc': 'Direct3D support',
'deps': [ 'win32-desktop' ],
'func': check_cc(header_name='d3d9.h'),
}, {
'name': '--android',
'desc': 'Android support',
'func': check_statement('android/api-level.h', '(void)__ANDROID__'), # arbitrary android-specific header
}, {
# We need MMAL/bcm_host/dispmanx APIs. Also, most RPI distros require
# every project to hardcode the paths to the include directories. Also,