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

Commit d5c396c3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not install Android.bp file in recovery partition" into main am: 91a72b55

parents f372af9c 91a72b55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2664,7 +2664,7 @@ ifndef TARGET_PRIVATE_RES_DIRS
TARGET_PRIVATE_RES_DIRS := $(wildcard $(TARGET_DEVICE_DIR)/recovery/res)
endif
recovery_resource_deps := $(shell find $(recovery_resources_common) \
  $(TARGET_PRIVATE_RES_DIRS) -type f)
  $(TARGET_PRIVATE_RES_DIRS) -type f -not -name "*.bp")
recovery_resource_deps += $(generated_recovery_text_files)