From 8e93d887c910115d1420f919a5688f703c8315a7 Mon Sep 17 00:00:00 2001 From: satayev Date: Thu, 29 Apr 2021 11:54:02 +0100 Subject: [PATCH] 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 --- boot/Android.bp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boot/Android.bp b/boot/Android.bp index ef2abc885fcf8..3caede47d8591 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -98,4 +98,12 @@ platform_bootclasspath { dest: "hiddenapi-unsupported.csv", }, ], + + required: [ + "platform-systemserverclasspath", + ], +} + +platform_systemserverclasspath { + name: "platform-systemserverclasspath", }