This used to be done by CI but we ripped that out since there wasn't any
good way to ensure that CI and and local workflows were using the same
clang-format. Back when it was in CI, the pointer alignment was
configured incorrectly (we used the Google style presets, but those are
alignment preserving rather than actually style enforcing). Reformat
everything since the .clang-format file has changed since then so I stop
including so many unrelated edits in my commits.
This obviously isn't used, and it's failing when building the whole
samples repo as a group for some reason I don't care to debug. Something
something manifest for the test APK is wrong.
Not quite all. I skipped the other-builds directory because 'tis a silly
place that needs to just be merged with the core samples properly as a
build variant rather than being a distinct project.
I took the PGO and Camera example and added order file functionalities
to them. I added steps so people can figure out how to add order file to
their own Android application.