We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3067440 + 9465126 commit 6b26c3cCopy full SHA for 6b26c3c
2 files changed
services/gpuservice/bpfprogs/Android.bp
@@ -24,9 +24,4 @@ package {
24
bpf {
25
name: "gpuMem.o",
26
srcs: ["gpuMem.c"],
27
- btf: true,
28
- cflags: [
29
- "-Wall",
30
- "-Werror",
31
- ],
32
}
services/gpuservice/gpuwork/bpfprogs/Android.bp
@@ -19,12 +19,10 @@ package {
19
20
name: "gpuWork.o",
21
srcs: ["gpuWork.c"],
22
+ // Without btf disabled, presubmits will fail.
23
+ btf: false,
cflags: [
- "-Wformat",
"-Wthread-safety",
- "-Wunused",
"-Wunreachable-code",
],
0 commit comments