sm6375-common: Include hardware/google/interfaces and hardware/google/pixel
* Required by power-libperfmgr Change-Id: I4053938614be26c7066ea83d97955739f39b4144
This commit is contained in:
parent
36a2d7cbbe
commit
557f5edbdd
2 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,6 @@
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
|
imports: [
|
||||||
|
"hardware/google/interfaces",
|
||||||
|
"hardware/google/pixel"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 += \
|
||||||
|
|
Loading…
Reference in a new issue