mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03: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:
parent
2aaa097962
commit
a6dfbc6e2e
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ def scan_source(build_dir, build=metadata.Build()):
|
||||||
r'ouya.*sdk',
|
r'ouya.*sdk',
|
||||||
r'libspen23',
|
r'libspen23',
|
||||||
r'firebase',
|
r'firebase',
|
||||||
|
r'''["']com.facebook.android['":]''',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue