mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
scanner: allow microsoft appcenter, except appcenter-push
This sdk is open source. It was added because appcenter has a dependency to play-services. It's possible though to build an app using appcenter that doesn't pull in play services, so we can't blanket ban the sdk. The appcenter-push modules has obvious refenrences to firebase, so it's safe to error on that. Ref: https://phabricator.wikimedia.org/T254980
This commit is contained in:
parent
294799e2f5
commit
670328c9e5
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def scan_source(build_dir, build=metadata.Build()):
|
||||||
r'''["']com.facebook.android['":]''',
|
r'''["']com.facebook.android['":]''',
|
||||||
r'cloudrail',
|
r'cloudrail',
|
||||||
r'com.tencent.bugly',
|
r'com.tencent.bugly',
|
||||||
r'com.microsoft.appcenter',
|
r'appcenter-push',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue