mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
parent
b586913598
commit
2531de02eb
85 changed files with 68 additions and 1357 deletions
|
|
@ -187,10 +187,6 @@ static void opensl_destroy(cubeb * ctx);
|
|||
|
||||
#if defined(__ANDROID__)
|
||||
|
||||
// The bionic header file on B2G contains the required
|
||||
// declarations on all releases.
|
||||
#ifndef MOZ_WIDGET_GONK
|
||||
|
||||
#if (__ANDROID_API__ >= ANDROID_VERSION_LOLLIPOP)
|
||||
typedef int (system_property_get)(const char*, char*);
|
||||
|
||||
|
|
@ -212,7 +208,6 @@ __system_property_get(const char* name, char* value)
|
|||
return ret;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static int
|
||||
get_android_version(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue