Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 592f3025 authored by Wei Wang's avatar Wei Wang
Browse files

ANDROID: build.config: enforce trace_printk check



Bug: 79166848
Change-Id: I41d2fe57b377e305b4b68c30c98ee94643d142e4
Test: Build a kernel with trace_prink and see warning
Signed-off-by: default avatarWei Wang <wvw@google.com>
parent cbe10cc6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,3 +13,4 @@ arch/x86/boot/bzImage
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ arch/arm/boot/zImage
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ arch/arm64/boot/Image
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
+1 −0
Original line number Diff line number Diff line
@@ -9,3 +9,4 @@ FILES="
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
+1 −0
Original line number Diff line number Diff line
@@ -9,3 +9,4 @@ FILES="
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
Loading