11 Commits

Author SHA1 Message Date
Dan Albert
59791f25df Add (and require) version scripts for everything. 2025-09-23 18:45:09 +00:00
Dan Albert
32ae6dd47a Migrate orderfile to RegisterNatives. 2025-09-22 20:28:34 +00:00
Dan Albert
6df22d6fef Increase warning level in orderfile sample. 2025-09-17 23:55:22 +00:00
Dan Albert
5c283e26bc clang-format the world.
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.
2025-08-27 10:51:31 -07:00
Dan Albert
b937504bd2 Remove no-op build option.
AGP uses the latest available by default, which is what we want.
2024-05-13 07:51:50 -07:00
Dan Albert
8afd36b0e6 Migrate orderfile to convention plugin. 2024-05-09 15:00:23 -07:00
Dan Albert
87b1ece9ac Remove unused gradle stuff in child projects.
None of these are used now that the top level one exists.

https://github.com/android/ndk-samples/issues/1010
2024-05-09 13:36:59 -07:00
Dan Albert
6f441dd227 Update orderfile sample to targetSdk 34.
Fixes the lint task that's complaining that this app wouldn't be allowed
in Play.
2024-05-07 13:01:26 -07:00
Dan Albert
48e995848e Remove test stub.
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.
2024-05-07 13:00:45 -07:00
Dan Albert
8dd34185ff Run upgrade assistant on all samples.
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.
2024-05-06 18:39:07 -07:00
Sharjeel Khan
87bf557531 Add order file sample.
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.
2023-08-04 21:20:12 +00:00