Adding the AVB public key for Q-Developer-GSI
Bug: 144399552 Test: m q-developer-gsi.avbpubkey Change-Id: If140c429c8b8324c0c2364aa67e72e41748b42b4
This commit is contained in:
parent
687b55261c
commit
bd0853602b
2 changed files with 15 additions and 0 deletions
|
|
@ -15,6 +15,21 @@ endif
|
|||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
#######################################
|
||||
# q-developer-gsi.avbpubkey
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := q-developer-gsi.avbpubkey
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := $(LOCAL_MODULE)
|
||||
ifeq ($(BOARD_USES_RECOVERY_AS_BOOT),true)
|
||||
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/first_stage_ramdisk/avb
|
||||
else
|
||||
LOCAL_MODULE_PATH := $(TARGET_RAMDISK_OUT)/avb
|
||||
endif
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
#######################################
|
||||
# r-gsi.avbpubkey
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
|||
BIN
rootdir/avb/q-developer-gsi.avbpubkey
Normal file
BIN
rootdir/avb/q-developer-gsi.avbpubkey
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue