From 3c8277d279ccf6a05b96abed40840670312f0f62 Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Fri, 9 Mar 2018 14:06:08 +0000 Subject: [PATCH] Fix reference to header file in art. The definition of the flags has moved at some point, update this comment to point to the correct location. Test: make Change-Id: I2d7caa857e0061115b57a325db18cae605b464ee --- services/core/java/com/android/server/pm/Installer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/pm/Installer.java b/services/core/java/com/android/server/pm/Installer.java index 168b10b75681d..504184cdf5316 100644 --- a/services/core/java/com/android/server/pm/Installer.java +++ b/services/core/java/com/android/server/pm/Installer.java @@ -40,7 +40,7 @@ public class Installer extends SystemService { /* *************************************************************************** * IMPORTANT: These values are passed to native code. Keep them in sync with - * frameworks/native/cmds/installd/installd.h + * frameworks/native/cmds/installd/installd_constants.h * **************************************************************************/ /** Application should be visible to everyone */ public static final int DEXOPT_PUBLIC = 1 << 1;