From a2631ebc139516bfa8ad578c1b5a7ea7bc3f8b0d Mon Sep 17 00:00:00 2001 From: Artur Satayev Date: Mon, 12 Apr 2021 15:28:13 +0100 Subject: [PATCH] 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 --- rootdir/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rootdir/Android.bp b/rootdir/Android.bp index 8189fa2c3..ae21633da 100644 --- a/rootdir/Android.bp +++ b/rootdir/Android.bp @@ -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 {