зеркало из https://github.com/mozilla/gecko-dev.git
73d0e38845
We use a Maven repository and the (misleadingly named!) uploadArchives task because this is the best way to make Android Studio download and recognize the Javadoc and sources. With this, it's automatic; with a single AAR file, it's a nightmare of point-and-click configuration. This patch does a bunch of Gradle hacking to make -javadoc and -sources JARs; there's nothing special or particularly likely to break here. This patch also adds Proguard declarations to the :geckoview library project. That involves moving a good part of the Proguard configuration into mobile/android/geckoview. (I also expand upon the existing configuration.) This should be only a re-arrangement, and the resulting file is included in the original, so nothing should be changed. MozReview-Commit-ID: BGNW1v92J0k --HG-- extra : rebase_source : 94633d27e8ae6bafa3d6823996355c22d2e2e6eb |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
proguard-rules.pro |