commit | 77fcc43b6ca5e6863220e4789d35f389a8b7f73a | [log] [tgz] |
---|---|---|
author | Diego Wilson <diegowilson@google.com> | Thu Apr 20 11:36:50 2017 -0700 |
committer | Diego Wilson <diegowilson@google.com> | Thu Apr 20 11:36:50 2017 -0700 |
tree | aec314194e50af82a897204d5667454be6ae0065 | |
parent | dd4cdfd30a98a3d0bb73f5fe17c7be5007a1cc7c [diff] |
Remove BOARD_USES_RECOVERY_AS_BOOT from aosp_arm64_ab The target does not have a kernel so this flag does not make sense. Bug: 37443196 Test: flash aosp_arm64_ab system.img on sailfish Change-Id: I1f22866dd5ecdd16615c02fdc8aa898b1ec2ddbd
diff --git a/target/board/generic_arm64_ab/BoardConfig.mk b/target/board/generic_arm64_ab/BoardConfig.mk index 2c3821a..cf79019 100644 --- a/target/board/generic_arm64_ab/BoardConfig.mk +++ b/target/board/generic_arm64_ab/BoardConfig.mk
@@ -64,7 +64,6 @@ # Enable A/B update TARGET_NO_RECOVERY := true -BOARD_USES_RECOVERY_AS_BOOT := true BOARD_BUILD_SYSTEM_ROOT_IMAGE := true # TODO(jiyong) These might be SoC specific.