commit | a6962908b90f0a7431eec1144c8e1be62f70cdda | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Sat Apr 13 09:59:01 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Apr 13 09:59:01 2019 +0000 |
tree | 459b7933a66ca8118feb2e50a1ce49f9ba4c61ea | |
parent | aed146987b8b104b4a5298ad0efe2a64cb881cd7 [diff] | |
parent | a137d0751f7a43f6795a4fba2eafd0175a048828 [diff] |
Merge "dexopt: Replace -Xhidden-api-checks with -Xhidden-api-policy" into qt-dev
diff --git a/cmds/installd/dexopt.cpp b/cmds/installd/dexopt.cpp index a5cc0df..dbb4f22 100644 --- a/cmds/installd/dexopt.cpp +++ b/cmds/installd/dexopt.cpp
@@ -534,7 +534,7 @@ } AddRuntimeArg(target_sdk_version_arg); if (enable_hidden_api_checks) { - AddRuntimeArg("-Xhidden-api-checks"); + AddRuntimeArg("-Xhidden-api-policy:enabled"); } if (dex_metadata_fd > -1) {