Build framework-doc-system-stubs with system stubs.

Specifing the new property makes soong pass system stub jars for
metalava to process.

Bug: 190665366
Test: m framework-doc-system-stubs
Change-Id: I0da0a0aa79d0128d81a5a6df7f9ce4a190a2b650
diff --git a/ApiDocs.bp b/ApiDocs.bp
index 83ace02..65a6547 100644
--- a/ApiDocs.bp
+++ b/ApiDocs.bp
@@ -140,6 +140,7 @@
     args: metalava_framework_docs_args +
         " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\) ",
     write_sdk_values: true,
+    api_levels_sdk_type: "system",
 }
 
 /////////////////////////////////////////////////////////////////////