Output:
out/soong/.intermediates/hardware/interfaces/ β¦ /
You can find .java and .so which are generated by your HIDL.
Method 2: using hidl-gen tool:
You may use hidl-gen -h to find the manual.
hidl-gen -o {output_path} -L {language} -r {interface name with path}:{interface path} -r android.hidl:system/libhidl/transport {output library name}
e.g.