commit | 0457b6c47cd23ba151a589fc859eda7082810089 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Jan 24 06:48:12 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 24 06:48:12 2025 -0800 |
tree | b53c28b5e6dc56a8e5e432b8cf7994c8231df463 | |
parent | 90ed0c95816353fd89d10e56cf0334a6003a3114 [diff] | |
parent | 817c15018dbca3a3498eb5c68f9998274b8f4184 [diff] |
Merge "remove unused files in fake_device_config" into main
diff --git a/core/Makefile b/core/Makefile index ada5be5..c4327fd 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -5651,7 +5651,9 @@ endif endif # INSTALLED_BOOTIMAGE_TARGET == "" ifeq ($(recovery_fstab),) - build_ota_package := false + ifeq ($(filter $(TARGET_RECOVERY_ROOT_OUT)/system/etc/recovery.fstab,$(INTERNAL_RECOVERYIMAGE_FILES)),) + build_ota_package := false + endif endif endif # PRODUCT_BUILD_GENERIC_OTA_PACKAGE