Konsta 7d91c1b33c bluetooth: convert to apex
* Use device as an identifier in package names so APEXs on rpi4/rpi5 trees
  can co-exist. Somehow apex definitions escape the soong namespace. It
  doesn't complain about duplicate package names but dependecies later in
  the build after analyzing Android.bp files and generating ninja file.
  FAILED: ninja: ... multiple rules generate com.android.hardware.bluetooth.rpi-deps-info [-w dupbuild=err]
  https://android.googlesource.com/platform/build/soong/+/refs/heads/main/README.md#namespaces
* Not sure if this is an AOSP bug or intended behaviour for apex targets.
  Don't like using the rpi4/rpi5 tags but couldn't come up with better
  solution to limit the visibility that worked.
* General cleanups. As APEX package contains all dependencies that are
  needed for the service, remove unused shared libraries.
  Run 'bpfmt -s -w Android.bp'.
2025-03-19 12:20:30 +02:00
2025-03-02 13:22:25 +02:00
2025-03-19 12:20:30 +02:00
2025-02-06 15:01:17 +02:00
2025-03-06 17:23:04 +02:00
2025-03-19 12:20:30 +02:00
2024-11-22 15:53:36 +02:00
2025-03-18 16:37:54 +02:00
2025-03-18 16:37:54 +02:00
2025-03-19 12:20:30 +02:00
2025-02-05 20:23:00 +02:00
2025-03-16 17:47:12 +02:00

Raspberry Vanilla AOSP 15 device configuration for Raspberry Pi 4.

Description
No description provided
Readme 9 MiB
Languages
C++ 58.6%
C 26.7%
Makefile 11.6%
Shell 3.1%