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

* Required by power-libperfmgr

Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@aosip.dev>
This commit is contained in:
Subhajeet Muhuri 2020-12-03 13:09:27 +05:30 committed by OdSazib
parent 114f2a0905
commit d41d782c92
No known key found for this signature in database
GPG key ID: B678DBD07079B021
2 changed files with 8 additions and 2 deletions

View file

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

View file

@ -525,9 +525,11 @@ BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
camera.sdm660_shim camera.sdm660_shim
# Soong # Soong namespaces
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
$(COMMON_PATH) $(COMMON_PATH) \
hardware/google/interfaces \
hardware/google/pixel
# Shims # Shims
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \