index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
hiddenapi
Age
Commit message (
Expand
)
Author
2024-10-21
Add new properties to aid in removing the 1-variant fallback
Cole Faust
2024-05-08
Remove embedded_launcher: true usages
Cole Faust
2023-01-18
Allow obfuscated classes on bootclasspath
Paul Duffin
2022-09-18
Remove Python enables identical to global defaults.
Krzysztof KosiĆski
2022-05-06
Add support to max-target-s to generate_hiddenapi_lists
Artur Satayev
2022-05-03
Revert "Add support to max-target-s to generate_hiddenapi_lists"
Ge Bian
2022-04-28
Add support to max-target-s to generate_hiddenapi_lists
Narayan Kamath
2022-04-12
Remove implementation details from stub flags in sdk snapshot
Paul Duffin
2022-04-08
Use named options for verify_overlaps
Paul Duffin
2022-04-08
Cleanup verify_overlaps*.py
Paul Duffin
2022-04-04
analyze_bcpf: Explain why a package is split/single
Paul Duffin
2022-04-04
analyze_bcpf: Indent multi-line text to improve formatting
Paul Duffin
2022-04-01
signature_trie: Avoid unnecessary wrapping and unwrapping of values
Paul Duffin
2022-03-30
analyze_bcpf: Compute hidden_api package properties
Paul Duffin
2022-03-30
analyze_bcpf: Add --fix option
Paul Duffin
2022-03-30
Add analyze_bcpf.py script to help manage bootclasspath_fragments
Paul Duffin
2022-03-18
Make bootclasspath_fragment hidden API package checks exhaustive
Paul Duffin
2022-03-17
Cleanup signature_patterns*.py
Paul Duffin
2022-03-15
Allow traversal over the trie structure
Paul Duffin
2022-03-15
Switch signature_to_elements to use tuple
Paul Duffin
2022-03-15
Make signature_to_elements stricter and more consistent
Paul Duffin
2022-03-09
Extract Node superclass of Leaf and InteriorNode
Paul Duffin
2022-03-09
Extract signature_trie.py from verify_overlaps.py
Paul Duffin
2021-10-05
Allow implementation details to be excluded from signature patterns file
Paul Duffin
2021-09-01
Merge "Apply pylint to remaining scripts in hiddenapi"
Treehugger Robot
2021-09-01
Merge "Apply pylint to scripts/hiddenapi/verify_overlaps*"
Treehugger Robot
2021-08-31
Apply pylint to scripts/hiddenapi/verify_overlaps*
Spandan Das
2021-08-27
Apply pylint to remaining scripts in hiddenapi
Spandan Das
2021-08-27
Apply pylint to scripts/hiddenapi/generate_hiddenapi_lists*
Spandan Das
2021-08-11
Filter blocked entries from modular flag files
Paul Duffin
2021-08-10
Remove member signature and inner classes from signature-patterns.csv
Paul Duffin
2021-08-09
Use trie to store monolithic hidden API flags
Paul Duffin
2021-08-06
Separate creation of signature patterns from overlap checking
Paul Duffin
2021-08-05
Extract a subset of the monolithic flags for comparison
Paul Duffin
2021-08-05
Clarify symbols used in verify_overlaps.py
Paul Duffin
2021-08-05
Add tests for verify_overlaps script
Paul Duffin
2021-07-20
Add target for generate_hiddenapi_lists_test
Paul Duffin
2021-06-25
Verify the modular stub flags are subsets of the monolithic stub flags
Paul Duffin
2021-06-09
Maintain header order in merge_csv
Paul Duffin
2021-05-14
Validate monolithic and modular hidden API flags are consistent
Paul Duffin
2021-04-21
Allow generate_hiddenapi_lists.py to work with no custom flag files
Paul Duffin
2021-02-23
Merge changes from topic "hiddenapi_additional_annotations"
Paul Duffin
2021-02-17
Add license to hiddenapi
Bob Badour
2021-02-16
Sort hiddenapi monolithic files by signature
Paul Duffin
2021-02-16
Allow explicitly specified additional annotations for hiddenapi
Paul Duffin
2021-02-09
Move hiddenapi tools used by build/soong from frameworks/base
Paul Duffin