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

Commit 5d60c8ac authored by Inseob Kim's avatar Inseob Kim
Browse files

Revert "Do not initialize BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW"

This reverts commit 3b82e070.

Reason for revert: This was a hack and the fix has been merged

Change-Id: Ifa1684d9908f384d3da86acae18bfe4b47cf1529
parent ba36f4c1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ _board_strip_readonly_list += $(_dynamic_partitions_var_list)
_build_broken_var_list := \
  BUILD_BROKEN_DUP_RULES \
  BUILD_BROKEN_PREBUILT_ELF_FILES \
  BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW \
  BUILD_BROKEN_USES_NETWORK \

_build_broken_var_list += \
@@ -108,10 +109,6 @@ endif
# ###############################################################
$(foreach v,$(_build_broken_var_list),$(eval $(v) :=))

# Build broken vars without default initialization above
_build_broken_var_list += \
  BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW

# Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)
# or under vendor/*/$(TARGET_DEVICE).  Search in both places, but
# make sure only one exists.