Install platform-bootclasspath generated config in /system/etc.
platform-bootclasspath module generates classpaths.proto config with the information for derive_classpath to read and parse at runtime. See go/updatable-bootclasspath. Bug: 180105615 Test: m && launch_cvd; presubmit / DeviceBootTest Change-Id: I0f4b1cfce9468fd6e3377a1d7233245e30f1ea51
This commit is contained in:
parent
5e89a35ae3
commit
a2631ebc13
1 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,10 @@ prebuilt_etc {
|
|||
name: "init.rc",
|
||||
src: "init.rc",
|
||||
sub_dir: "init/hw",
|
||||
required: ["fsverity_init"],
|
||||
required: [
|
||||
"fsverity_init",
|
||||
"platform-bootclasspath",
|
||||
],
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue