index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apex
/
bootclasspath_fragment_test.go
Age
Commit message (
Expand
)
Author
2023-05-12
Remove the ability to install boot images by bootclasspath_fragments.
Jiakai Zhang
2023-05-12
Prepare tests for dexpreopt changes.
Jiakai Zhang
2023-05-12
Get rid of DeviceName() from path related to dexpreopt
Jeongik Cha
2023-05-09
Generate boot image profiles even if dexpreopt is disabled.
Jiakai Zhang
2023-02-10
Properly check the deapexed files in tests.
Jiakai Zhang
2022-12-21
Check for duplicate bundled files from different modules.
Jooyung Han
2022-05-27
bootclasspath_fragment: Require at least one hidden_api package property
Paul Duffin
2022-01-28
Allow installing boot images outside of APEX for prebuilt.
Jiakai Zhang
2022-01-13
Allow installing boot images outside of APEX.
Jiakai Zhang
2021-12-14
Test that `DisableGenerateProfile` takes effects for APEXes.
Jiakai Zhang
2021-12-07
Do not allow duplicate deapexer dependencies.
Martin Stjernholm
2021-12-03
Add ART boot image profile to the ART APEX.
Jiakai Zhang
2021-09-23
Propagate the dex jar path as an OptionalPath which is either valid or
Martin Stjernholm
2021-08-10
Fix tests to use correct fixtures for configuring (Apex)BootJars.
satayev
2021-07-26
Merge "Rename UpdatableBootJars to ApexBootJars."
satayev
2021-07-22
Rename UpdatableBootJars to ApexBootJars.
satayev
2021-07-20
Require prebuilt_bootclasspath_fragment to provide hidden API files
Paul Duffin
2021-06-28
Calculate widest stub dex jars per module
Paul Duffin
2021-06-25
Support hidden API processing for modules that use platform APIs
Paul Duffin
2021-06-24
Add ModuleLibHiddenAPIScope for hidden API processing
Paul Duffin
2021-06-24
Add test for modular hiddenapi list rule
Paul Duffin
2021-06-24
Add HiddenAPIScope to replace use of SdkKind
Paul Duffin
2021-06-17
Export boot image files from prebuilt_apex/apex_set
Paul Duffin
2021-06-17
Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferred
Paul Duffin
2021-06-17
Combine hidden API encoding with flag generation
Paul Duffin
2021-06-16
Create APEX variant for prebuilt_apex/apex_set
Paul Duffin
2021-05-25
Merge "Rename generate proto config file to match classpath type."
satayev
2021-05-24
Only export boot image files to APEX if they are actually created
Paul Duffin
2021-05-24
Support hidden API processing for fragments with dependencies
Paul Duffin
2021-05-24
Rename generate proto config file to match classpath type.
satayev
2021-05-23
Perform hidden API encoding in bootclasspath_fragment
Paul Duffin
2021-05-19
Store dex jar paths in bootclasspath_fragment's apex content info
Paul Duffin
2021-05-19
Test dex jar paths provided to apex by bootclasspath_fragment
Paul Duffin
2021-05-11
Generate empty classpaths.proto for bootclasspath_fragment.go.
satayev
2021-04-30
Move configuration checks from getBootImageJar
Paul Duffin
2021-04-26
Allow contents and image_name to be specified together
Paul Duffin
2021-04-26
Rename BootImageInfo to BootclasspathFragmentApexContentInfo
Paul Duffin
2021-04-23
Rename BootImageModule to BootclasspathFragmentModule
Paul Duffin