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:
parent
114f2a0905
commit
d41d782c92
2 changed files with 8 additions and 2 deletions
|
@ -1,2 +1,6 @@
|
|||
soong_namespace {
|
||||
imports: [
|
||||
"hardware/google/interfaces",
|
||||
"hardware/google/pixel"
|
||||
],
|
||||
}
|
||||
|
|
|
@ -525,9 +525,11 @@ BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
|||
PRODUCT_PACKAGES += \
|
||||
camera.sdm660_shim
|
||||
|
||||
# Soong
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(COMMON_PATH)
|
||||
$(COMMON_PATH) \
|
||||
hardware/google/interfaces \
|
||||
hardware/google/pixel
|
||||
|
||||
# Shims
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue