Allows building a single file containing all resources, without breaking
the developer mode, and without having to disable minifying.
Bug: 64831661
Test: yarn run dev; yarn run build
Change-Id: Ifc18a776a3a2fba19be6bbb21713741e5dc27223
At the moment the script looks for the jar iside the out dir.
However, if the our dir is set to a different directory via OUT_DIR_COMMON_BASE
the script does not notice that, and errors out saying a build is
needed.
This commits checks if the OUT_DIR_COMMON_BASE is set, then searches the jar in the proper path.
If OUT_DIR_COMMON_BASE is unset, search in "out" like it did before.
Test: Build with OUT_DIR_COMMON_BASE set and unset and verify idegen works in both cases.
Change-Id: Icfcf41af13139bd81f8589bb900debe5ee616022
These must have been added internal in the same release cycle that we
moved this to bootable/recovery in AOSP. They're there now.
Bug: N/A
Test: N/A
Change-Id: Id79a0e87e7cb6c03d01a0e3816a58838771411f2
See build/soong/README.md for more information
Also moves rmtypedefs to use the guava prebuilt from
prebuilts/misc/common.
Test: m checkbuild
Change-Id: I9298967275ca40f8d50841b204cd40612a8a5f56
Do not require to whitelist permissions that are already explicitly denied
using a new <deny-permission> tag
Bug: 64693550
Test: manual
Change-Id: Ic7a65f0f10bffa98b62d196dd6606ea74e40e911
Some old projects might be removed for some reason, especially
the downstream ones. It should be fine to just skip analysing them
because people have stopped working on them.
Test: run the script against an old release
Change-Id: I563905565c4c502036159fce6a386bba13ba25ea
Some old SHA1 might be invalid when we use this tool.
Ignore these projects and keep going on.
Test: run the script against an old release
Change-Id: I5c89911759de6d122052e841eef0b016fa8b1422
We are using this tools on multiple releases (tags).
Create subfolders using release names, so that results won't be
overwitten.
Test: run the script against multiple releases
Change-Id: I9a94940d630874a5b378431f20a6c1182cf11509
Add a document explaining how to create a data studio dashboard using
the repo diff tool.
Renamed repo_diff_downstream.py to repo_diff_trees.py.
Renamed exclusions.txt to android_exclusions.txt.
Not all Android source trees support build IDs and tags.
When no build tag is requested, rather than try to match
the build IDs just sync the branch tips of the upstream
and downstream source trees.
Also select two Android Oreo release candidates
as the default branches. The fact that there are frozen
branches and that the diff is small serve as a good showcase
of the tool.
Change-Id: Ifdefd79fb6b32c6b83e0aee390dd5a435b6a61fc
These tools help compare android repo workspaces for high level
analysis.
Test: Run python repo_diff/repo_diff_android.py
Change-Id: I645351521c7f61735d3ce65a93569983cd28851c