Skip to content

Commit 4c4037d

Browse files
committed
Add some boot.img params to make km happy
1 parent 264c010 commit 4c4037d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

make/build.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ $(OUTBOOTIMG): $(OUTBIN) $(OUTZIMAGEDTB) $(OUTDTIMG)
6464
--base=$(ANDROID_BOOT_BASE) \
6565
--output=$@ \
6666
--cmdline="$(ANDROID_BOOT_CMDLINE)"
67+
--os_version="11.0.0"
68+
--os_patch_level="2022-12"
6769
$(NOECHO)echo -n SEANDROIDENFORCE >> $@
6870

6971
include arch/$(ARCH)/compile.mk

0 commit comments

Comments
 (0)