device.mk 690 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Copyright (C) 2023 The Android Open Source Project
  3. # Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. LOCAL_PATH := device/hmd/DPL_sprout
  8. # A/B
  9. AB_OTA_POSTINSTALL_CONFIG += \
  10. RUN_POSTINSTALL_system=true \
  11. POSTINSTALL_PATH_system=system/bin/otapreopt_script \
  12. FILESYSTEM_TYPE_system=ext4 \
  13. POSTINSTALL_OPTIONAL_system=true
  14. # Boot control HAL
  15. PRODUCT_PACKAGES += \
  16. android.hardware.boot@1.0-impl \
  17. android.hardware.boot@1.0-service
  18. PRODUCT_PACKAGES += \
  19. bootctrl.msm8937
  20. PRODUCT_PACKAGES += \
  21. otapreopt_script \
  22. cppreopts.sh \
  23. update_engine \
  24. update_verifier \
  25. update_engine_sideload