platform_build/tools/releasetools/merge
Jooyung Han c9542abbbd Use apexd_host for host-side APEX extraction
Host-side simulation of APEX activation is done by a new tool
'apexd_host'. This simplies checkvintf invocation for local builds and
for target-files.

For local builds, checkvintf no londer depends on $OUT/apex, a flattened
view of APEXes. In fact, the build system doesn't need to install
$OUT/apex. They are installed for now only for its side-effect of
installing symbol files. We'd better not rely on $OUT/apex.

For target-files, scanning/activating apexes are extracted and moved to
the new tool. Now check_target_files_vintf is not more efficient because
it doesn't copy .apex files to a temporary directory.

Bug: 260358957
Bug: 288826922
Test: m (running checkvintf) # for local builds
Test: m target-files-package && check_garget_files_vintf target-files.zip
Test: atest releasetools_test
Change-Id: Iba23f429d96f9ec31814196aa14bdbb800649218
2023-06-27 17:00:06 +09:00
..
Android.bp Use apexd_host for host-side APEX extraction 2023-06-27 17:00:06 +09:00
merge_builds.py
merge_compatibility_checks.py
merge_dexopt.py Use apexd_host for host-side APEX extraction 2023-06-27 17:00:06 +09:00
merge_meta.py Invoke delta_generator directly 2023-04-11 13:53:05 -07:00
merge_target_files.py Fix merge_target_files in GRF case 2023-04-27 10:41:25 +08:00
merge_utils.py Merge "Support to merge PREBUILT_IMAGES" 2023-04-25 04:24:20 +00:00
OWNERS Remove danielnorman@ from OWNERs. 2022-06-07 19:26:54 +00:00
test_merge_compatibility_checks.py
test_merge_meta.py
test_merge_utils.py Support merging target files from directory 2023-04-10 17:07:03 +08:00