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 <wvw@google.com>
This commit is contained in:
parent
aee47441ed
commit
aebb997fa6
7 changed files with 7 additions and 0 deletions
|
@ -13,3 +13,4 @@ arch/x86/boot/bzImage
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
"
|
"
|
||||||
|
STOP_SHIP_TRACEPRINTK=1
|
||||||
|
|
|
@ -10,3 +10,4 @@ arch/arm/boot/zImage
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
"
|
"
|
||||||
|
STOP_SHIP_TRACEPRINTK=1
|
||||||
|
|
|
@ -10,3 +10,4 @@ arch/arm64/boot/Image
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
"
|
"
|
||||||
|
STOP_SHIP_TRACEPRINTK=1
|
||||||
|
|
|
@ -9,3 +9,4 @@ FILES="
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
"
|
"
|
||||||
|
STOP_SHIP_TRACEPRINTK=1
|
||||||
|
|
|
@ -9,3 +9,4 @@ FILES="
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
"
|
"
|
||||||
|
STOP_SHIP_TRACEPRINTK=1
|
||||||
|
|
|
@ -10,3 +10,4 @@ arch/x86/boot/bzImage
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
"
|
"
|
||||||
|
STOP_SHIP_TRACEPRINTK=1
|
||||||
|
|
|
@ -10,3 +10,4 @@ arch/x86/boot/bzImage
|
||||||
vmlinux
|
vmlinux
|
||||||
System.map
|
System.map
|
||||||
"
|
"
|
||||||
|
STOP_SHIP_TRACEPRINTK=1
|
||||||
|
|
Loading…
Reference in a new issue