aboutsummaryrefslogtreecommitdiff
path: root/msm8996.mk
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2023-11-11 16:10:27 +0100
committerRaghuram Subramani <raghus2247@gmail.com>2024-12-18 23:40:08 +0530
commit785148fa9e2f833d92b0625bd8e8ca135771c54b (patch)
treebfc9a38c5bd424f0e8b1e5be6037b9c2f784f8e0 /msm8996.mk
parent4d671fec381d5159b4112868cad40b72b50ec2c1 (diff)
msm8996-common: Remove legacy verity support
* This has been removed in Android 14, so there's no way to continue using this. * This commit reverts commits: 663d1fb15b06572e677f9aa7bb59136d903f6e76: msm8996-common: Move oem unlock prop set to libinit 1ec6d6b8ee8d6a3ab7a785f7b9023f0e1c1746f3: msm8996-common: Conditionally remove the OEM unlocking option f03c601509bec9331de6829531d61e927e42f736: msm8996-common: Enable OEM unlock and bootable image signing Change-Id: I5209d900487c70c7150efe76d0e7ae7cf51d1423
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-xmsm8996.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/msm8996.mk b/msm8996.mk
index f787598..4849f50 100755
--- a/msm8996.mk
+++ b/msm8996.mk
@@ -375,11 +375,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service
-# Verity
-PRODUCT_SYSTEM_VERITY_PARTITION=/dev/block/bootdevice/by-name/system
-PRODUCT_VENDOR_VERITY_PARTITION=/dev/block/bootdevice/by-name/factory
-$(call inherit-product, build/target/product/verity.mk)
-
# Vibrator
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-impl:64 \