You appear to have local changes to that file -- that functionality was removed before that file became a cpp file:
https://android-review.googlesource.com/c/platform/system/vold/+/338564 https://android.googlesource.com/platform/system/vold/+/4375f1be4ccdbf78ef4c5ab926d3316503a7b146 But assuming you've got a working version of the old implementation, you are likely missing TARGET_CRYPTFS_HW_PATH (or you could set LOCAL_EXPORT_C_INCLUDE_DIRS in your libcryptfs_hw library implementation). - Dan On Sat, Apr 7, 2018 at 2:32 PM rakesh chandra <[email protected]> wrote: > Error while processing /home/rkbn552/aex/system/vold/cryptfs.cpp. > /home/rkbn552/aex/system/vold/cryptfs.cpp:68:10: error: 'cryptfs_hw.h' file > not found [clang-diagnostic-error] > #include <cryptfs_hw.h> > ^ > Suppressed 6 warnings (5 in non-user code, 1 with check filters). > Use -header-filter=.* to display errors from all non-system headers. Use > -system-headers to display errors from system headers as well. > system/vold/cryptfs.cpp:68:10: fatal error: 'cryptfs_hw.h' file not found > #include <cryptfs_hw.h> > > > > > > can anyone sort out this? > > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
