From 231b3bb46c5c9d950cb63707d73477faab33925c Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek <mkorpershoek@baylibre.com> Date: Thu, 7 Nov 2024 10:53:13 +0100 Subject: [PATCH] default: Remove external/tinyhal This is replaced by the audio AIDL HAL in //hardware/ti/am62x/audio. Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> --- default.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/default.xml b/default.xml index 9bea612..689c692 100644 --- a/default.xml +++ b/default.xml @@ -1490,7 +1490,6 @@ <project path="external/libyaml" name="external/libyaml" remote="baylibre" revision="ti-android-15" groups="ti" /> <project path="external/libyuv_chromium" name="external/libyuv_chromium" remote="baylibre" revision="ti-android-15" groups="ti" /> <project path="external/libcamera" name="external/libcamera" remote="baylibre" revision="ti-android-15" groups="ti" /> - <project path="external/tinyhal" name="external/tinyhal.git" remote="baylibre" revision="ti-android-15" groups="ti" /> <!-- non AOSP Projects --> <project path="vendor/linaro/optee-os" name="OP-TEE/optee_os" remote="github" revision="refs/tags/4.2.0" groups="ti" /> <project path="vendor/linaro/optee_client" name="OP-TEE/optee_client.git" remote="github" revision="refs/tags/4.2.0" groups="ti" /> -- GitLab