Merge "Adding Car GSI public key"
This commit is contained in:
commit
208cad671d
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…
Add table
Reference in a new issue