1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

scanner: add facebook sdk to forbidden libraries

These are sourceavailable but not under a free license.
I made sure that this matches only the facebook sdk's from here:
https://github.com/facebook/facebook-android-sdk and not some real open
source libraries by facebook (fresco, stetho, ...). These seem to be
under a different namespace.

fdroid/fdroidserver#534
This commit is contained in:
Marcus Hoffmann 2018-07-27 18:01:01 +02:00
parent 2aaa097962
commit a6dfbc6e2e

View File

@ -75,6 +75,7 @@ def scan_source(build_dir, build=metadata.Build()):
r'ouya.*sdk',
r'libspen23',
r'firebase',
r'''["']com.facebook.android['":]''',
]
}