From b6370969b23ed1d50a255ccb0cf4e4992af54e5e Mon Sep 17 00:00:00 2001 From: Konsta Date: Fri, 14 Nov 2025 18:33:35 +0200 Subject: [PATCH] car: update for AOSP16 QPR1 * liblargeparcelablejni was added to packages/services/Car/car_product/build/car_system.mk in AOSP16 QPR1 [1]. * TODO: It seems packages/services/Car/car_product/build/car.mk hasn't been kept up-to-date in a while. Look into inheriting partition specific configuration instead. [1]: https://android.googlesource.com/platform/packages/services/Car/+/28dd44d3a708e1c2f49a0529a6e87e3f5fe38fb6 --- aosp_rpi5_car.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aosp_rpi5_car.mk b/aosp_rpi5_car.mk index d6b94c5..5d643e5 100644 --- a/aosp_rpi5_car.mk +++ b/aosp_rpi5_car.mk @@ -17,6 +17,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, packages/services/Car/car_product/build/car.mk) $(call enforce-product-packages-exist,Bluetooth Keyguard Launcher2 OverviewApp RotaryIME RotaryPlayground com.android.ranging libnfc_ndef libvariablespeed pppd) +# android.car +PRODUCT_PACKAGES += \ + liblargeparcelablejni + # Audio PRODUCT_PACKAGES += \ android.hardware.automotive.audiocontrol-service.example