Skip to content

Commit 592f302

Browse files
committed
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: Wei Wang <[email protected]>
1 parent cbe10cc commit 592f302

7 files changed

+7
-0
lines changed

build.config.cuttlefish.x86_64

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ arch/x86/boot/bzImage
1313
vmlinux
1414
System.map
1515
"
16+
STOP_SHIP_TRACEPRINTK=1

build.config.goldfish.arm

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ arch/arm/boot/zImage
1010
vmlinux
1111
System.map
1212
"
13+
STOP_SHIP_TRACEPRINTK=1

build.config.goldfish.arm64

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ arch/arm64/boot/Image
1010
vmlinux
1111
System.map
1212
"
13+
STOP_SHIP_TRACEPRINTK=1

build.config.goldfish.mips

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ FILES="
99
vmlinux
1010
System.map
1111
"
12+
STOP_SHIP_TRACEPRINTK=1

build.config.goldfish.mips64

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ FILES="
99
vmlinux
1010
System.map
1111
"
12+
STOP_SHIP_TRACEPRINTK=1

build.config.goldfish.x86

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ arch/x86/boot/bzImage
1010
vmlinux
1111
System.map
1212
"
13+
STOP_SHIP_TRACEPRINTK=1

build.config.goldfish.x86_64

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ arch/x86/boot/bzImage
1010
vmlinux
1111
System.map
1212
"
13+
STOP_SHIP_TRACEPRINTK=1

0 commit comments

Comments
 (0)