Skip to content

Commit

Permalink
cryptfs_hw: Use generated kernel headers
Browse files Browse the repository at this point in the history
Change-Id: Idd29b74c131d37da1b1f6fec63a34f4a63727b97
  • Loading branch information
mikeNG authored and Rashed97 committed Oct 20, 2018
1 parent 7cc3452 commit 6a3fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.bp
Expand Up @@ -10,7 +10,7 @@ commonSharedLibraries = [

cc_library_shared {
name: "libcryptfs_hw",
header_libs: ["qseecom-kernel-headers",
header_libs: ["generated_kernel_headers",
"libhardware_headers"],
cflags: ["-DCONFIG_HW_DISK_ENCRYPTION"],
srcs: sourceFiles,
Expand Down

0 comments on commit 6a3fc11

Please sign in to comment.