Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a29a605 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Allow com.android.* classes in system_service stubs" am: c26b2e8f

Change-Id: I16055be25b2b5716ffa6c1a6cce17c923288c7c7
parents fdbd8202 c26b2e8f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -110,9 +110,10 @@ droidstubs {
    name: "services-stubs.sources",
    srcs: [":services-sources"],
    installable: false,
    // TODO: remove the --hide options below
    args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.SYSTEM_SERVER\\)" +
        " --hide-annotation android.annotation.Hide" +
        " --hide InternalClasses" + // com.android.* classes are okay in this interface
        // TODO: remove the --hide options below
        " --hide-package com.google.android.startop.iorap" +
        " --hide ReferencesHidden" +
        " --hide DeprecationMismatch" +