Skip to content

Commit

Permalink
Remove ndk-build samples.
Browse files Browse the repository at this point in the history
None of these show anything interesting. At first glance I thought a few
might be worth preserving, but the few interesting things they do are
actually superfluous. I'm removing all of them for now and will add a
new sample soon specifically to show how to use ndk-build in a
substantial enough way to be useful.
  • Loading branch information
DanAlbert committed May 7, 2024
1 parent 0ad5dec commit 39a16cc
Show file tree
Hide file tree
Showing 177 changed files with 0 additions and 6,395 deletions.
36 changes: 0 additions & 36 deletions .ci_tools/build_samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,6 @@ declare projects=(
teapots
unit-test
webp
## ndk-build samples
other-builds/ndkbuild/bitmap-plasma
other-builds/ndkbuild/gles3jni
other-builds/ndkbuild/hello-gl2
other-builds/ndkbuild/hello-jni
other-builds/ndkbuild/hello-libs
other-builds/ndkbuild/hello-neon
other-builds/ndkbuild/native-activity
other-builds/ndkbuild/native-audio
other-builds/ndkbuild/native-codec
other-builds/ndkbuild/native-media
other-builds/ndkbuild/native-plasma
other-builds/ndkbuild/nn-samples
other-builds/ndkbuild/san-angeles
other-builds/ndkbuild/teapots
other-builds/ndkbuild/two-libs
)

LINT_FAILURES=$(mktemp)
Expand Down Expand Up @@ -114,26 +98,6 @@ declare apks=(
teapots/image-decoder/build/outputs/apk/debug/image-decoder-debug.apk
unit-test/app/build/outputs/apk/debug/app-debug.apk
webp/view/build/outputs/apk/debug/view-debug.apk

## other-builds
other-builds/ndkbuild/bitmap-plasma/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/gles3jni/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/hello-gl2/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/hello-jni/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/hello-libs/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/hello-neon/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/native-activity/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/native-audio/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/native-codec/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/native-media/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/native-plasma/app/build/outputs/apk/debug/app-debug.apk
other-builds/ndkbuild/nn-samples/basic/build/outputs/apk/debug/basic-debug.apk
other-builds/ndkbuild/san-angeles/app/build/outputs/apk/debug/app-armeabi-v7a-debug.apk
other-builds/ndkbuild/san-angeles/app/build/outputs/apk/debug/app-arm64-v8a-debug.apk
other-builds/ndkbuild/san-angeles/app/build/outputs/apk/debug/app-x86-debug.apk
other-builds/ndkbuild/teapots/more-teapots/build/outputs/apk/debug/more-teapots-debug.apk
other-builds/ndkbuild/teapots/classic-teapot/build/outputs/apk/debug/classic-teapot-debug.apk
other-builds/ndkbuild/two-libs/app/build/outputs/apk/debug/app-debug.apk
)

for apk in "${apks[@]}"; do
Expand Down
32 changes: 0 additions & 32 deletions other-builds/ndkbuild/bitmap-plasma/app/Android.mk

This file was deleted.

40 changes: 0 additions & 40 deletions other-builds/ndkbuild/bitmap-plasma/app/build.gradle

This file was deleted.

10 changes: 0 additions & 10 deletions other-builds/ndkbuild/bitmap-plasma/build.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

160 changes: 0 additions & 160 deletions other-builds/ndkbuild/bitmap-plasma/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions other-builds/ndkbuild/bitmap-plasma/gradlew.bat

This file was deleted.

Loading

0 comments on commit 39a16cc

Please sign in to comment.