Commit 568aa28
committed
Comprehensive cleanup of imports and includes across NDK samples
* Optimized C++ includes and modernized headers across multiple modules (camera, gles, teapots, vectorization).
* Cleaned up unused and redundant Java/Kotlin imports in all sample applications.
* Standardized header guards and include patterns for better compilation performance and consistency.
* Removed deprecated annotations and unused resource references.1 parent 71981dd commit 568aa28
62 files changed
Lines changed: 96 additions & 204 deletions
File tree
- base/src/main/cpp
- bitmap-plasma/app/src/main
- cpp
- java/com/example/plasma
- camera
- basic/src/main/cpp
- texture-view/src/main/cpp
- exceptions/app/src/main/java/com/example/exceptions
- gles3jni/app/src/main
- cpp
- java/com/android/gles3jni
- hello-gl2/app/src/main
- cpp
- java/com/android/gl2jni
- hello-jniCallback/app/src/main
- cpp
- java/com/example/hellojnicallback
- hello-vulkan/app/src/main/cpp
- native-audio/app/src/main
- cpp
- java/com/example/nativeaudio
- native-codec/app/src/main
- cpp
- java/com/example/nativecodec
- native-midi/app/src/main
- cpp
- java/com/example/nativemidi
- orderfile/app/src/main
- cpp
- java/com/example/orderfiledemo
- sanitizers/app/src/main/java/com/example/sanitizers
- teapots
- choreographer-30fps/src/main
- cpp
- java/com/sample
- choreographer
- helper
- classic-teapot/src/main
- cpp
- java/com/sample
- helper
- teapot
- image-decoder/src/main/cpp
- more-teapots/src/main
- cpp
- java/com/sample
- helper
- moreteapots
- textured-teapot/src/main
- cpp
- java/com/sample
- helper
- texturedteapot
- unit-test/app/src/main
- java/com/example/unittest
- res
- values-night
- values
- vectorization/src/main
- cpp
- java/com/android/ndk/samples/vectorization
- ui/theme
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments