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

Commit 2a869ba5 authored by David Brazdil's avatar David Brazdil Committed by Gerrit Code Review
Browse files

Merge "dexopt: Replace -Xhidden-api-checks with -Xhidden-api-policy"

parents 8854a3d5 36133d1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@ class RunDex2Oat : public ExecVHelper {
        }
        AddRuntimeArg(target_sdk_version_arg);
        if (enable_hidden_api_checks) {
            AddRuntimeArg("-Xhidden-api-checks");
            AddRuntimeArg("-Xhidden-api-policy:enabled");
        }

        if (dex_metadata_fd > -1) {