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

Commit 014d1fc9 authored by Vishwath Mohan's avatar Vishwath Mohan
Browse files

Enable CFI for vendor components on aosp_arm64_ab product-configs

The aosp_arm64_ab product config needs to also enable CFI for some
vendor components (if they exist).

Bug: 66301104
Test: lunch aosp_arm64_ab-userdebug && m -j40
Change-Id: Iae670c2d44c00d3dfb0e312e1492b37bbb737d4f
parent d002e495
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@ PRODUCT_PACKAGES += \
    update_verifier

# Enable control-flow integrity (CFI) for security sensitive components
$(call inherit-product, build/make/target/product/cfi-common.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/cfi-common.mk)
$(call inherit-product-if-exists, vendor/google/products/cfi-vendor.mk)

PRODUCT_NAME := aosp_arm64_ab
PRODUCT_DEVICE := generic_arm64_ab