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:
Artur Satayev 2021-04-12 15:28:13 +01:00 committed by satayev
parent 5e89a35ae3
commit a2631ebc13

View file

@ -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 {