diff --git a/device.mk b/device.mk index b980850..495ab9b 100644 --- a/device.mk +++ b/device.mk @@ -38,6 +38,9 @@ PRODUCT_PACKAGES += \ otapreopt_script \ checkpoint_gc +# Allow userspace reboots +$(call inherit-product, $(SRC_TARGET_DIR)/product/userspace_reboot.mk) + # Boot control HAL PRODUCT_PACKAGES += \ android.hardware.boot@1.2-service \