1. faec4db Disable Hidden API Checks for ENG Builds by Pratyush · 1 year, 6 months ago
  2. 8c9ae7e Update min_sdk_version from SdkSpec to ApiLevel by Spandan Das · 1 year, 10 months ago
  3. b74d1e1 Revert "Update min_sdk_version from SdkSpec to ApiLevel" by Spandan Das · 1 year, 10 months ago
  4. e773739 Update min_sdk_version from SdkSpec to ApiLevel by Spandan Das · 1 year, 10 months ago
  5. a5f64f0 Convert RuleBuilder to static rule in buildRuleToGenerateIndex by Cole Faust · 1 year, 11 months ago
  6. 09817d6 hiddenapi: Prevent libraries for Q/R from include S+ flags. by Paul Duffin · 2 years, 8 months ago
  7. ce56425 Annotate more java dependencies for licensing by Colin Cross · 3 years ago
  8. 8be1e6d Propagate the dex jar path as an OptionalPath which is either valid or by Martin Stjernholm · 3 years, 4 months ago
  9. d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 3 years, 5 months ago
  10. 84c1cdf Maintain header order in merge_csv by Paul Duffin · 3 years, 7 months ago
  11. 0916595 Refactor hiddenAPIEncodeDex for use by bootclasspath_fragment by Paul Duffin · 3 years, 8 months ago
  12. 4de9450 Move hidden API encoding after resource merging by Paul Duffin · 3 years, 8 months ago
  13. 1bbd062 Make uncompressDex available for use through hiddenAPIModule by Paul Duffin · 3 years, 8 months ago
  14. 45897dd Remove hiddenAPI.primary field by Paul Duffin · 3 years, 8 months ago
  15. 74d18d1 Merge initHiddenAPI and hiddenAPIUpdatePaths by Paul Duffin · 3 years, 8 months ago
  16. 66cdbf0 Remove configurationName from java library and hidden API by Paul Duffin · 3 years, 8 months ago
  17. b6f53c0 Refactor special handling of hidden API encoding for master-art by Paul Duffin · 3 years, 8 months ago
  18. afaa47c Stop generating unnecessary hidden API rules by Paul Duffin · 3 years, 8 months ago
  19. 537ea3d Generate monolithic hidden API files direct from class jars by Paul Duffin · 3 years, 8 months ago
  20. 850e61f Dedup hidden API rule generation by Paul Duffin · 3 years, 8 months ago
  21. 001e606 Populate hiddenAPI structure even when not active by Paul Duffin · 3 years, 8 months ago
  22. d504c3a Fix build failure when building unbundled apps (second try) by Paul Duffin · 3 years, 8 months ago
  23. 36187b2 Export classesJars initialized in hiddenAPIExtractInformation by Paul Duffin · 3 years, 8 months ago
  24. 894546d Skip initHiddenAPI check of prebuilt's boot dex jar for APEX modules by Paul Duffin · 3 years, 9 months ago
  25. 1ba2467 Ensure boot jar modules have been initialized properly for hidden API by Paul Duffin · 3 years, 9 months ago
  26. ec0fe17 Avoid hiddenapi ignoring prebuilt with missing dex implementation jar by Paul Duffin · 3 years, 10 months ago
  27. 2c36f24 Sort hiddenapi monolithic files by signature by Paul Duffin · 3 years, 11 months ago
  28. 82b3fcf Remove duplicates in monolithic hidden API files by Paul Duffin · 3 years, 11 months ago
  29. f8f4af8 Remove implicit dependency from <x> -> <x>-hiddenapi by Paul Duffin · 3 years, 11 months ago
  30. 031d869 Allow explicitly specified additional annotations for hiddenapi by Paul Duffin · 3 years, 11 months ago
  31. f75e527 Move logic for selecting the primary module into initHiddenAPI() by Paul Duffin · 3 years, 11 months ago
  32. 9d67ca6 Allow dex jars from prebuilt_apex to be used by hiddenapi by Paul Duffin · 4 years ago
  33. 4fd997b Refactor the hiddenAPI() method for reusability by Paul Duffin · 4 years ago
  34. 4103e92 Extract initHiddenAPI() from hiddenapi() by Paul Duffin · 4 years ago
  35. 219b177 Remove duplicate entries from hiddenapi files by Paul Duffin · 4 years ago
  36. 612e610 Switch hiddenapi to use OutputPath instead of ModuleOutPath by Paul Duffin · 4 years ago
  37. 34982f1 Move creation of paths into hiddenAPIGenerateCSV by Paul Duffin · 4 years ago
  38. ff774a0 Add documentation for the different files created by hiddenapi by Paul Duffin · 4 years ago
  39. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 2 months ago
  40. 23fea04 Rename class2greylist by Andrei Onea · 4 years, 5 months ago
  41. d783bbb Use unzip -DD by Colin Cross · 4 years, 6 months ago
  42. a2058f8 Apply hiddenapi encoding to java_sdk_library .impl by Paul Duffin · 4 years, 6 months ago
  43. c495d2b Add --no-force-assign-all for java_sdk_library by Paul Duffin · 4 years, 8 months ago
  44. 139fa43 Merge changes Ibaf383c4,I2b1c0736 by Jiyong Park · 4 years, 10 months ago
  45. 93e57a0 Expect added members for instrumented modules by Jiyong Park · 4 years, 11 months ago
  46. b5df8a0 Merge CSV files generated by UnsupportedAppUsageProcessor. by Artur Satayev · 4 years, 11 months ago
  47. d2aceca Improve hiddenapi processing so it does not require white list by Paul Duffin · 6 years ago
  48. c02e834 Revert "Support libraries (not just boot jars) that have hiddenapi" by Paul Duffin · 6 years ago
  49. 69f59a3 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  50. ab898dc Revert "Make RuleBuilder methods take Paths" by Colin Cross · 6 years ago
  51. acdd694 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  52. e5b5657 Support libraries (not just boot jars) that have hiddenapi by Paul Duffin · 6 years ago
  53. f24a22a Move hiddenapi singleton rules to Soong by Colin Cross · 6 years ago
  54. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 6 years ago
  55. feec25b Move dexpreopt.Script to android.RuleBuilder by Colin Cross · 6 years ago
  56. 91b4e3e Disable all-assigned check in hiddenapi on master-art by David Brazdil · 6 years ago
  57. 65fd8ba Always do zipalign with uncompressDex. by Nicolas Geoffray · 6 years ago
  58. 0f670a2 Replace hiddenapi-{public,private}-list.txt with a CSV file by David Brazdil · 6 years ago
  59. cd964b3 Maintain uncompressed dex through hiddenapi encode by Colin Cross · 6 years ago
  60. 9fc36a6 Restore UNSAFE_DISABLE_HIDDENAPI_FLAGS functionality. by David Brazdil · 6 years ago
  61. 8faf8fc Move hiddenapi to Soong by Colin Cross · 6 years ago