Removing vboot 1.0 verity metadata
am: 952f6a458e
Change-Id: Idf363438d6855a5c783e2e037c9bc9aca64c4653
This commit is contained in:
commit
bd56083dcb
4 changed files with 0 additions and 5 deletions
|
@ -23,7 +23,6 @@ include build/make/target/product/treble_common.mk
|
|||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/verity.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_arm64_a
|
||||
PRODUCT_DEVICE := generic_arm64_a
|
||||
|
|
|
@ -29,7 +29,6 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/verity.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_arm64_ab
|
||||
PRODUCT_DEVICE := generic_arm64_ab
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
include build/make/target/product/treble_common.mk
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/verity.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_arm_a
|
||||
PRODUCT_DEVICE := generic_arm_a
|
||||
|
|
|
@ -187,8 +187,6 @@ PRODUCT_PACKAGES += \
|
|||
libsync \
|
||||
libvulkan \
|
||||
|
||||
PRODUCT_SYSTEM_VERITY_PARTITION := /dev/block/bootdevice/by-name/system
|
||||
|
||||
# Audio:
|
||||
USE_XML_AUDIO_POLICY_CONF := 1
|
||||
# The following policy XML files are used as fallback for
|
||||
|
|
Loading…
Reference in a new issue