sm6375-common: Include hardware/google/interfaces and hardware/google/pixel

* Required by power-libperfmgr

Change-Id: I4053938614be26c7066ea83d97955739f39b4144
This commit is contained in:
Subhajeet Muhuri 2024-07-18 12:56:42 +05:30 committed by Anand S
parent 36a2d7cbbe
commit 557f5edbdd
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -427,7 +427,9 @@ PRODUCT_PACKAGES += \
# Soong namespaces # Soong namespaces
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) $(LOCAL_PATH) \
hardware/google/interfaces \
hardware/google/pixel
# Telephony # Telephony
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \