Skip to content

Commit

Permalink
ANDROID: build.config: enforce trace_printk check
Browse files Browse the repository at this point in the history
Bug: 79166848
Change-Id: I41d2fe57b377e305b4b68c30c98ee94643d142e4
Test: Build a kernel with trace_prink and see warning
Signed-off-by: Wei Wang <[email protected]>
  • Loading branch information
weivincewang authored and pundiramit committed Aug 28, 2018
1 parent aee4744 commit aebb997
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.config.cuttlefish.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ arch/x86/boot/bzImage
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
1 change: 1 addition & 0 deletions build.config.goldfish.arm
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ arch/arm/boot/zImage
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
1 change: 1 addition & 0 deletions build.config.goldfish.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ arch/arm64/boot/Image
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
1 change: 1 addition & 0 deletions build.config.goldfish.mips
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ FILES="
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
1 change: 1 addition & 0 deletions build.config.goldfish.mips64
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ FILES="
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
1 change: 1 addition & 0 deletions build.config.goldfish.x86
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ arch/x86/boot/bzImage
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1
1 change: 1 addition & 0 deletions build.config.goldfish.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ arch/x86/boot/bzImage
vmlinux
System.map
"
STOP_SHIP_TRACEPRINTK=1

0 comments on commit aebb997

Please sign in to comment.