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

Commit a803288f authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Flip the unbundled switch!

Thanks to a broad effort with contributions from many engineers, we
can now build DocumentsUI against @SystemApi, without using any @hide
APIs.  Woo hoo!

Bug: 110959821
Test: manual
Change-Id: I81bae417f87baef5de34a649c792aecae88f3c57
parent 81abbf0d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -22,9 +22,7 @@ java_defaults {
        proguard_flags_files: ["proguard.flags"],
    },

    // TODO: build against public API as part of b/110959821
    platform_apis: true,
    // sdk_version: "current",
    sdk_version: "system_current",
}

android_app {