Skip to content

Commit

Permalink
Merge pull request #633 from ix5/product-build-recovery
Browse files Browse the repository at this point in the history
[Q-COMPAT] common: Set PRODUCT_BUILD_RECOVERY_IMAGE=true
  • Loading branch information
jerpelea committed Oct 1, 2019
2 parents 1a9078d + 60ef542 commit 566bf9a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,23 @@ PRODUCT_ENFORCE_RRO_TARGETS := \
Telephony \
framework-res

PRODUCT_USE_VNDK_OVERRIDE := true

PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI

PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true
# Treble properties

# Match running HAL services against vintf manifest
PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true
# Force using VNDK regardless of shipping API level
PRODUCT_USE_VNDK_OVERRIDE := true
# Force split of sepolicy into /system/etc/selinux and (/system)/vendor/etc/selinux
# for all devices, regardless of shipping API level
PRODUCT_SEPOLICY_SPLIT_OVERRIDE := true
# Force moving all vendor props into /vendor/build.prop
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true

# Force building a recovery image: Needed for OTA packaging to work since Q
PRODUCT_BUILD_RECOVERY_IMAGE := true

BUILD_KERNEL := true
-include $(KERNEL_PATH)/common-headers/KernelHeaders.mk

Expand Down

0 comments on commit 566bf9a

Please sign in to comment.