Add the systemserver_fragment to permission SDK.

Note: This needs to be exported from the APEX (ag/15938066) when a new
prebuilt is dropped.

The systemserver_fragment is needed for dexpreopting when the permission
APEX is built from a prebuilt.

Bug: 194150908
Test: m nothing
Merged-In: Iae4fc725d486178d58fba76b3dc014c523317cb9
Change-Id: Iae4fc725d486178d58fba76b3dc014c523317cb9
(cherry picked from commit 529c5b5dc2a0b89bb01ca73aa8ef03ba414bbf0a)
diff --git a/Android.bp b/Android.bp
index 6356b4c..9ff56e6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,7 +56,7 @@
 sdk {
     name: "permission-module-sdk",
     bootclasspath_fragments: ["com.android.permission-bootclasspath-fragment"],
-    java_sdk_libs: ["service-permission"],
+    systemserverclasspath_fragments: ["com.android.permission-systemserverclasspath-fragment"],
 }
 
 // Encapsulate the contributions made by the com.android.permission to the bootclasspath.