3449bba54cc43e23c6e0e2a687ad686d82ad37f3 |
|
30-Sep-2016 |
Yifan Hong <elsk@google.com> |
c2hal: Comment out lone declarations. Test: `make c2hal` and examine the result for c2hal/test/test.h Change-Id: I1a72ecaddf6215b94bd76f3e8b09ed6def9aadcc
/system/tools/hidl/c2hal/Note.h
|
2009699f1106709cf4bfb281e78efb4f3d04f1c6 |
|
29-Sep-2016 |
Yifan Hong <elsk@google.com> |
c2hal: Fix note comments that embeds */ Test: `make c2hal` and examine the result for c2hal/test/test.h Change-Id: I58f9e8dd8decb2d87427cc2b672fd983a7a70ef2
/system/tools/hidl/c2hal/Note.h
|
f1a35f7d73f38e0d30d7a4343e33c3f4777cf87e |
|
17-Aug-2016 |
Steven Moreland <smoreland@google.com> |
added c2hal This is a transpiler which converts C headers to .hal files. Its design is intended to mirror hidl-gen in order to make it easier for team members familiar with one to be familiar with the other. After making c2hal, commands from ~/android/master/: Build the test.h header: c2hal -r android.hardware:hardware/interfaces -p android.hardware.baz@1.0 system/tools/hidl/c2hal/test/test.h Build the simple.h header: c2hal -r android.hardware:hardware/interfaces -p android.hardware.simple@1.0 system/tools/hidl/c2hal/test/simple.h Build all headers from libhardware: python3 system/tools/hidl/c2hal/test/build_all.py ~/android/master/hardware/libhardware/include/hardware/ Build various OpenGl versions: python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/include/EGL/ python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/include/ETC1/ python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/include/GLES/ python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/include/GLES2/ python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/include/GLES3/ python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/include/KHR/ Change-Id: I5a3b1d6d2350dd7e1ff825deeec212314b49d083
/system/tools/hidl/c2hal/Note.h
|