diff options
-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", } |