Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hybris-boot: Pre-define os_version & os_patch_level for keymaster
  • Loading branch information
JamiKettunen committed Nov 20, 2019
1 parent b97b199 commit f4d7d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -141,7 +141,7 @@ $(LOCAL_BUILT_MODULE): $(INSTALLED_KERNEL_TARGET) $(BOOT_RAMDISK) $(MKBOOTIMG) $
@echo "Making hybris-boot.img in $(dir $@) using $(INSTALLED_KERNEL_TARGET) $(BOOT_RAMDISK)"
@mkdir -p $(dir $@)
@rm -rf $@
$(hide)$(MKBOOTIMG) --ramdisk $(BOOT_RAMDISK) $(HYBRIS_BOOTIMAGE_ARGS) $(BOARD_MKBOOTIMG_ARGS) --output $@
$(hide)$(MKBOOTIMG) --ramdisk $(BOOT_RAMDISK) $(HYBRIS_BOOTIMAGE_ARGS) $(BOARD_MKBOOTIMG_ARGS) --os_version 9 --os_patch_level 2019-10-01 --output $@

$(BOOT_RAMDISK): $(BOOT_RAMDISK_FILES) $(BB_STATIC)
@echo "Making initramfs : $@"
Expand Down

0 comments on commit f4d7d06

Please sign in to comment.