From 29241834b0e50f1061ec1fbd3aaad173fb0d2dff Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek <mkorpershoek@baylibre.com> Date: Tue, 8 Oct 2024 14:28:48 +0200 Subject: [PATCH] default: Use ti-android-15 for kmgk Kmgk needed a fix [1] in order to be able to build with PRODUCT_SHIPPING_API_LEVEL := 35 Update the project's revision so that we get the fix included for ti-android-15. [1] https://gitlab.baylibre.com/baylibre/ti/android/aosp/external/kmgk/-/merge_requests/13 Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index a0e8038..4c9eaa8 100644 --- a/default.xml +++ b/default.xml @@ -1486,7 +1486,7 @@ <project path="device/ti/am62x-kernel" name="device/ti/am62x-kernel" remote="baylibre" revision="ti-android-14" groups="device,ti" clone-depth="1" /> <project path="hardware/ti/am62x" name="hardware/ti/am62x" remote="baylibre" revision="ti-android-14" groups="ti" /> <project path="vendor/ti/am62x" name="vendor/ti/am62x" remote="baylibre" revision="ti-android-15" groups="ti" /> - <project path="external/kmgk" name="external/kmgk" remote="baylibre" revision="ti-android-14" groups="ti" /> + <project path="external/kmgk" name="external/kmgk" remote="baylibre" revision="ti-android-15" groups="ti" /> <project path="external/libyaml" name="external/libyaml" remote="baylibre" revision="ti-android-14" groups="ti" /> <project path="external/libyuv_chromium" name="external/libyuv_chromium" remote="baylibre" revision="ti-android-14" groups="ti" /> <project path="external/libcamera" name="external/libcamera" remote="baylibre" revision="ti-android-14" groups="ti" /> -- GitLab