Merge "Adding Car GSI public key" into android11-tests-dev
This commit is contained in:
commit
efcca34203
3 changed files with 21 additions and 0 deletions
|
|
@ -18,3 +18,10 @@ filegroup {
|
|||
"s-gsi.avbpubkey",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "qcar-gsi_avbpubkey",
|
||||
srcs: [
|
||||
"qcar-gsi.avbpubkey",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -89,3 +89,17 @@ LOCAL_MODULE_PATH := $(TARGET_RAMDISK_OUT)/avb
|
|||
endif
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
#######################################
|
||||
# qcar-gsi.avbpubkey
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := qcar-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)
|
||||
|
|
|
|||
BIN
rootdir/avb/qcar-gsi.avbpubkey
Normal file
BIN
rootdir/avb/qcar-gsi.avbpubkey
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue