Skip to content

Commit

Permalink
fixup fingerprint: Use soong config instead of kernel headers
Browse files Browse the repository at this point in the history
The previous naming was misleading

Change-Id: I2969b5f1097eeea791aa6f2a5a32aca8148862a1
  • Loading branch information
borbelyvince committed Dec 30, 2024
1 parent ad61fd8 commit d218757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingerprint/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cc_library_static {
name: "libudfps_extension.samsung",
srcs: ["UdfpsExtension.cpp"],
cflags: select(soong_config_variable("samsung_udfps", "dimlayerzorder"), {
cflags: select(soong_config_variable("samsung_udfps", "udfps_zorder"), {
any @ zorder: ["-DFOD_PRESSED_LAYER_ZORDER=" + zorder],
default: [],
}),
Expand Down

0 comments on commit d218757

Please sign in to comment.