platform_build_soong/scripts/hiddenapi
Paul Duffin 0f386bc12b Allow obfuscated classes on bootclasspath
Previously, the signature_trie python library would reject classes
which started with a lower case character which in turn caused the
verify_overlaps tool to fail. That meant that it was impossible to
add obfuscated classes (which commonly used lower case characters
for their name) from being used on the bootclasspath.

This change removes that restriction and the accompanying test.

Bug: 265833521
Test: TH and partner testing
Change-Id: I70710484e427f64d79fb30301f3413f3b67b27e7
2023-01-18 12:59:23 +00:00
..
analyze_bcpf.py analyze_bcpf: Explain why a package is split/single 2022-04-04 18:24:40 +01:00
analyze_bcpf_test.py analyze_bcpf: Explain why a package is split/single 2022-04-04 18:24:40 +01:00
Android.bp Remove Python enables identical to global defaults. 2022-09-18 01:30:19 +00:00
generate_hiddenapi_lists.py Add support to max-target-s to generate_hiddenapi_lists 2022-05-06 08:59:39 +00:00
generate_hiddenapi_lists_test.py Apply pylint to scripts/hiddenapi/generate_hiddenapi_lists* 2021-08-27 00:09:25 +00:00
merge_csv.py Apply pylint to remaining scripts in hiddenapi 2021-08-27 00:30:41 +00:00
signature_patterns.py Make bootclasspath_fragment hidden API package checks exhaustive 2022-03-18 10:54:51 +00:00
signature_patterns_test.py Make bootclasspath_fragment hidden API package checks exhaustive 2022-03-18 10:54:51 +00:00
signature_trie.py Allow obfuscated classes on bootclasspath 2023-01-18 12:59:23 +00:00
signature_trie_test.py Allow obfuscated classes on bootclasspath 2023-01-18 12:59:23 +00:00
verify_overlaps.py Remove implementation details from stub flags in sdk snapshot 2022-04-12 17:44:15 +01:00
verify_overlaps_test.py Remove implementation details from stub flags in sdk snapshot 2022-04-12 17:44:15 +01:00