summaryrefslogtreecommitdiff
path: root/java/hiddenapi.go
AgeCommit message (Expand)Author
2024-01-17Add better error handling to bootDexJar function Spandan Das
2023-12-14Convert OtherModuleProvider to generic providers API Colin Cross
2023-09-07Revert^2 "Only allow setting presigned without preprocessed on targetSdk < 30" Cole Faust
2023-09-07Revert "Only allow setting presigned without preprocessed on targetSdk < 30" Karl Shaffer
2023-08-29Only allow setting presigned without preprocessed on targetSdk < 30 Cole Faust
2023-07-30Disable Hidden API Checks for ENG Builds Pratyush
2023-03-22Update min_sdk_version from SdkSpec to ApiLevel Spandan Das
2023-03-21Revert "Update min_sdk_version from SdkSpec to ApiLevel" Spandan Das
2023-03-20Update min_sdk_version from SdkSpec to ApiLevel Spandan Das
2023-02-14Convert RuleBuilder to static rule in buildRuleToGenerateIndex Cole Faust
2022-04-28hiddenapi: Prevent libraries for Q/R from include S+ flags. Paul Duffin
2022-01-28Annotate more java dependencies for licensing Colin Cross
2021-09-23Propagate the dex jar path as an OptionalPath which is either valid or Martin Stjernholm
2021-07-22Rename UpdatableBootJars to ApexBootJars. satayev
2021-06-09Maintain header order in merge_csv Paul Duffin
2021-05-23Refactor hiddenAPIEncodeDex for use by bootclasspath_fragment Paul Duffin
2021-05-19Move hidden API encoding after resource merging Paul Duffin
2021-05-17Make uncompressDex available for use through hiddenAPIModule Paul Duffin
2021-05-17Remove hiddenAPI.primary field Paul Duffin
2021-05-17Merge initHiddenAPI and hiddenAPIUpdatePaths Paul Duffin
2021-05-17Remove configurationName from java library and hidden API Paul Duffin
2021-05-14Refactor special handling of hidden API encoding for master-art Paul Duffin
2021-05-14Stop generating unnecessary hidden API rules Paul Duffin
2021-05-14Generate monolithic hidden API files direct from class jars Paul Duffin
2021-05-14Dedup hidden API rule generation Paul Duffin
2021-05-14Populate hiddenAPI structure even when not active Paul Duffin
2021-04-30Fix build failure when building unbundled apps (second try) Paul Duffin
2021-04-23Export classesJars initialized in hiddenAPIExtractInformation Paul Duffin
2021-04-21Skip initHiddenAPI check of prebuilt's boot dex jar for APEX modules Paul Duffin
2021-04-14Ensure boot jar modules have been initialized properly for hidden API Paul Duffin
2021-03-01Avoid hiddenapi ignoring prebuilt with missing dex implementation jar Paul Duffin
2021-02-16Sort hiddenapi monolithic files by signature Paul Duffin
2021-02-16Remove duplicates in monolithic hidden API files Paul Duffin
2021-02-16Remove implicit dependency from <x> -> <x>-hiddenapi Paul Duffin
2021-02-16Allow explicitly specified additional annotations for hiddenapi Paul Duffin
2021-02-11Move logic for selecting the primary module into initHiddenAPI() Paul Duffin
2021-02-08Allow dex jars from prebuilt_apex to be used by hiddenapi Paul Duffin
2021-02-08Refactor the hiddenAPI() method for reusability Paul Duffin
2021-02-08Extract initHiddenAPI() from hiddenapi() Paul Duffin
2021-02-07Remove duplicate entries from hiddenapi files Paul Duffin
2021-02-02Switch hiddenapi to use OutputPath instead of ModuleOutPath Paul Duffin
2021-01-29Move creation of paths into hiddenAPIGenerateCSV Paul Duffin
2021-01-29Add documentation for the different files created by hiddenapi Paul Duffin
2020-12-01Pass pctx and ctx to NewRuleBuilder Colin Cross
2020-08-13Rename class2greylist Andrei Onea
2020-07-12Use unzip -DD Colin Cross
2020-06-29Apply hiddenapi encoding to java_sdk_library .impl Paul Duffin
2020-05-20Add --no-force-assign-all for java_sdk_library Paul Duffin
2020-02-25Merge changes Ibaf383c4,I2b1c0736 Jiyong Park
2020-02-25Expect added members for instrumented modules Jiyong Park