summaryrefslogtreecommitdiff
path: root/chromium/third_party/androidx/README.chromium
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2023-02-16 11:16:36 +0100
committerMichal Klocek <michal.klocek@qt.io>2023-02-21 09:09:02 +0000
commiteb596ba9fe579987eb93f6b4021ca156885b48c2 (patch)
treedfe61631c2263cfe9f3fcd95e191e7a12eeb8d91 /chromium/third_party/androidx/README.chromium
parent6f9ba85ba9e84eb225ab8d4a6f0cb99e5dc61563 (diff)
downloadqtwebengine-chromium-upstream-master.tar.gz
Add android required resources for chromium repoupstream-master
Add android related file for build support. These are mainly missing pydeps, info and BUILD.gn files. New snapshot removes also .mailmap files. BASELINE: 108.0.5359.220 Note gn is left still behind upstream master snapshot and transport_security_state_static.json.gz is updated. Task-number: QTBUG-83459 Change-Id: I64a23bffbd1fe258f30a02338ae488b7d6d2c14b Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/392937 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/androidx/README.chromium')
-rw-r--r--chromium/third_party/androidx/README.chromium37
1 files changed, 0 insertions, 37 deletions
diff --git a/chromium/third_party/androidx/README.chromium b/chromium/third_party/androidx/README.chromium
deleted file mode 100644
index 8395d2d3ea5..00000000000
--- a/chromium/third_party/androidx/README.chromium
+++ /dev/null
@@ -1,37 +0,0 @@
-Name: Androidx Repository
-Short Name: androidx
-Version: 1
-License: Refer to additional_readme_paths.json
-License Android Compatible: yes
-License File: NOT_SHIPPED
-Security Critical: yes
-
-Description:
-A gradle-specified repository for Androidx dependencies.
-
-Where the snapshots come from:
-* Snapshots originate from https://androidx.dev
-* They are made into CIPD packages by this bot: https://ci.chromium.org/p/chromium/builders/ci/android-androidx-packager
-* They are then rolled in by this autoroller: https://autoroll.skia.org/r/androidx-chromium
-* Googlers can trigger manual runs: https://luci-scheduler.appspot.com/jobs/chromium/android-androidx-packager
-
-Mapping snapshot version to git revision:
-* The current version of the snapshot is written to VERSION.txt (sibling of this
- README, but does not appear in codesearch).
-* Open the "BUILD_INFO" JSON file from https://androidx.dev/snapshots/builds for
- the given version, and search for the "platform/frameworks/support" entry.
- * That entry will have a "revision" field, which is the git revision the
- snapshot was created from.
-
-Viewing Source Code:
-Git viewer: https://android.googlesource.com/platform/frameworks/support/
-Code Search: https://cs.android.com/androidx/platform/frameworks/support
-
-How to add a new androidx library:
-* Add the gradle entry for the desired target to build.gradle.template
-* Do a trial run (downloads files locally):
- mv libs libs.bak && ./fetch_all_androidx.py
-* Upload & submit your change to build.gradle.template
-* Wait for android-androidx-packager to upload a new CIPD instance (linked above)
-* Wait for androidx-chromium to roll the new package (linked above)
-