mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() In https://chromium-review.googlesource.com/1650265 attributes like minSdkVersion were moved from AndroidManifest.xml to GN files. For WebRTC there were a few problems with that. * We don't want to suppress UsesMinSdkAttributes lint but now there are these "invalid" manifest files that we can't exclude or discern. So disable this lint error. https://chromium-review.googlesource.com/c/chromium/src/+/1650265/14/build/android/AndroidManifest.xml * We should specify the versions in GN files, so I did that here (by exactly copying the versions that are already in the targets' corresponding XML files), but we never want to get rid of them in the XML files. For now this information will just be duplicated (without any synchronicity check!) so there should be followup to this. Change log: |
||
---|---|---|
.. | ||
aarproject | ||
androidapp | ||
androidjunit | ||
androidnativeapi | ||
androidtests | ||
objc | ||
objcnativeapi | ||
peerconnection | ||
relayserver | ||
stunprober | ||
stunserver | ||
turnserver | ||
unityplugin | ||
BUILD.gn | ||
DEPS | ||
OWNERS |