zenfone9: Build Qcom opensource display from a13
Change-Id: I304baafe967fdb6f2d7bdd1bac6b7ca6535cd5f3
diff --git a/device.mk b/device.mk
index 41dbb26..e64175a 100755
--- a/device.mk
+++ b/device.mk
@@ -302,7 +302,10 @@
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
- $(LOCAL_PATH)
+ $(LOCAL_PATH) \
+ vendor/qcom/opensource/display \
+ vendor/qcom/opensource/commonsys/display \
+ vendor/qcom/opensource/commonsys-intf/display
# Systemhelper
PRODUCT_PACKAGES += \
diff --git a/omni.dependencies b/omni.dependencies
index 3facba7..d94c169 100644
--- a/omni.dependencies
+++ b/omni.dependencies
@@ -53,19 +53,19 @@
"remote": "gitlab",
"repository": "android_vendor_qcom_opensource_display",
"target_path": "vendor/qcom/opensource/display",
- "revision": "android-12.0"
+ "revision": "android-13.0"
},
{
"remote": "gitlab",
"repository": "android_vendor_qcom_opensource_display-commonsys",
"target_path": "vendor/qcom/opensource/commonsys/display",
- "revision": "android-12.0"
+ "revision": "android-13.0"
},
{
"remote": "gitlab",
"repository": "android_vendor_qcom_opensource_display-commonsys-intf",
"target_path": "vendor/qcom/opensource/commonsys-intf/display",
- "revision": "android-12.0"
+ "revision": "android-13.0"
},
{
"remote": "github",