diff options
author | 2024-07-30 23:28:17 +0000 | |
---|---|---|
committer | 2024-08-06 02:27:17 +0000 | |
commit | 29207b57cf7dc0193de9036a17674f5438653dde (patch) | |
tree | 4ff007e082daaa5eda08d05af68c202d46ea8e19 /java/app_set.go | |
parent | 32b8daff1d5e60037e1df2c89eec360a11e6315a (diff) |
Move the installation rules of boot images to soong
This CL adds moves the installation rules of boot images to soong. This
will eventually allow us to build devices by skipping `katiBuild` and
moving straight to `katiPackaging`
Details
1. Drop `no_full_install` from dex_bootjars singleton. This ensures that
the files installed by this singleton module does not get skipped
when generating the soong installs file (out/soong/installs-*)
2. Replace PackageFile with InstallFile. This registers the installation
rules for both make-built and soong-built images (e.g.
aosp_cf_system_x86_64)
3. Implement `AndroidMkEntries` for dex_bootjars singleton. OutputFile
needs to be non-nil so that this module does not get elided when
generating out/soong/Android-*. `OutputFile` was abritrarily set to one
of the many files installed by this singleton.
Test: no diff in
target/product/vsoc_x86_64/obj/PACKAGING/system_intermediates/file_list.txt
(top of stack)
Bug: 355700341
Bug: 355703904
Change-Id: I3531defa6bba58ef78f6d66e881502a8222fc229
Diffstat (limited to 'java/app_set.go')
0 files changed, 0 insertions, 0 deletions