From a7be9126f41a49cdc17c7f48725002df13b638fa Mon Sep 17 00:00:00 2001 From: Rodney Etienne Date: Thu, 11 Jul 2024 19:19:49 -0400 Subject: [PATCH] pyxis: fix path to bcr --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index b36b6fa..93ba6eb 100644 --- a/device.mk +++ b/device.mk @@ -28,7 +28,7 @@ TARGET_SCREEN_HEIGHT := 2340 TARGET_SCREEN_WIDTH := 1080 # Inherit BCR -$(call inherit-product, vendor/bcr/bcr.mk) +$(call inherit-product, vendor/extras/bcr/bcr.mk) # Overlays DEVICE_PACKAGE_OVERLAYS += \