You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"