Merge "Adding Car GSI public key"

This commit is contained in:
Treehugger Robot 2021-01-06 01:05:43 +00:00 committed by Gerrit Code Review
commit 208cad671d
3 changed files with 18 additions and 0 deletions

View file

@ -18,3 +18,10 @@ filegroup {
"s-gsi.avbpubkey",
],
}
filegroup {
name: "qcar-gsi_avbpubkey",
srcs: [
"qcar-gsi.avbpubkey",
],
}

View file

@ -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 :=

Binary file not shown.