Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2631ebc authored by Artur Satayev's avatar Artur Satayev Committed by satayev
Browse files

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
parent 5e89a35a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 {