Add hardware/google/pixel to namespace imports

Change-Id: Iacc12c8cae8b3c42163a0d377da13d946f8a7e43
Signed-off-by: bengris32 <bengris32@protonmail.ch>
This commit is contained in:
bengris32
2023-10-06 09:59:15 +01:00
parent ab073beb6b
commit e21f789b0e

View File

@@ -1,3 +1,3 @@
soong_namespace {
imports: ["hardware/google/interfaces"]
imports: ["hardware/google/interfaces", "hardware/google/pixel"]
}