Konsta 16d401ff12 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:09:58 +02:00
2025-03-02 13:25:04 +02:00
2025-03-19 12:09:58 +02:00
2025-02-06 15:00:50 +02:00
2025-03-06 17:20:18 +02:00
2023-11-24 13:25:25 +02:00
2025-03-19 12:09:58 +02:00
2024-11-22 15:55:35 +02:00
2025-03-18 16:34:32 +02:00
2025-03-18 16:34:32 +02:00
2025-03-19 12:09:58 +02:00
2025-02-05 20:18:33 +02:00
2025-03-16 17:29:57 +02:00

Raspberry Vanilla AOSP 15 device configuration for Raspberry Pi 5.

Description
No description provided
Readme 409 KiB
Languages
C++ 58.8%
C 26.8%
Makefile 11.3%
Shell 3.1%