Merge "Fix reference to header file in art."

am: 16416f0e10

Change-Id: If2fc63471245490df2fabaa9c257db20ba182fe6
This commit is contained in:
Mathew Inwood
2018-03-09 19:25:34 +00:00
committed by android-build-merger

View File

@@ -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;