meta-openembedded/meta-oe/recipes-devtools/android-tools
Alper Ak 3ccd1ffae8
android-tools: Drop workaround flag for incompatible pointer types
- The build completes successfully without adding the flag. In fact, the flag is never actually added. Because:

If we use the += operator to add flags to the CC variable early in the recipe, changes will be overwritten because BitBake applies class assignments to CC at a later stage, which replaces any previous modifications. We should use :append to ensure that additions are applied to the final value, after all assignments from core classes have been processed.

- Additionally, the standard way to pass compiler flags in C projects is to use CFLAGS.

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-26 07:26:19 -07:00
..
android-tools android-tools: fix build with gcc-15 2025-03-21 11:07:33 -07:00
android-tools-conf android-tools-conf: import one more improvement for android-gadget-setup from meta-luneos 2019-05-24 10:11:28 -07:00
android-tools-conf-configfs android-tools: Use echo instead of bbnote 2022-11-23 08:25:30 -08:00
android-tools_5.1.1.r37.bb android-tools: Drop workaround flag for incompatible pointer types 2025-06-26 07:26:19 -07:00
android-tools-conf_1.0.bb meta-openembedded/all: adapt to UNPACKDIR changes 2025-06-25 06:44:52 -07:00
android-tools-conf-configfs_1.0.bb meta-openembedded/all: adapt to UNPACKDIR changes 2025-06-25 06:44:52 -07:00