From fb9cbd50bfebe3ee5e08bcad93de159ab768d01f Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 8 Apr 2020 14:38:05 +0100 Subject: [PATCH] sm6250-common: Update deps and Soong namespaces to account for new repo Consumer IR HAL now lives in hardware/xiaomi. Change-Id: I90ef81cacfd7e236cef32b6b7ab1252ecc950bbc --- aosp.dependencies | 5 +++++ common.mk | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aosp.dependencies b/aosp.dependencies index db7db7c..3e81134 100644 --- a/aosp.dependencies +++ b/aosp.dependencies @@ -3,5 +3,10 @@ "repository" : "kdrag0n/proton-clang", "target_path" : "prebuilts/clang/host/linux-x86/clang-proton", "branch" : "master" + }, + { + "repository" : "hardware_xiaomi", + "target_path" : "hardware/xiaomi", + "branch" : "ten" } ] diff --git a/common.mk b/common.mk index 0bc37c2..8cb55b3 100644 --- a/common.mk +++ b/common.mk @@ -193,7 +193,8 @@ PRODUCT_COPY_FILES += \ # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ - hardware/google/pixel + hardware/google/pixel \ + hardware/xiaomi # Telephony PRODUCT_PACKAGES += \