Adding Car GSI public key
Bug: 140827657 Test: m qcar-gsi.avbpubkey Change-Id: Ib493d17b9ca3859b8613de12fb8015d2ffb766f6
This commit is contained in:
parent
bc053268cf
commit
bb6cebb2ec
3 changed files with 18 additions and 0 deletions
|
@ -18,3 +18,10 @@ filegroup {
|
|||
"s-gsi.avbpubkey",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "qcar-gsi_avbpubkey",
|
||||
srcs: [
|
||||
"qcar-gsi.avbpubkey",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -80,4 +80,15 @@ LOCAL_MODULE_PATH := $(my_gsi_avb_keys_path)
|
|||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
#######################################
|
||||
# qcar-gsi.avbpubkey
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := qcar-gsi.avbpubkey
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := $(LOCAL_MODULE)
|
||||
LOCAL_MODULE_PATH := $(my_gsi_avb_keys_path)
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
my_gsi_avb_keys_path :=
|
||||
|
|
BIN
rootdir/avb/qcar-gsi.avbpubkey
Normal file
BIN
rootdir/avb/qcar-gsi.avbpubkey
Normal file
Binary file not shown.
Loading…
Reference in a new issue