allwinner_a64/android/system/tools/aidl/docs/making-changes.md
2018-08-08 17:48:24 +08:00

515 B

Making changes

Coding style

This project was originally written in C, in the Android platform style. It has been substantially re-written in C++, in the Google C++ style.

This style is summarized here.

When in doubt, clang-format -style=google is a good reference.

Testing

This codebase has both integration and unittests, all of which are expected to consistently pass against a device/emulator:

$ ./runtests.sh && echo "All tests pass"