diff options
author | satayev <satayev@google.com> | 2021-04-29 11:54:02 +0100 |
---|---|---|
committer | satayev <satayev@google.com> | 2021-05-06 13:32:13 +0100 |
commit | 8e93d887c910115d1420f919a5688f703c8315a7 (patch) | |
tree | a02ea1db51c05ead4587c9171bad9e0acefdb62d /boot | |
parent | ffe7986d718f19b28525323a7e1530d1f5a78325 (diff) |
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
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/Android.bp b/boot/Android.bp index ef2abc885fcf..3caede47d859 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", } |