Add platform-systemserverclasspath.

Make it required in platform-bootclasspath, to make sure both are
installed at the same time.

Bug: 180105615
Test: m && launch_cvd
Change-Id: I58fec3781309727e35c5eb53959e7b6ff58fee73
This commit is contained in:
satayev
2021-04-29 11:54:02 +01:00
parent ffe7986d71
commit 8e93d887c9

View File

@@ -98,4 +98,12 @@ platform_bootclasspath {
dest: "hiddenapi-unsupported.csv",
},
],
required: [
"platform-systemserverclasspath",
],
}
platform_systemserverclasspath {
name: "platform-systemserverclasspath",
}