2018-05-30 19:11:33 +02:00
|
|
|
def can_build(env, platform):
|
|
|
|
return platform not in ['iphone']
|
2016-10-17 17:14:07 +02:00
|
|
|
|
|
|
|
def configure(env):
|
2016-10-30 18:44:57 +01:00
|
|
|
pass
|
2017-11-15 19:23:20 +01:00
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
|
|
|
"ResourceImporterWebm",
|
|
|
|
"VideoStreamWebm",
|
|
|
|
]
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|