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

Commit 0868169b authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

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

am: 2a869ba5

Change-Id: I8f84a3182e579552c08f34a1d0f5354839f91cda
parents dd439a21 2a869ba5
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) {