diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 75742eb..2d6ed32 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -60,6 +60,9 @@ BOARD_VNDK_RUNTIME_DISABLE := true BOARD_VNDK_VERSION := current PRODUCT_FULL_TREBLE_OVERRIDE := true +# Android Verified Boot +BOARD_PREBUILT_VBMETAIMAGE := $(COMMON_PATH)/vbmeta.img + # Audio USE_XML_AUDIO_POLICY_CONF := 1 diff --git a/vbmeta.img b/vbmeta.img new file mode 100644 index 0000000..48654fb Binary files /dev/null and b/vbmeta.img differ