소스 검색

'device.mk' ändern

Vinylsmith 6 달 전
부모
커밋
20d83dd10a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      device.mk

+ 2 - 0
device.mk

@@ -23,6 +23,8 @@ AB_OTA_PARTITIONS += \
     boot \
     system \
     vendor
+BOARD_USES_RECOVERY_AS_BOOT := true
+TARGET_NO_RECOVERY := true
 
 AB_OTA_POSTINSTALL_CONFIG += \
     RUN_POSTINSTALL_system=true \