android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
9.97k stars 4.15k forks source link

Dedup the gradle bits of audio-echo. #1030

Closed DanAlbert closed 1 month ago

DanAlbert commented 1 month ago

I used audio-echo as the proof of concept. I'll follow up with the other samples after this merges, but this PR includes all the plumbing.

See build-logic/README.md for an explanation. I copied fairly shamelessly from the linked Now In Android sample :)

As with the others currently up, shouldn't merge before the sample indexing service is updated, since this is the PR that'll make the samples actually depend on the parent project.