Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07a72277 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Revert "Remove flags to turn overriding commands into errors"

This reverts commit 1d8e8613.

Reason for revert: fixed art + mac bug

Change-Id: I53a4d490ef32270aaaa8051f5c44958d0bec6469
Test: on mac: m nothing
parent 1d8e8613
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -70,3 +70,5 @@ TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true


BOARD_VNDK_VERSION := current
BOARD_VNDK_VERSION := current

BUILD_BROKEN_DUP_RULES := false
+2 −0
Original line number Original line Diff line number Diff line
@@ -101,3 +101,5 @@ TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true


BOARD_VNDK_VERSION := current
BOARD_VNDK_VERSION := current

BUILD_BROKEN_DUP_RULES := false
+2 −0
Original line number Original line Diff line number Diff line
@@ -91,3 +91,5 @@ DEX_PREOPT_DEFAULT := nostripping
# Enable A/B update
# Enable A/B update
TARGET_NO_RECOVERY := true
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true

BUILD_BROKEN_DUP_RULES := false
+2 −0
Original line number Original line Diff line number Diff line
@@ -63,6 +63,8 @@ BOARD_SEPOLICY_DIRS += \


BOARD_VNDK_VERSION := current
BOARD_VNDK_VERSION := current


BUILD_BROKEN_DUP_RULES := false

# Enable A/B update
# Enable A/B update
TARGET_NO_RECOVERY := true
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
+2 −0
Original line number Original line Diff line number Diff line
@@ -65,3 +65,5 @@ BOARD_VNDK_VERSION := current
# Enable A/B update
# Enable A/B update
TARGET_NO_RECOVERY := true
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true

BUILD_BROKEN_DUP_RULES := false
Loading