Merge "Adding Car GSI public key" into android10-tests-dev
This commit is contained in:
commit
3d7e667b0a
2 changed files with 16 additions and 0 deletions
|
|
@ -44,3 +44,19 @@ LOCAL_MODULE_PATH := $(TARGET_RAMDISK_OUT)/avb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(BUILD_PREBUILT)
|
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