Loading config/board.mk +5 −1 Original line number Diff line number Diff line Loading @@ -64,3 +64,7 @@ endif # SELinux BOARD_SEPOLICY_DIRS := \ vendor/mad/sepolicy # DEXPREOPT WITH_DEXPREOPT := true DONT_DEXPREOPT_PREBUILTS := true overlay/frameworks/base/core/res/res/values/config.xml +8 −0 Original line number Diff line number Diff line Loading @@ -125,4 +125,12 @@ it causes the device to wake up. The default is false. --> <bool name="config_lidControlsSleep">true</bool> <!-- Default list of files pinned by the Pinner Service --> <string-array translatable="false" name="config_defaultPinnerServiceFiles"> <item>"/system/framework/arm64/boot-framework.oat"</item> <item>"/system/framework/oat/arm64/services.odex"</item> <item>"/system/framework/arm64/boot.oat"</item> <item>"/system/framework/arm64/boot-core-libart.oat"</item> </string-array> </resources> Loading
config/board.mk +5 −1 Original line number Diff line number Diff line Loading @@ -64,3 +64,7 @@ endif # SELinux BOARD_SEPOLICY_DIRS := \ vendor/mad/sepolicy # DEXPREOPT WITH_DEXPREOPT := true DONT_DEXPREOPT_PREBUILTS := true
overlay/frameworks/base/core/res/res/values/config.xml +8 −0 Original line number Diff line number Diff line Loading @@ -125,4 +125,12 @@ it causes the device to wake up. The default is false. --> <bool name="config_lidControlsSleep">true</bool> <!-- Default list of files pinned by the Pinner Service --> <string-array translatable="false" name="config_defaultPinnerServiceFiles"> <item>"/system/framework/arm64/boot-framework.oat"</item> <item>"/system/framework/oat/arm64/services.odex"</item> <item>"/system/framework/arm64/boot.oat"</item> <item>"/system/framework/arm64/boot-core-libart.oat"</item> </string-array> </resources>