Bug 1457669 - Support Android system headers for standalone SpiderMonkey builds. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D29698

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Josh Matthews 2019-05-02 17:07:52 +00:00
Родитель b32c02517c
Коммит c2627621c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1048,7 +1048,7 @@ system_headers = [
'zmouse.h',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
if CONFIG['OS_TARGET'] == 'Android':
system_headers += [
'android/api-level.h',
'android/ashmem.h',