From 29055e8719a8d4515bbfd2e536b84e1c4582222f Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 15 Nov 2021 18:23:31 +0200 Subject: [PATCH] display: Import display commonsys interfaces namespace Change-Id: Ia1f27cf38b2215551dbab1bd93ba65b6a2a4dbac --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.bp b/Android.bp index 9515b25..ad6d5eb 100644 --- a/Android.bp +++ b/Android.bp @@ -1,2 +1,5 @@ soong_namespace { + imports: [ + "vendor/qcom/opensource/commonsys-intf/display" + ], }