Skip to content

Commit

Permalink
Switch to Generic header
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDDK24 authored Mar 30, 2024
1 parent 3cccc05 commit bebab7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpt-utils/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ cc_library {
cflags: [
"-Wall",
"-Werror",
"-D_GENERIC_KERNEL_HEADERS",
],
srcs: [
"gpt-utils.cpp",
"recovery-ufs-bsg.cpp",
],
owner: "qti",
header_libs: [
"generated_kernel_headers",
"device_kernel_headers",
],
export_include_dirs: ["."],
}

0 comments on commit bebab7d

Please sign in to comment.